1. 655310c Update protobuf version (#6472) by Paul Yang · 4 years, 10 months ago
  2. 6a59a2a Update protobuf version (#6366) by Paul Yang · 5 years ago
  3. d581c76 Merge branch 'master' into 3.9.x by Bo Yang · 5 years ago
  4. bc74264 Merge remote-tracking branch 'origin/3.8.x' by Bo Yang · 5 years ago
  5. 640423f Change int64 json encoding to be string for php and ruby (#6251) by Paul Yang · 5 years ago
  6. 6387202 Update version to 3.9.0 by Hao Nguyen · 5 years ago
  7. 997bd35 Fix TypeError on decoding enum map values in Ruby (#6262) by Sorah Fukumori · 5 years ago
  8. 8041dd4 Merge pull request #6166 from blowmage/ruby-remove-to_hash by Joshua Haberman · 5 years ago
  9. 565154a Remove Ruby to_hash methods by Mike Moore · 5 years ago
  10. b0d6486 Update protobuf version by Hao Nguyen · 5 years ago
  11. 2352a30 Revert "Update protobuf version" by Hao Nguyen · 5 years ago
  12. 6d96493 Update protobuf version by Hao Nguyen · 5 years ago
  13. d575813 Revert "Convert Google::Protobuf.deep_copy to pure Ruby" by Joshua Haberman · 5 years ago
  14. 3b67455 Convert Google::Protobuf.deep_copy to pure Ruby by Aaron Patterson · 5 years ago
  15. 531505c Updated gemspec to require Ruby 2.3 or higher by Adam Cozzette · 5 years ago
  16. 7597f8a Custom mktime to fix issue on mac (#6118) by Paul Yang · 5 years ago
  17. 37a89f8 Update version to 3.8.0 by Hao Nguyen · 5 years ago
  18. f425b9f Merge pull request #5953 from acozzette/merge-3-7-x by Paul Yang · 5 years ago
  19. 33dd96c Use mktime by Bo Yang · 5 years ago
  20. 262cc06 Fix ruby conformance test on mac by Bo Yang · 5 years ago
  21. 2d9507e Update upb for ruby by Bo Yang · 5 years ago
  22. a268b63 Update upb for ruby by Bo Yang · 5 years ago
  23. e4bbca1 Add wrapper type helpers for Ruby (#5739) by Joe Bolinger · 5 years ago
  24. d2daa38 Add native type setters for Timestamp and Duration in Ruby (#5751) by Joe Bolinger · 5 years ago
  25. 8645d89 Merge branch '3.7.x' into merge-3-7-x by Adam Cozzette · 5 years ago
  26. 6973c3a Update version number to 3.7.1 (#5947) by Paul Yang · 5 years ago
  27. 0770795 Fixed CI failures with Ruby 2.3 on OSX (#5948) by Adam Cozzette · 5 years ago
  28. 5939bc3 Fix "the the". by Benjamin Peterson · 5 years ago
  29. ba42cb5 Allow bytes field to be longer than 16000 bytes (#5924) by Paul Yang · 5 years ago
  30. 57b6597 Replace strptime with custom implementation (#5906) by Paul Yang · 5 years ago
  31. 580826c cherry-pick test fix from #5853 by Joe Bolinger · 5 years ago
  32. 604121a fix tests for older rubies by Joe Bolinger · 5 years ago
  33. 0114727 add more descriptive error messages to init methods by Joe Bolinger · 5 years ago
  34. 4b145b1 Parse nested listvalue in json for ruby (#5867) by Paul Yang · 5 years ago
  35. a186808 Encode empty ListValue (#5857) by Paul Yang · 5 years ago
  36. 0b5111d Raise error for JSON overflow encoding in Ruby (#5752) (#5861) by bmoyles0117 · 5 years ago
  37. e75a689 Fix ruby continuous tests (#5853) by Paul Yang · 5 years ago
  38. f4f32a5 make tests work on older rubies (#5823) by Joe Bolinger · 5 years ago
  39. 1568dea Revert "Updated upb from defcleanup branch and modified Ruby to use it (#5539)" (#5848) by Joshua Haberman · 5 years ago
  40. 3758138 Updated upb from defcleanup branch and modified Ruby to use it (#5539) by Joshua Haberman · 5 years ago
  41. 8bdecd7 remove return 0 (#5840) by Joe Bolinger · 5 years ago
  42. cb6fa92 Merge branch '3.7.x' by Bo Yang · 5 years ago
  43. ae85b45 Fix Ruby module name generation when the ruby_package option is used (again) (#5794) by Joe Bolinger · 5 years ago
  44. 76685c6 Add frozen checks in Ruby (#5726) by Joe Bolinger · 5 years ago
  45. a6e3ac0 Generate extra enum method helpers for Ruby (#5670) by Joe Bolinger · 5 years ago
  46. 582743b Update version number to 3.7.0 (#5793) by Paul Yang · 5 years ago
  47. bb211e8 Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)" by Paul Yang · 5 years ago
  48. 9638dcc Fix Ruby module name generation when the ruby_package option is used (#5735) by Joe Bolinger · 5 years ago
  49. 7f14ea9 Raise error for JSON overflow encoding in Ruby (#5752) by Joe Bolinger · 5 years ago
  50. e780681 Allow repeated fields in Ruby to accept multiple arguments on push (#5736) by Joe Bolinger · 5 years ago
  51. bc929a3 add eql? method (#5730) by Joe Bolinger · 5 years ago
  52. b52754b Update version to 3.7.0rc3 by Bo Yang · 5 years ago
  53. e479410 delete all duplicate empty blanks (#5758) by Xiang Dai · 5 years ago
  54. c7b3392 Update version to 3.7.0 (#5749) by Paul Yang · 5 years ago
  55. 39c0947 implement to_s for message types (#5710) by Joe Bolinger · 5 years ago
  56. 64eb9b6 Add more descriptive error messages to init methods in Ruby (#5659) by Joe Bolinger · 5 years ago
  57. 7d9377e Use gnu for ruby build because strptime is provided by posix (#5660) by Paul Yang · 5 years ago
  58. 1ee15ba Updated version to 3.7.0rc2 by Adam Cozzette · 5 years ago
  59. d5be2ba Update version to 3.7.0 by Hao Nguyen · 5 years ago
  60. 37a0ab7 Fix Any json encoding/decoding for ruby. (#5592) by Paul Yang · 5 years ago
  61. dda7ab0 Ruby nested msg caps (#5564) by toc007 · 5 years ago
  62. aa5c12e Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)" (#5533) by Paul Yang · 5 years ago
  63. c3340b2 Add ruby 2.6 gem build for linux (#5537) by Paul Yang · 5 years ago
  64. de9e1a0 Add ruby 2.6 test (#5528) by Paul Yang · 5 years ago
  65. be1716a Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511) by Paul Yang · 5 years ago
  66. 2194073 Merge pull request #5373 from ebenoist/erik/unknown-fields by Joshua Haberman · 5 years ago
  67. 9ac1132 Adds the ability to ignore unknown fields on parse by Erik Benoist · 6 years ago
  68. 3c547fc Lower the severity of lower-case ruby enum to warning. Add conformance test for allow_alias with lower_case enums by Hao Nguyen · 5 years ago
  69. c11096c Do not require Ruby enum to be upper case by Hao Nguyen · 5 years ago
  70. 37dbfd6 Do not require ruby enum to be uppercase by Hao Nguyen · 5 years ago
  71. cb7678e Actualizing RubyGems link in README.md (#5378) by Mikhail Morgunov · 6 years ago
  72. 5913329 Fix most of the unused variable warnings in Ruby tests (#5313) by Toby Hsieh · 6 years ago
  73. 63d2f3b Fix RepeatedField#first in Ruby gem (#5293) by Toby Hsieh · 6 years ago
  74. 0038ff4 Remove Debug Statement for Win/MinGW (#5283) by micw523 · 6 years ago
  75. 333b3ce Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256) by Paul Yang · 6 years ago
  76. a0da84b Fix broken ruby test (#5235) by Paul Yang · 6 years ago
  77. 19ef4ab Merge pull request #4816 from hrsht/hrsht/zanker-proto2 by Joshua Haberman · 6 years ago
  78. d0535cc Adds support for proto2 syntax for Ruby gem. by Harshit Chopra · 7 years ago
  79. afe98de Replace repo links. by Feng Xiao · 6 years ago
  80. 94d55e5 Merge branch '3.6.x' into merge-3-6-x by Adam Cozzette · 6 years ago
  81. 9e1286b Updated version numbers to 3.6.1 by Adam Cozzette · 6 years ago
  82. e508fc0 Check the message to be encoded is the wrong type. (#4885) (#4949) by Paul Yang · 6 years ago
  83. 8356d27 Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829) by Paul Yang · 6 years ago
  84. 40f9ef2 Check the message to be encoded is the wrong type. (#4885) by Paul Yang · 6 years ago
  85. 78ba021 Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829) by Paul Yang · 6 years ago
  86. 59e04d8 Merge pull request #4321 from devwout/ruby_json_omit_repeated by Joshua Haberman · 6 years ago
  87. e00266a Merge pull request #3847 from FX-HAO/master by Joshua Haberman · 6 years ago
  88. 7054462 When initializing a message, skip a field if value is nil (#3693) by Zachary Anker · 6 years ago
  89. 74f8e24 Adds a base class for all explicitly raised TypeErrors (#4255) by Erik Benoist · 6 years ago
  90. 82d3d7d Merge branch '3.6.x' into merge-3-6-x by Adam Cozzette · 6 years ago
  91. f7ada12 Build ruby gem on kokoro (#4819) by Paul Yang · 6 years ago
  92. 944693c Add Google::Protobuf::Any.pack convenience class method. (#4719) by igorpeshansky · 6 years ago
  93. c19fcee Allows the json marshaller to be passed json marshal options (#4252) by Erik Benoist · 6 years ago
  94. 5289ee0 Adopt ruby_package in ruby generated code. (#4627) by Paul Yang · 6 years ago
  95. a8e2359 Allows the json marshaller to be passed json marshal options (#4252) by Erik Benoist · 6 years ago
  96. 9ccc3e5 Adopt ruby_package in ruby generated code. (#4627) by Paul Yang · 6 years ago
  97. 45eb28b Update version number to 3.6.0 by Jisi Liu · 6 years ago
  98. 05c2d01 Fix RepeatedField#delete_if (#4292) by Stuart Campbell · 6 years ago
  99. 9972e16 Set ext.no_native = true for non mac platform by Jisi Liu · 6 years ago
  100. c931743 Merge branch (#4466) by Paul Yang · 6 years ago