aboutsummaryrefslogtreecommitdiff
path: root/ruby
AgeCommit message (Expand)Author
2018-08-22Replace repo links.Feng Xiao
2018-08-01Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-07-27Updated version numbers to 3.6.1Adam Cozzette
2018-07-23Check the message to be encoded is the wrong type. (#4885) (#4949)Paul Yang
2018-07-17Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang
2018-07-12Check the message to be encoded is the wrong type. (#4885)Paul Yang
2018-07-02Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang
2018-07-02Merge pull request #4321 from devwout/ruby_json_omit_repeatedJoshua Haberman
2018-07-02Merge pull request #3847 from FX-HAO/masterJoshua Haberman
2018-06-26When initializing a message, skip a field if value is nil (#3693)Zachary Anker
2018-06-26Adds a base class for all explicitly raised TypeErrors (#4255)Erik Benoist
2018-06-25Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-06-25Build ruby gem on kokoro (#4819)Paul Yang
2018-06-19Add Google::Protobuf::Any.pack convenience class method. (#4719)igorpeshansky
2018-05-25Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist
2018-05-25Adopt ruby_package in ruby generated code. (#4627)Paul Yang
2018-05-22Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist
2018-05-17Adopt ruby_package in ruby generated code. (#4627)Paul Yang
2018-05-14Update version number to 3.6.0Jisi Liu
2018-04-30Fix RepeatedField#delete_if (#4292)Stuart Campbell
2018-04-25Set ext.no_native = true for non mac platformJisi Liu
2018-04-02Merge branch (#4466)Paul Yang
2018-03-13Merge pull request #4167 from mike9005/patch-1Joshua Haberman
2018-02-26Merge pull request #4291 from google/3.5.xJisi Liu
2018-02-20Ruby JSON encoding omits zero-length repeated fields by default.Ewout
2018-01-26Bumping number to fix ruby 2.1 on macJisi Liu
2018-01-17Update rake file to build of 2.1.6.Jisi Liu
2018-01-17Support ruby2.5Jisi Liu
2018-01-12Fix scope resolution for MessageExts in RubyMichael Collis
2018-01-03Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu
2017-12-19Update version number to 3.5.1Jisi Liu
2017-12-08Fix ruby gc_test in ruby 2.4 (#4011)Paul Yang
2017-12-07Add discard unknown API in ruby. (#3990)Paul Yang
2017-12-06--pre is not necessaryW
2017-11-30Merge branch '3.5.x' into 3.5.x-mergeAdam Cozzette
2017-11-29Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-f...Joshua Haberman
2017-11-17Google::Protobuf::Struct can access a missing key (#3846)parker
2017-11-02Update version number to 3.5.0Jisi Liu
2017-10-26Reserve unknown in Ruby (#3763)Paul Yang
2017-10-12test for field reassignment@rubynerd
2017-10-11Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu
2017-10-03Fix ruby segment fault (#3708)Paul Yang
2017-09-21Merge pull request #3627 from zanker/zanker/add-submsg-hash-initJoshua Haberman
2017-09-21Update message.cZachary Anker
2017-09-20Update message.cZachary Anker
2017-09-20Allow initializing a chain of protos using only a hashZachary Anker
2017-09-20Fixed to_h with repeated messages to return hashes in RubyZachary Anker
2017-09-15Bumping minor version for ruby gemsJisi Liu
2017-09-14Bump version for minor releaseJisi Liu
2017-09-13Storing the frame on the map means we don't need the arrayAaron Patterson