aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/README.md
Commit message (Collapse)AuthorAge
* --pre is not necessaryGravatar W2017-12-06
| | | --pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
* Remove no longer applicable documentation from README.md.Gravatar Josh Haberman2016-04-14
|
* Documented the JSON change and compatibility flags.Gravatar Josh Haberman2016-04-14
|
* 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
* build cleanupsGravatar Adam Greene2015-05-01
| | | | | | * update docs to simplify build steps * Gemfile.lock seemed to have an older version specified * do not check in the pkg dir
* add jruby support by protobuf-java reflection APIGravatar Isaiah Peng2015-03-10
|
* Updated Ruby gem version and added note to ruby/README.md regarding version ↵Gravatar Chris Fallin2015-03-03
| | | | | | number scheme. Change-Id: Idb29077c153530de78ce28c094442aa8f51ddd25
* Updated Ruby README with more details on getting started.Gravatar Chris Fallin2015-02-23
| | | | Change-Id: I54df314660cdb861ad8c4da75a08d4cb97faf638
* Updated Ruby README.Gravatar Chris Fallin2015-02-20
| | | | Change-Id: I8c3717f549c9b4e9d07c77ec5875c9cd62b296ac
* README.md update for Ruby gem.Gravatar Chris Fallin2015-02-05
|
* 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.