1. 13 Jul, 2016 1 commit
  2. 10 May, 2016 1 commit
  3. 29 Apr, 2016 1 commit
  4. 05 Feb, 2016 1 commit
  5. 04 Feb, 2016 1 commit
  6. 21 Dec, 2015 1 commit
    • Feng Xiao's avatar
      Update version numbers. · aa7e17a6
      Feng Xiao authored
      Version number for beta languages is updated to v3.0.0-beta-2.
      Version number for alpha languages is updated to v3.0.0-alpha-5.
      aa7e17a6
  7. 26 Aug, 2015 1 commit
    • Feng Xiao's avatar
      Update version number. · ffe92151
      Feng Xiao authored
      Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
      languages are updated to v3.0.0-alpha-4.
      ffe92151
  8. 29 May, 2015 1 commit
  9. 23 May, 2015 1 commit
  10. 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
  11. 13 Apr, 2015 1 commit
  12. 10 Mar, 2015 1 commit
  13. 03 Mar, 2015 2 commits
  14. 21 Feb, 2015 1 commit
    • Chris Fallin's avatar
      Update Ruby gem version to 3.0.0.alpha.2.0. · 11ad1bd2
      Chris Fallin authored
      This update conforms to our two-numbers-after-alpha scheme that allows
      us to bump the last number if we need to re-upload a gem. (Rubygems does
      not allow re-use of a version number once a gem is uploaded.)
      
      Change-Id: Ia8e7c129d19800afd66f8052785cf5a00462c7ba
      11ad1bd2
  15. 14 Jan, 2015 1 commit
    • Chris Fallin's avatar
      Two tests for Ruby code generator: · 3f3820d8
      Chris Fallin authored
      - A golden-file test that ensures protoc produces known-valid output.
      - A Ruby test that loads that golden file and ensures it actually works
        with the extension.
      
      This split strategy allows us to test end-to-end without needing to
      integrate the Ruby gem build system and the protoc build system. This is
      desirable because we do not want a gem build/install to depend on
      building protoc, and we do not want building protoc to depend on
      building and testing the gem.
      3f3820d8
  16. 12 Dec, 2014 1 commit