aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib
AgeCommit message (Expand)Author
2019-05-14Revert "Convert Google::Protobuf.deep_copy to pure Ruby"Joshua Haberman
2019-05-13Convert Google::Protobuf.deep_copy to pure RubyAaron Patterson
2019-03-06Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539...Joshua Haberman
2019-03-06Updated upb from defcleanup branch and modified Ruby to use it (#5539)Joshua Haberman
2019-01-08Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal ...Paul Yang
2018-12-26Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options"...Paul Yang
2018-12-21Adds the ability to ignore unknown fields on parseErik Benoist
2018-10-29Fix RepeatedField#first in Ruby gem (#5293)Toby Hsieh
2018-07-02Merge pull request #3847 from FX-HAO/masterJoshua Haberman
2018-06-26Adds a base class for all explicitly raised TypeErrors (#4255)Erik Benoist
2018-06-19Add Google::Protobuf::Any.pack convenience class method. (#4719)igorpeshansky
2018-05-22Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist
2018-04-30Fix RepeatedField#delete_if (#4292)Stuart Campbell
2017-11-17Google::Protobuf::Struct can access a missing key (#3846)parker
2017-05-13fix floating point accuracy problem in Timestamp#to_fAndreas Eger
2016-12-07Ruby: removed redundant RepeatedField#slice. (#2449)Joshua Haberman
2016-08-23Fixing regular expression...Nicolas Noble
2016-08-01Ruby: added custom Struct exception type and fixed Makefile.am.Josh Haberman
2016-07-28Ruby: added API support for well-known types.Josh Haberman
2016-07-03Fix spelling in strings and commentsOtto Kekäläinen
2016-04-27Added dig and bsearch_index to RepeatedField methods forwarded to arrayAdam Cozzette
2016-02-04Added support for binary gems.Josh Haberman
2015-07-17Fixed lint errors and responded to CR comments.Josh Haberman
2015-07-16Added Ruby to conformance tests.Josh Haberman
2015-05-15Merge pull request #338 from skippy/encode-decode-helpersChris Fallin
2015-05-14make repeated_field quack like an arrayAdam Greene
2015-05-13adding and simplifying encoders/decodersAdam Greene
2015-05-01add size alias for lengthAdam Greene
2015-03-10add jruby support by protobuf-java reflection APIIsaiah Peng
2014-12-12Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin
2014-12-09Provide a Ruby extension.Chris Fallin