aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/tests/stress.rb
Commit message (Collapse)AuthorAge
* add jruby support by protobuf-java reflection APIGravatar Isaiah Peng2015-03-10
|
* Rename protobuf Ruby module to google/protobuf and rework its buildGravatar Chris Fallin2014-12-12
| | | | | | 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.Gravatar Chris Fallin2014-12-09
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.