aboutsummaryrefslogtreecommitdiff
path: root/ruby/README.md
Commit message (Collapse)AuthorAgeFilesLines
* --pre is not necessaryW2017-12-061-4/+0
| | | --pre was not necessary to install google-protobuf when I tried it today (2017-12-06).
* Remove no longer applicable documentation from README.md.Josh Haberman2016-04-141-68/+0
|
* Documented the JSON change and compatibility flags.Josh Haberman2016-04-141-13/+83
|
* return nil if array index indicie is out of boundsAdam Greene2015-05-011-2/+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
* build cleanupsAdam Greene2015-05-011-1/+1
| | | | | | * 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 APIIsaiah Peng2015-03-101-2/+15
|
* Updated Ruby gem version and added note to ruby/README.md regarding version ↵Chris Fallin2015-03-031-0/+24
| | | | | | number scheme. Change-Id: Idb29077c153530de78ce28c094442aa8f51ddd25
* Updated Ruby README with more details on getting started.Chris Fallin2015-02-231-2/+45
| | | | Change-Id: I54df314660cdb861ad8c4da75a08d4cb97faf638
* Updated Ruby README.Chris Fallin2015-02-201-1/+0
| | | | Change-Id: I8c3717f549c9b4e9d07c77ec5875c9cd62b296ac
* README.md update for Ruby gem.Chris Fallin2015-02-051-7/+5
|
* Provide a Ruby extension.Chris Fallin2014-12-091-0/+34
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.