aboutsummaryrefslogtreecommitdiff
path: root/ruby/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* return nil if array index indicie is out of boundsAdam Greene2015-05-011-0/+3
| | | | | | | 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-7/+19
|
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-19/+3
| | | | | | system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'.
* Provide a Ruby extension.Chris Fallin2014-12-091-0/+37
This adds a Ruby extension in ruby/ that is based on the 'upb' library (now included as a submodule), and adds support for Ruby code generation to the protoc compiler.