aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/lib/google/protobuf/repeated_field.rb
Commit message (Collapse)AuthorAge
* Fix RepeatedField#delete_if (#4292)Gravatar Stuart Campbell2018-04-30
| | | Make RepeatedField#delete_if consistent with Array#delete_if.
* Ruby: removed redundant RepeatedField#slice. (#2449)Gravatar Joshua Haberman2016-12-07
|
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* Added dig and bsearch_index to RepeatedField methods forwarded to arrayGravatar Adam Cozzette2016-04-27
| | | | | | | This fixes the test_acts_likes_an_array test in RepeatedFieldTest, which checks that repeated fields respond to the same methods as regular Ruby arrays. The bsearch_index and dig array methods seem to be new in Ruby 2.3 and so we should support those.
* make repeated_field quack like an arrayGravatar Adam Greene2015-05-14
|
* add size alias for lengthGravatar Adam Greene2015-05-01
starting to make `RepeatedField` quack like an array additional changes: * make sure gemspec gets all ruby code files * add homepage in gem spec removes one of the warnings, and the gem spec authors are pushing everyone to include a homepage in the gem * remove excess whitespace in test suite to bring formatting inline with the rest of the file