- 28 Feb, 2019 1 commit
-
-
Joe Bolinger authored
* let repeated fields push arrays * add varargs push * better test
-
- 03 Jan, 2019 1 commit
-
-
Paul Yang authored
* Add ruby 2.6 test * Fix broken tests * Fix compatibility test * Fix bundler version * Use new docker image * Fix broken test * Use new docker image in ruby26 test * Install ruby for mac
-
- 29 Oct, 2018 1 commit
-
-
Toby Hsieh authored
Given an argument, the previous implementation was off by one (`.first(2)` would return 3 elements) compared to the `Enumerable#first` method.
-
- 18 Jul, 2018 1 commit
-
-
Paul Yang authored
* 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
-
- 02 Jul, 2018 1 commit
-
-
Paul Yang authored
* 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
-
- 30 Apr, 2018 1 commit
-
-
Stuart Campbell authored
Make RepeatedField#delete_if consistent with Array#delete_if.
-
- 12 Oct, 2017 1 commit
-
-
@rubynerd authored
-
- 14 May, 2015 1 commit
-
-
Adam Greene authored
-