aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib/google/protobuf
Commit message (Expand)AuthorAgeFilesLines
* Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist2018-05-251-2/+2
* 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
* 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
* Merge pull request #338 from skippy/encode-decode-helpersChris Fallin2015-05-151-0/+53
|\
| * adding and simplifying encoders/decodersAdam Greene2015-05-131-0/+53
* | make repeated_field quack like an arrayAdam Greene2015-05-141-2/+150
|/
* add size alias for lengthAdam Greene2015-05-011-0/+40