aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3847 from FX-HAO/masterJoshua Haberman2018-07-021-0/+6
|\
| * Google::Protobuf::Struct can access a missing key (#3846)parker2017-11-171-0/+6
* | Adds a base class for all explicitly raised TypeErrors (#4255)Erik Benoist2018-06-261-0/+1
* | Add Google::Protobuf::Any.pack convenience class method. (#4719)igorpeshansky2018-06-191-0/+6
* | Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist2018-05-222-4/+4
* | Fix RepeatedField#delete_if (#4292)Stuart Campbell2018-04-301-2/+2
|/
* fix floating point accuracy problem in Timestamp#to_fAndreas Eger2017-05-131-1/+1
* Ruby: removed redundant RepeatedField#slice. (#2449)Joshua Haberman2016-12-071-1/+1
* Fixing regular expression...Nicolas Noble2016-08-231-1/+1
* Ruby: added custom Struct exception type and fixed Makefile.am.Josh Haberman2016-08-011-11/+17
* Ruby: added API support for well-known types.Josh Haberman2016-07-281-0/+206
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Added dig and bsearch_index to RepeatedField methods forwarded to arrayAdam Cozzette2016-04-271-2/+2
* Added support for binary gems.Josh Haberman2016-02-041-1/+5
* Fixed lint errors and responded to CR comments.Josh Haberman2015-07-171-1/+1
* Added Ruby to conformance tests.Josh Haberman2015-07-161-0/+9
* Merge pull request #338 from skippy/encode-decode-helpersChris Fallin2015-05-152-0/+78
|\
| * adding and simplifying encoders/decodersAdam Greene2015-05-132-0/+78
* | make repeated_field quack like an arrayAdam Greene2015-05-141-2/+150
|/
* add size alias for lengthAdam Greene2015-05-012-0/+42
* add jruby support by protobuf-java reflection APIIsaiah Peng2015-03-101-1/+6
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-1/+1
* Provide a Ruby extension.Chris Fallin2014-12-091-0/+31