aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/pom.xml
Commit message (Collapse)AuthorAge
* Prefer the term "3-Clause BSD License" over "New BSD License"Gravatar Sebastian Schuberth2017-02-28
| | | | The first is the newer name, which is also more telling.
* Fix links to the New BSD License in meta-dataGravatar Sebastian Schuberth2017-02-28
| | | | | The "New BSD License" is the "3-Clause BSD License", but the links were pointing to the "2-Clause BSD License".
* Bump version number to 3.0.2Gravatar Jisi Liu2016-09-02
|
* Make jruby still depend on beta-4Gravatar Jisi Liu2016-07-25
|
* Bump version number for GAGravatar Jisi Liu2016-07-25
|
* Update version number to 3.0.0-beta-4Gravatar Feng Xiao2016-07-13
|
* Make jruby use Java 3.0.0-alpha-3.Gravatar Feng Xiao2015-08-26
|
* Update version number.Gravatar Feng Xiao2015-08-26
| | | | | 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.Gravatar Chris Fallin2015-05-13
| | | | | | | | | - 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 boundsGravatar Adam Greene2015-05-01
| | | | | | | 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 APIGravatar Isaiah Peng2015-03-10