aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/lib/google/protobuf
Commit message (Collapse)AuthorAge
* Merge pull request #3847 from FX-HAO/masterGravatar Joshua Haberman2018-07-02
|\ | | | | Google::Protobuf::Struct can access a missing key (#3846)
* | Add Google::Protobuf::Any.pack convenience class method. (#4719)Gravatar igorpeshansky2018-06-19
| |
* | Allows the json marshaller to be passed json marshal options (#4252)Gravatar Erik Benoist2018-05-22
| |
* | Fix RepeatedField#delete_if (#4292)Gravatar Stuart Campbell2018-04-30
| | | | | | Make RepeatedField#delete_if consistent with Array#delete_if.
| * Google::Protobuf::Struct can access a missing key (#3846)Gravatar parker2017-11-17
|/
* fix floating point accuracy problem in Timestamp#to_fGravatar Andreas Eger2017-05-13
| | | | | `.quo` return the most exact devision which fixes accuracy problems for the timestamp coercion
* Ruby: removed redundant RepeatedField#slice. (#2449)Gravatar Joshua Haberman2016-12-07
|
* Ruby: added custom Struct exception type and fixed Makefile.am.Gravatar Josh Haberman2016-08-01
|
* Ruby: added API support for well-known types.Gravatar Josh Haberman2016-07-28
|
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* Added dig and bsearch_index to RepeatedField methods forwarded to arrayGravatar Adam Cozzette2016-04-27
| | | | | | | This fixes the test_acts_likes_an_array test in RepeatedFieldTest, which checks that repeated fields respond to the same methods as regular Ruby arrays. The bsearch_index and dig array methods seem to be new in Ruby 2.3 and so we should support those.
* Merge pull request #338 from skippy/encode-decode-helpersGravatar Chris Fallin2015-05-15
|\ | | | | ruby: Encode decode cleanup and behavior normalization
* | make repeated_field quack like an arrayGravatar Adam Greene2015-05-14
| |
| * adding and simplifying encoders/decodersGravatar Adam Greene2015-05-13
|/ | | | | | * make consistent between mri and jruby * create a #to_h and have it use symbols for keys * add #to_json and #to_proto helpers on the Google::Protobuf message classes
* add size alias for lengthGravatar Adam Greene2015-05-01
starting to make `RepeatedField` quack like an array additional changes: * make sure gemspec gets all ruby code files * add homepage in gem spec removes one of the warnings, and the gem spec authors are pushing everyone to include a homepage in the gem * remove excess whitespace in test suite to bring formatting inline with the rest of the file