aboutsummaryrefslogtreecommitdiffstats
path: root/ruby
Commit message (Expand)AuthorAgeFilesLines
* Update protobuf version (#6472)Paul Yang2019-08-051-1/+1
* Update protobuf version (#6366)Paul Yang2019-07-111-1/+1
* Merge branch 'master' into 3.9.xBo Yang2019-06-212-18/+35
|\
| * Merge remote-tracking branch 'origin/3.8.x'Bo Yang2019-06-212-18/+35
| |\
| | * Change int64 json encoding to be string for php and ruby (#6251)Paul Yang2019-06-172-18/+35
* | | Update version to 3.9.0Hao Nguyen2019-06-171-1/+1
|/ /
* | Fix TypeError on decoding enum map values in Ruby (#6262)Sorah Fukumori2019-06-163-13/+23
* | Merge pull request #6166 from blowmage/ruby-remove-to_hashJoshua Haberman2019-06-104-4/+2
|\ \ | |/ |/|
| * Remove Ruby to_hash methodsMike Moore2019-05-224-4/+2
| * Revert "Convert Google::Protobuf.deep_copy to pure Ruby"Joshua Haberman2019-05-145-17/+27
| * Convert Google::Protobuf.deep_copy to pure RubyAaron Patterson2019-05-135-27/+17
* | Update protobuf versionHao Nguyen2019-05-211-1/+1
* | Revert "Update protobuf version"Hao Nguyen2019-05-211-1/+1
* | Update protobuf versionHao Nguyen2019-05-211-1/+1
* | Updated gemspec to require Ruby 2.3 or higherAdam Cozzette2019-05-101-0/+1
* | Custom mktime to fix issue on mac (#6118)Paul Yang2019-05-091-1/+42
* | Update version to 3.8.0Hao Nguyen2019-04-231-1/+1
|/
* Merge pull request #5953 from acozzette/merge-3-7-xPaul Yang2019-03-285-991/+2036
|\
| * Use mktimeBo Yang2019-03-281-1/+1
| * Fix ruby conformance test on macBo Yang2019-03-281-4/+3
| * Update upb for rubyBo Yang2019-03-282-144/+103
| * Update upb for rubyBo Yang2019-03-272-5617/+12916
| * Merge branch '3.7.x' into merge-3-7-xAdam Cozzette2019-03-265-12361/+6149
| |\
| | * Update version number to 3.7.1 (#5947)Paul Yang2019-03-261-1/+1
| | * Fixed CI failures with Ruby 2.3 on OSX (#5948)Adam Cozzette2019-03-251-1/+4
| | * Allow bytes field to be longer than 16000 bytes (#5924)Paul Yang2019-03-251-3/+7
| | * Replace strptime with custom implementation (#5906)Paul Yang2019-03-192-744/+1771
| | * cherry-pick test fix from #5853Joe Bolinger2019-03-141-2/+2
| | * fix tests for older rubiesJoe Bolinger2019-03-141-3/+6
| | * add more descriptive error messages to init methodsJoe Bolinger2019-03-148-34/+224
| | * Parse nested listvalue in json for ruby (#5867)Paul Yang2019-03-121-2/+20
| | * Encode empty ListValue (#5857)Paul Yang2019-03-102-2/+36
| | * Raise error for JSON overflow encoding in Ruby (#5752) (#5861)bmoyles01172019-03-085-3/+92
* | | Add wrapper type helpers for Ruby (#5739)Joe Bolinger2019-03-276-2/+289
* | | Add native type setters for Timestamp and Duration in Ruby (#5751)Joe Bolinger2019-03-264-3/+97
|/ /
* | Fix "the the".Benjamin Peterson2019-03-251-1/+1
* | Fix ruby continuous tests (#5853)Paul Yang2019-03-071-2/+2
* | make tests work on older rubies (#5823)Joe Bolinger2019-03-063-38/+39
* | Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539...Joshua Haberman2019-03-0613-6994/+13428
* | Updated upb from defcleanup branch and modified Ruby to use it (#5539)Joshua Haberman2019-03-0613-13428/+6994
* | remove return 0 (#5840)Joe Bolinger2019-03-051-1/+0
* | Merge branch '3.7.x'Bo Yang2019-03-043-7/+15
|\|
| * Update version number to 3.7.0 (#5793)Paul Yang2019-02-281-1/+1
| * Update version to 3.7.0rc3Bo Yang2019-02-221-1/+1
| * Update version to 3.7.0 (#5749)Paul Yang2019-02-191-1/+1
| * Use gnu for ruby build because strptime is provided by posix (#5660)Paul Yang2019-02-012-6/+14
| * Updated version to 3.7.0rc2Adam Cozzette2019-01-301-1/+1
| * Update version to 3.7.0Hao Nguyen2019-01-241-1/+1
* | Fix Ruby module name generation when the ruby_package option is used (again) ...Joe Bolinger2019-03-022-2/+2
* | Add frozen checks in Ruby (#5726)Joe Bolinger2019-03-024-0/+57