aboutsummaryrefslogtreecommitdiff
path: root/ruby
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4816 from hrsht/hrsht/zanker-proto2Joshua Haberman2018-09-2717-1454/+2930
|\
| * Adds support for proto2 syntax for Ruby gem.Harshit Chopra2018-09-2717-1454/+2930
* | Replace repo links.Feng Xiao2018-08-222-3/+3
* | Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-08-013-3/+3
|\ \
| * | Updated version numbers to 3.6.1Adam Cozzette2018-07-271-1/+1
| * | Check the message to be encoded is the wrong type. (#4885) (#4949)Paul Yang2018-07-232-0/+17
| * | Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang2018-07-175-36/+135
* | | Check the message to be encoded is the wrong type. (#4885)Paul Yang2018-07-122-0/+17
| |/ |/|
* | Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang2018-07-025-36/+135
* | Merge pull request #4321 from devwout/ruby_json_omit_repeatedJoshua Haberman2018-07-022-1/+7
|\ \
| * | Ruby JSON encoding omits zero-length repeated fields by default.Ewout2018-02-202-1/+7
* | | Merge pull request #3847 from FX-HAO/masterJoshua Haberman2018-07-022-0/+12
|\ \ \
| * | | Google::Protobuf::Struct can access a missing key (#3846)parker2017-11-172-0/+12
* | | | When initializing a message, skip a field if value is nil (#3693)Zachary Anker2018-06-263-0/+15
* | | | Adds a base class for all explicitly raised TypeErrors (#4255)Erik Benoist2018-06-267-44/+53
* | | | Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-06-252-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Build ruby gem on kokoro (#4819)Paul Yang2018-06-251-1/+3
| * | | Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist2018-05-253-4/+28
| * | | Adopt ruby_package in ruby generated code. (#4627)Paul Yang2018-05-253-0/+14
| * | | Update version number to 3.6.0Jisi Liu2018-05-141-1/+1
* | | | Add Google::Protobuf::Any.pack convenience class method. (#4719)igorpeshansky2018-06-192-1/+13
* | | | Allows the json marshaller to be passed json marshal options (#4252)Erik Benoist2018-05-223-4/+28
* | | | Adopt ruby_package in ruby generated code. (#4627)Paul Yang2018-05-173-0/+14
|/ / /
* | | Fix RepeatedField#delete_if (#4292)Stuart Campbell2018-04-302-2/+11
* | | Set ext.no_native = true for non mac platformJisi Liu2018-04-251-0/+6
* | | Merge branch (#4466)Paul Yang2018-04-021-1/+1
* | | Merge pull request #4167 from mike9005/patch-1Joshua Haberman2018-03-131-2/+2
|\ \ \
| * | | Fix scope resolution for MessageExts in RubyMichael Collis2018-01-121-2/+2
| | |/ | |/|
* | | Merge pull request #4291 from google/3.5.xJisi Liu2018-02-262-3/+3
|\ \ \ | |/ / |/| |
| * | Bumping number to fix ruby 2.1 on macJisi Liu2018-01-261-1/+1
| * | Update rake file to build of 2.1.6.Jisi Liu2018-01-171-2/+2
| * | Support ruby2.5Jisi Liu2018-01-172-3/+3
* | | Merge remote-tracking branch 'origin/3.5.x' into masterJisi Liu2018-01-039-14/+181
|\| |
| * | Update version number to 3.5.1Jisi Liu2017-12-191-1/+1
| * | Fix ruby gc_test in ruby 2.4 (#4011)Paul Yang2017-12-083-13/+13
| * | Add discard unknown API in ruby. (#3990)Paul Yang2017-12-075-0/+167
* | | --pre is not necessaryW2017-12-061-4/+0
* | | Merge branch '3.5.x' into 3.5.x-mergeAdam Cozzette2017-11-301-1/+1
|\| |
| * | Update version number to 3.5.0Jisi Liu2017-11-021-1/+1
| |/
* | Merge pull request #2519 from rubynerd-forks/ruby-fix-repeated-message-type-f...Joshua Haberman2017-11-292-4/+18
|\ \ | |/ |/|
| * test for field reassignment@rubynerd2017-10-121-0/+6
| * handle sanity check for repeating enums correctly@rubynerd2016-12-301-3/+11
| * unwrap descriptor class before comparison of RepeatedField types@rubynerd2016-12-191-1/+1
* | Reserve unknown in Ruby (#3763)Paul Yang2017-10-265-827/+1958
* | Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-111-1/+1
|\ \
| * | Bumping minor version for ruby gemsJisi Liu2017-09-151-1/+1
| * | Bump version for minor releaseJisi Liu2017-09-141-1/+1
| * | Storing the frame on the map means we don't need the arrayAaron Patterson2017-09-133-14/+9
| * | Move parse frame array to the Map objectAaron Patterson2017-09-135-23/+42
* | | Fix ruby segment fault (#3708)Paul Yang2017-10-036-9/+82