File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 - { ruby: '3.0', allowed-failure: false }
1313 - { ruby: '3.1', allowed-failure: false }
1414 - { ruby: '3.2', allowed-failure: false }
15+ - { ruby: '4.0', allowed-failure: false }
1516 - { ruby: 'ruby-head', allowed-failure: true }
1617 - { ruby: 'truffleruby-head', allowed-failure: true }
1718 - { ruby: 'jruby-head', allowed-failure: true }
Original file line number Diff line number Diff line change 1- ### 1.0.1 (Next)
1+ ### 1.1.0 (Next)
22
3+ * [ #54 ] ( https://github.com/dblock/ruby-enum/pull/54 ) : Add support for Ruby 4.0 - [ @dblock ] ( https://github.com/dblock ) .
34* [ #53 ] ( https://github.com/dblock/ruby-enum/pull/53 ) : Replace code climate with coveralls - [ @dblock ] ( https://github.com/dblock ) .
45* Your contribution here.
56
Original file line number Diff line number Diff line change 22
33module Ruby
44 module Enum
5- VERSION = '1.0.1 '
5+ VERSION = '1.1.0 '
66 end
77end
You can’t perform that action at this time.
0 commit comments