summaryrefslogtreecommitdiff
path: root/ruby
AgeCommit message (Expand)Author
2016-07-03Fix spelling in strings and commentsOtto Kekäläinen
2016-05-18Fixed oneof behavior for enums and fixed JRuby.Josh Haberman
2016-05-18Ruby oneofs: return default instead of nil for unset fields.Josh Haberman
2016-05-10Update version numbers for other languagesJisi Liu
2016-05-04Properly generating well known proto files for the macos build.Nicolas "Pixel" Noble
2016-05-03Merge pull request #1473 from nicolasnoble/rake-tweaksJoshua Haberman
2016-04-30Addressing concerns.Nicolas "Pixel" Noble
2016-04-29Few tweaks to the rakefile to permit native gems compilation with the proto f...Nicolas "Pixel" Noble
2016-04-28Merge pull request #1462 from acozzette/ruby-2.3Adam Cozzette
2016-04-27Added dig and bsearch_index to RepeatedField methods forwarded to arrayAdam Cozzette
2016-04-22Updated upb and simplified ruby code a bit with new upb method.Josh Haberman
2016-04-14Bugfix for JSON error case.Josh Haberman
2016-04-14Remove no longer applicable documentation from README.md.Josh Haberman
2016-04-14Ruby JSON: always accept both camelCase and original field names.Josh Haberman
2016-04-14Documented the JSON change and compatibility flags.Josh Haberman
2016-04-14Updated upb: picked up legacy JSON flags to help Ruby users migrate.Josh Haberman
2016-03-04Merge pull request #1139 from haberman/rubyjsoncamelJoshua Haberman
2016-03-03Generate well-known types in Ruby extension and prune unneeded proto2 depende...Josh Haberman
2016-02-18Updated upb from latest changes.Josh Haberman
2016-02-18Changed Ruby to properly camelCase its JSON by default.Josh Haberman
2016-02-16Merge pull request #1224 from google/rubysentinelJoshua Haberman
2016-02-11Merge pull request #1144 from dongjoon-hyun/remove_redundant_theJoshua Haberman
2016-02-11Merge pull request #997 from anderscarling/better_errorsJoshua Haberman
2016-02-10Removed 'optional' from proto3 syntax file.Josh Haberman
2016-02-06Actually enabling cross compilation.Nicolas "Pixel" Noble
2016-02-06Removing usage of git - not everyone grabs the gem using it.Nicolas "Pixel" Noble
2016-02-04Add rake-compiler-dock as a dep.Josh Haberman
2016-02-04Added support for binary gems.Josh Haberman
2016-02-03Remove redundant `the` in comments.Dongjoon Hyun
2016-01-11Fixed Ruby conformance tests by running them under rvm Ruby.Josh Haberman
2016-01-11Added debugging output to debug type= problem on Travis.Josh Haberman
2016-01-11Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman
2015-12-21Disable conformance tests for csharp and ruby.Feng Xiao
2015-12-21Update version numbers.Feng Xiao
2015-11-23Invoke super implementation instead of raising errorAnders Carling
2015-11-20Add field name to initialization map exceptionsAnders Carling
2015-11-20Use same exception class in ruby and jrubyAnders Carling
2015-11-20Raise NoMethodError for unknown fieldsAnders Carling
2015-09-28A very small fix to silence some warnings.Josh Haberman
2015-08-26Make jruby use Java 3.0.0-alpha-3.Feng Xiao
2015-08-26Update version number.Feng Xiao
2015-08-21Merge pull request #584 from haberman/cwarningsJoshua Haberman
2015-08-20Return TypedData_Wrap_Struct directly.Josh Haberman
2015-08-12Fixed several Ruby conformance test cases through upb update.Josh Haberman
2015-07-17Fixed lint errors and responded to CR comments.Josh Haberman
2015-07-17Exclude JRuby from conformance tests for now.Josh Haberman
2015-07-16Added Ruby to conformance tests.Josh Haberman
2015-07-10Conform to C89/C90 variable declaration rules.Josh Haberman
2015-07-08Worked around memory leak bug in Ruby interpreter.Josh Haberman
2015-06-22Update upb to fix two bugs in the Ruby library.Josh Haberman