protobuf/ruby/compatibility_tests/v3.0.0
Paul Yang 78ba021b84
Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)
* Add continuous test for ruby 2.3, 2.4 and 2.5

* Change ruby 2.5 to 2.5.0

* No need to provide argument to rb_funcall when argc is 0

* Fix tests for ruby 2.5

* Use rescue instead of assert_raise to accept subclass of error
2018-07-02 15:11:36 -07:00
..
tests Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829) 2018-07-02 15:11:36 -07:00
Rakefile Add Ruby compatibilty test against 3.0.0. 2017-02-27 17:38:54 -08:00
README.md Add Ruby compatibilty test against 3.0.0. 2017-02-27 17:38:54 -08:00
test.sh Add Ruby compatibilty test against 3.0.0. 2017-02-27 17:38:54 -08:00

Protobuf Ruby Compatibility Tests

This drectory contains a snapshot of protobuf ruby 3.0.0 unittest code and test scripts used to verifies whether the latest version of protobuf is still compatible with 3.0.0 generated code.