aboutsummaryrefslogtreecommitdiff
path: root/ruby/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make jruby still depend on beta-4Jisi Liu2016-07-251-1/+1
|
* Bump version number for GAJisi Liu2016-07-251-1/+1
|
* Update version number to 3.0.0-beta-4Feng Xiao2016-07-131-1/+1
|
* Make jruby use Java 3.0.0-alpha-3.Feng Xiao2015-08-261-1/+1
|
* Update version number.Feng Xiao2015-08-261-1/+1
| | | | | 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 Ruby to Travis testing.Chris Fallin2015-05-131-1/+9
| | | | | | | | | - 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.
* return nil if array index indicie is out of boundsAdam Greene2015-05-011-1/+1
| | | | | | | 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
* add jruby support by protobuf-java reflection APIIsaiah Peng2015-03-101-0/+84