aboutsummaryrefslogtreecommitdiff
path: root/conformance/conformance_ruby.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.Josh Haberman2016-07-251-1/+1
| | | | | This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code.
* Changed Ruby to properly camelCase its JSON by default.Josh Haberman2016-02-181-4/+12
|
* Fixed lint errors and responded to CR comments.Josh Haberman2015-07-171-26/+29
| | | | Change-Id: If7b1cc0f03f609a7f43ddafc8509b44207c60910
* Added Ruby to conformance tests.Josh Haberman2015-07-161-0/+111
This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036