aboutsummaryrefslogtreecommitdiff
path: root/ruby
AgeCommit message (Expand)Author
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-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
2015-06-09Fixed compiler warnings and added -std=c99.Josh Haberman
2015-06-08Updated upb to latest version (C89).Josh Haberman
2015-05-29Update version number to 3.0.0-alpha-4Bo Yang
2015-05-23Update version number to 3.0.0-alpha-3teboring
2015-05-21down-integrate internal changesBo Yang
2015-05-19Ruby C extension speedup: don't re-intern constant string needlessly.Chris Fallin
2015-05-18Merge pull request #387 from cfallin/ruby-upb-updateJoshua Haberman
2015-05-15Don't hardcode bashTamir Duberstein
2015-05-15Update MRI C Ruby extension to use new version of upb.Chris Fallin
2015-05-15Merge pull request #338 from skippy/encode-decode-helpersChris Fallin
2015-05-14Merge pull request #385 from cfallin/travis-refactorChris Fallin
2015-05-14Refactor Travis tests: split configs and run in parallel.Chris Fallin
2015-05-14make repeated_field quack like an arrayAdam Greene
2015-05-13Added Ruby to Travis testing.Chris Fallin
2015-05-13adding and simplifying encoders/decodersAdam Greene
2015-05-02Merge pull request #334 from skippy/allow-msg-to-accept-nilChris Fallin
2015-05-02allow a message field to be unsetAdam Greene
2015-05-01return nil if array index indicie is out of boundsAdam Greene
2015-05-01add size alias for lengthAdam Greene
2015-05-01build cleanupsAdam Greene
2015-04-13Bump gem version to release bugfix.Chris Fallin
2015-04-13Fixed issue #283: crash in JSON handler cleanup.Chris Fallin