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