1. 08 Mar, 2019 2 commits
  2. 07 Mar, 2019 5 commits
  3. 06 Mar, 2019 6 commits
  4. 04 Mar, 2019 5 commits
  5. 02 Mar, 2019 3 commits
    • Joe Bolinger's avatar
      Fix Ruby module name generation when the ruby_package option is used (again) (#5794) · ae85b457
      Joe Bolinger authored
      * Revert "Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)""
      
      This reverts commit bb211e85.
      
      * add new files to Makefile.am
      ae85b457
    • Joe Bolinger's avatar
      Add frozen checks in Ruby (#5726) · 76685c6f
      Joe Bolinger authored
      * add frozen checks
      
      * Use rb_check_frozen
      
      * Correct assertion on frozen error message
      
      The second argument for the method assert_raise is the message
      to show when the assertion fails. It does not check the error
      object's message.
      Add an additional assertion that does check the error's message.
      
      * do frozen check first
      76685c6f
    • Joe Bolinger's avatar
      Generate extra enum method helpers for Ruby (#5670) · a6e3ac0d
      Joe Bolinger authored
      * example with extra enum method
      
      * update expected test output
      
      * slight simplification
      
      * add test for generated enum helpers
      
      * move const helpers to c extension
      
      * more explicit test
      
      * more explicit test
      
      * indent
      
      * add foo test
      
      * add check for _const suffix
      a6e3ac0d
  6. 01 Mar, 2019 1 commit
  7. 28 Feb, 2019 8 commits
  8. 27 Feb, 2019 4 commits
  9. 26 Feb, 2019 6 commits