aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
Commit message (Expand)AuthorAge
...
* | Merge pull request #2482 from andreaseger/fix_ruby_timestamp_accuracyGravatar Adam Cozzette2017-07-06
|\ \
* | | Updated upb to fix JSON conformance issues. (#3206)Gravatar Joshua Haberman2017-06-19
* | | Merge pull request #2815 from devwout/ruby_json_emit_defaultsGravatar Joshua Haberman2017-05-15
|\ \ \
| | * | change test for nanosecond accurate timestampsGravatar Andreas Eger2017-05-13
| | * | fix floating point accuracy problem in Timestamp#to_fGravatar Andreas Eger2017-05-13
| |/ / |/| |
* | | Update version number and changelog for 3.3.0Gravatar Feng Xiao2017-04-05
* | | Ruby: only link against specific version of memcpy if we're using glibcGravatar Adam Cozzette2017-03-17
| * | Ruby tests compare parsed JSON instead of raw JSONGravatar Ewout2017-03-17
* | | Merge pull request #2847 from haberman/ruby-tohGravatar Joshua Haberman2017-03-16
|\ \ \
* | | | Incremented Ruby version number to 3.2.0.1Gravatar Adam Cozzette2017-03-15
* | | | Ruby: update Gemspec.Gravatar Josh Haberman2017-03-15
* | | | Ruby: build packages for Ruby 2.4.Gravatar Josh Haberman2017-03-15
| * | | Made formatting more consistent.Gravatar Josh Haberman2017-03-15
| * | | Ruby: fixed Message#to_h for map fields.Gravatar Josh Haberman2017-03-14
|/ / /
| * | Ruby version optionally emits default values in JSON encoding.Gravatar Ewout2017-03-09
* | | Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibcGravatar Adam Cozzette2017-03-09
|/ /
* | Merge pull request #2755 from xfxyjwf/rubycompGravatar Feng Xiao2017-03-02
|\ \
* | | Prefer the term "3-Clause BSD License" over "New BSD License"Gravatar Sebastian Schuberth2017-02-28
* | | Fix links to the New BSD License in meta-dataGravatar Sebastian Schuberth2017-02-28
| * | Add Ruby compatibilty test against 3.0.0.Gravatar Feng Xiao2017-02-27
|/ /
* | Merge 3.2.x branch into master (#2648)Gravatar Paul Yang2017-01-31
| * handle sanity check for repeating enums correctlyGravatar @rubynerd2016-12-30
| * unwrap descriptor class before comparison of RepeatedField typesGravatar @rubynerd2016-12-19
|/
* Ruby: removed redundant RepeatedField#slice. (#2449)Gravatar Joshua Haberman2016-12-07
* Factored Conformance and Benchmark test messages into shared test schema. (#1...Gravatar Joshua Haberman2016-12-03
* Fixed Ruby tests for JRuby 1.7Gravatar Adam Cozzette2016-11-23
* Move variable declarations before actual codeGravatar Marcin Wyszynski2016-11-14
* Fix copy pasta in testGravatar Marcin Wyszynski2016-11-03
* More Ruby-eqsue interfaceGravatar Marcin Wyszynski2016-11-03
* Use git clean before installing via bundlerGravatar Jason Lunn2016-10-14
* Update version number.Gravatar Feng Xiao2016-10-10
* Fix travis, jenkins environment issues.Gravatar Bo Yang2016-10-10
* Bump version number to 3.1.0-alpha-1.Gravatar Bo Yang2016-10-10
* Add development dependency requirementsGravatar Jason Lunn2016-09-29
* Delete Gemfile.lockGravatar Jason Lunn2016-09-29
* Set platform to "java" under JRubyGravatar Jason Lunn2016-09-29
* Fix hash computation for JRuby's RubyMessageGravatar Brendan Ribera2016-09-20
* Merge pull request #2037 from abscondment/fix-2036-ruby-hashGravatar Joshua Haberman2016-09-18
|\
* \ Merge remote-tracking branch 'origin/3.0.x' into mergeGravatar Jisi Liu2016-09-14
|\ \
| * | Bump version number to 3.0.2Gravatar Jisi Liu2016-09-02
| | * fix #2036: use `rb_hash_*` to accumulate hashesGravatar Brendan Ribera2016-08-30
| | * failing test for #2036:Gravatar Brendan Ribera2016-08-30
| |/ |/|
| * Merge pull request #2012 from haberman/rubymapgcfixGravatar Joshua Haberman2016-08-30
* | upb bugfix: JSON map entry keys were passing the wrong closure.Gravatar Josh Haberman2016-08-29
* | Ruby: make sure map parsing frames are GC-rooted.Gravatar Josh Haberman2016-08-26
* | Fixing regular expression...Gravatar Nicolas Noble2016-08-23
* | Merge pull request #1878 from haberman/rubywktGravatar Joshua Haberman2016-08-01
|\ \ | |/ |/|
| * Ruby: added custom Struct exception type and fixed Makefile.am.Gravatar Josh Haberman2016-08-01
| * Fix for JRuby (assert_true is not present).Gravatar Josh Haberman2016-07-28
| * Ruby: added API support for well-known types.Gravatar Josh Haberman2016-07-28