| Commit message (Collapse) | Author | Age |
|
|
|
| |
The first is the newer name, which is also more telling.
|
|
|
|
|
| |
The "New BSD License" is the "3-Clause BSD License", but the links were
pointing to the "2-Clause BSD License".
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
languages are updated to v3.0.0-alpha-4.
|
|
|
|
|
|
|
|
|
| |
- Added RVM-based Ruby test driver that tests MRI and JRuby.
- Fixed JRuby compilation (at least in my current setup): force source
version to 1.6 (Java 6) to allow generics and annotations.
- Modify the skipped JRuby JSON tests so that the exit code is 0 (skip()
results in a failing exit code from `rake test`). An upcoming PR
should fix JSON under JRuby in general soon.
|
|
|
|
|
|
|
| |
ruby arrays don't throw an exception; they return nil. Lets do the
same!
this fix also includes the ability to use negative array indicies
|
|
|