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 11## HEAD (unreleased)
22
3+ ## 2.0.0
4+
35- Support "endless" oneline method definitions for Ruby 3+ (https://github.com/zombocom/dead_end/pull/80 )
46- Reduce timeout to 1 second (https://github.com/zombocom/dead_end/pull/79 )
57- Logically consecutive lines (such as chained methods are now joined) (https://github.com/zombocom/dead_end/pull/78 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- dead_end (1.2 .0 )
4+ dead_end (2.0 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DeadEnd
4- VERSION = "1.2 .0"
4+ VERSION = "2.0 .0"
55end
You can’t perform that action at this time.
0 commit comments