1. 28 Jun, 2017 2 commits
  2. 13 May, 2017 1 commit
  3. 07 Dec, 2016 1 commit
  4. 24 Aug, 2016 1 commit
  5. 01 Aug, 2016 1 commit
  6. 29 Jul, 2016 1 commit
  7. 03 Jul, 2016 1 commit
  8. 27 Apr, 2016 1 commit
  9. 04 Feb, 2016 1 commit
  10. 17 Jul, 2015 1 commit
  11. 16 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Added Ruby to conformance tests. · 181c7f26
      Josh Haberman authored
      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
      181c7f26
  12. 14 May, 2015 1 commit
  13. 13 May, 2015 1 commit
    • Adam Greene's avatar
      adding and simplifying encoders/decoders · d1b52a00
      Adam Greene authored
      * make consistent between mri and jruby
      * create a #to_h and have it use symbols for keys
      * add #to_json and #to_proto helpers on the Google::Protobuf message classes
      d1b52a00
  14. 01 May, 2015 1 commit
    • Adam Greene's avatar
      add size alias for length · c70b6058
      Adam Greene authored
      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
      c70b6058
  15. 10 Mar, 2015 1 commit
  16. 12 Dec, 2014 1 commit