aboutsummaryrefslogtreecommitdiff
path: root/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | | Merge pull request #3627 from zanker/zanker/add-submsg-hash-initJoshua Haberman2017-09-215-26/+116
|\ \ \
| * | | Update message.cZachary Anker2017-09-211-2/+1
| * | | Allow initializing a chain of protos using only a hashZachary Anker2017-09-205-26/+117
* | | | Update message.cZachary Anker2017-09-201-1/+1
* | | | Fixed to_h with repeated messages to return hashes in RubyZachary Anker2017-09-203-3/+22
|/ / /
* | | Storing the frame on the map means we don't need the arrayAaron Patterson2017-08-303-14/+9
* | | Move parse frame array to the Map objectAaron Patterson2017-08-305-23/+42
|/ /
* | Bump gemspec againJisi Liu2017-08-181-1/+1
* | Bump gem version for the next uploadJisi Liu2017-08-171-1/+1
* | Update version number for 3.4.0Jisi Liu2017-07-241-1/+1
* | Merge pull request #2482 from andreaseger/fix_ruby_timestamp_accuracyAdam Cozzette2017-07-062-3/+11
|\ \
| * | change test for nanosecond accurate timestampsAndreas Eger2017-05-131-2/+5
| * | fix floating point accuracy problem in Timestamp#to_fAndreas Eger2017-05-132-3/+8
* | | Updated upb to fix JSON conformance issues. (#3206)Joshua Haberman2017-06-193-506/+488
* | | Merge pull request #2815 from devwout/ruby_json_emit_defaultsJoshua Haberman2017-05-152-33/+149
|\ \ \ | |/ / |/| |
| * | Ruby tests compare parsed JSON instead of raw JSONEwout2017-03-171-12/+89