1. 3808d09 Fix spelling in strings and comments by Otto Kekäläinen · 8 years ago
  2. 2d514ce Fixed oneof behavior for enums and fixed JRuby. by Josh Haberman · 8 years ago
  3. 545527e Ruby oneofs: return default instead of nil for unset fields. by Josh Haberman · 8 years ago
  4. 5dea201 Update version numbers for other languages by Jisi Liu · 8 years ago
  5. edd2949 Properly generating well known proto files for the macos build. by Nicolas "Pixel" Noble · 8 years ago
  6. 7dda312 Merge pull request #1473 from nicolasnoble/rake-tweaks by Joshua Haberman · 8 years ago
  7. 236b939 Addressing concerns. by Nicolas "Pixel" Noble · 8 years ago
  8. 1f8b6da Few tweaks to the rakefile to permit native gems compilation with the proto files generation. by Nicolas "Pixel" Noble · 8 years ago
  9. b53417c Merge pull request #1462 from acozzette/ruby-2.3 by Adam Cozzette · 8 years ago
  10. bbb68fe Added dig and bsearch_index to RepeatedField methods forwarded to array by Adam Cozzette · 8 years ago
  11. d419ca1 Updated upb and simplified ruby code a bit with new upb method. by Josh Haberman · 8 years ago
  12. e67ef3d Bugfix for JSON error case. by Josh Haberman · 8 years ago
  13. 800e986 Remove no longer applicable documentation from README.md. by Josh Haberman · 8 years ago
  14. 194ad62 Ruby JSON: always accept both camelCase and original field names. by Josh Haberman · 8 years ago
  15. 90c7f6e Documented the JSON change and compatibility flags. by Josh Haberman · 8 years ago
  16. 94e54b3 Updated upb: picked up legacy JSON flags to help Ruby users migrate. by Josh Haberman · 8 years ago
  17. e70f925 Merge pull request #1139 from haberman/rubyjsoncamel by Joshua Haberman · 8 years ago
  18. 513875d Generate well-known types in Ruby extension and prune unneeded proto2 dependencies. by Josh Haberman · 8 years ago
  19. f654d49 Updated upb from latest changes. by Josh Haberman · 8 years ago
  20. 78da666 Changed Ruby to properly camelCase its JSON by default. by Josh Haberman · 8 years ago
  21. 8fc045d Merge pull request #1224 from google/rubysentinel by Joshua Haberman · 8 years ago
  22. 3ee2e20 Merge pull request #1144 from dongjoon-hyun/remove_redundant_the by Joshua Haberman · 8 years ago
  23. caf1fb7 Merge pull request #997 from anderscarling/better_errors by Joshua Haberman · 8 years ago
  24. 69ac430 Removed 'optional' from proto3 syntax file. by Josh Haberman · 8 years ago
  25. bbb188a Actually enabling cross compilation. by Nicolas "Pixel" Noble · 8 years ago
  26. 4e141bb Removing usage of git - not everyone grabs the gem using it. by Nicolas "Pixel" Noble · 8 years ago
  27. 70a4b03 Add rake-compiler-dock as a dep. by Josh Haberman · 8 years ago
  28. af4aa9b Added support for binary gems. by Josh Haberman · 8 years ago
  29. 7a9040f Remove redundant `the` in comments. by Dongjoon Hyun · 8 years ago
  30. fc7f8d9 Fixed Ruby conformance tests by running them under rvm Ruby. by Josh Haberman · 8 years ago
  31. bf50ec4 Added debugging output to debug type= problem on Travis. by Josh Haberman · 8 years ago
  32. e891c29 Allow conformance test runner to tolerate crashes, and re-enable conformance tests. by Josh Haberman · 8 years ago
  33. 8675989 Disable conformance tests for csharp and ruby. by Feng Xiao · 9 years ago
  34. aa7e17a Update version numbers. by Feng Xiao · 9 years ago
  35. 3a5f213 Invoke super implementation instead of raising error by Anders Carling · 9 years ago
  36. 0559f3e Add field name to initialization map exceptions by Anders Carling · 9 years ago
  37. 8bcd0d7 Use same exception class in ruby and jruby by Anders Carling · 9 years ago
  38. 0df1e39 Raise NoMethodError for unknown fields by Anders Carling · 9 years ago
  39. 14e2b4f A very small fix to silence some warnings. by Josh Haberman · 9 years ago
  40. 1942a2b Make jruby use Java 3.0.0-alpha-3. by Feng Xiao · 9 years ago
  41. ffe9215 Update version number. by Feng Xiao · 9 years ago
  42. eb65c69 Merge pull request #584 from haberman/cwarnings by Joshua Haberman · 9 years ago
  43. d61e6ad Return TypedData_Wrap_Struct directly. by Josh Haberman · 9 years ago
  44. 5bdf4a4 Fixed several Ruby conformance test cases through upb update. by Josh Haberman · 9 years ago
  45. c2c43a4 Fixed lint errors and responded to CR comments. by Josh Haberman · 9 years ago
  46. 95ee8fb Exclude JRuby from conformance tests for now. by Josh Haberman · 9 years ago
  47. 181c7f2 Added Ruby to conformance tests. by Josh Haberman · 9 years ago
  48. a1daeab Conform to C89/C90 variable declaration rules. by Josh Haberman · 9 years ago
  49. 8c717ad Worked around memory leak bug in Ruby interpreter. by Josh Haberman · 9 years ago
  50. fb8ed70 Update upb to fix two bugs in the Ruby library. by Josh Haberman · 9 years ago
  51. e3ce451 Fixed compiler warnings and added -std=c99. by Josh Haberman · 9 years ago
  52. e8ed021 Updated upb to latest version (C89). by Josh Haberman · 9 years ago
  53. e107e2d Update version number to 3.0.0-alpha-4 by Bo Yang · 9 years ago
  54. 9839c0c Update version number to 3.0.0-alpha-3 by teboring · 9 years ago
  55. 5db2173 down-integrate internal changes by Bo Yang · 9 years ago
  56. 231886f Ruby C extension speedup: don't re-intern constant string needlessly. by Chris Fallin · 9 years ago
  57. 202f87f Merge pull request #387 from cfallin/ruby-upb-update by Joshua Haberman · 9 years ago
  58. e54c145 Don't hardcode bash by Tamir Duberstein · 9 years ago
  59. d326277 Update MRI C Ruby extension to use new version of upb. by Chris Fallin · 9 years ago
  60. a526605 Merge pull request #338 from skippy/encode-decode-helpers by Chris Fallin · 9 years ago
  61. e96b5b6 Merge pull request #385 from cfallin/travis-refactor by Chris Fallin · 9 years ago
  62. 20e94b2 Refactor Travis tests: split configs and run in parallel. by Chris Fallin · 9 years ago
  63. cd7ebbe make repeated_field quack like an array by Adam Greene · 9 years ago
  64. eb37551 Added Ruby to Travis testing. by Chris Fallin · 9 years ago
  65. d1b52a0 adding and simplifying encoders/decoders by Adam Greene · 9 years ago
  66. 16a283f Merge pull request #334 from skippy/allow-msg-to-accept-nil by Chris Fallin · 9 years ago
  67. 6467826 allow a message field to be unset by Adam Greene · 9 years ago
  68. d55733c return nil if array index indicie is out of bounds by Adam Greene · 9 years ago
  69. c70b605 add size alias for length by Adam Greene · 9 years ago
  70. 761cfa0 build cleanups by Adam Greene · 9 years ago
  71. 14fd962 Bump gem version to release bugfix. by Chris Fallin · 9 years ago
  72. e9abbd2 Fixed issue #283: crash in JSON handler cleanup. by Chris Fallin · 9 years ago
  73. 27e2b57 add jruby support by protobuf-java reflection API by Isaiah Peng · 10 years ago
  74. dfdec3b Updated Ruby gem version and added note to ruby/README.md regarding version number scheme. by Chris Fallin · 9 years ago
  75. 40f2df3 Bump the version number to 3.0.0-alpha-3-pre by Jisi Liu · 9 years ago
  76. 21fb217 Updated Ruby README with more details on getting started. by Chris Fallin · 9 years ago
  77. 11ad1bd Update Ruby gem version to 3.0.0.alpha.2.0. by Chris Fallin · 9 years ago
  78. 6ad8f54 Updated Ruby README. by Chris Fallin · 9 years ago
  79. db87a9c Merge pull request #211 from isaiah/map_inspect by Chris Fallin · 9 years ago
  80. 4502626 Google::Protobuf::Map#inspect should be consistent with Hash#inspect by Isaiah Peng · 9 years ago
  81. 315b93f Addressed code-review comment. by Chris Fallin · 9 years ago
  82. a2bea0a Properly support maps in Ruby protoc and another bugfix. by Chris Fallin · 9 years ago
  83. 20490e3 Merge pull request #189 from cfallin/update-ruby-upb by Joshua Haberman · 9 years ago
  84. 06bf630 README.md update for Ruby gem. by Chris Fallin · 9 years ago
  85. e7e79a4 Merge pull request #190 from isaiah/to_ary by Chris Fallin · 9 years ago
  86. ee5f6e9 add #to_ary to RepeatedField by Isaiah Peng · 9 years ago
  87. a507592 Updated to latest upb and added test for JSON map operation. by Chris Fallin · 9 years ago
  88. a3953da Updated based on code-review comments. by Chris Fallin · 9 years ago
  89. eb33f9d Updated based on code-review comments. by Chris Fallin · 9 years ago
  90. 07b8b0f Addressed code-review comments. by Chris Fallin · 9 years ago
  91. 9de35e7 Addressed code-review comments. by Chris Fallin · 9 years ago
  92. e2debef Ruby extension: added oneof accessor. by Chris Fallin · 9 years ago
  93. e1b7d38 Addressed code-review comments. by Chris Fallin · 9 years ago
  94. 3f3820d Two tests for Ruby code generator: by Chris Fallin · 9 years ago
  95. fcd8889 Support oneofs in MRI Ruby C extension. by Chris Fallin · 9 years ago
  96. ace4212 Line-wraps at 80 chars. by Chris Fallin · 9 years ago
  97. addd26c Addressed code-review comments. by Chris Fallin · 9 years ago
  98. 97b663a Update upb amalgamation. by Chris Fallin · 9 years ago
  99. 4c92289 Addressed code-review comments. by Chris Fallin · 9 years ago
  100. 80276ac Addressed code-review comments. by Chris Fallin · 9 years ago