Skip to content

Commit

Permalink
Release 0.9.0 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
ransombriggs and mcmire authored Apr 26, 2022
1 parent d0ccdf2 commit 24a9b10
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 21 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.9.0 - 2022-04-25

### Fixes

* Fix diff produced when comparing two floats (e.g. `expect(value).to eq(1.0)`)
so that it does not blow up with a NoMethodError ([#146])

### Features

* Make `SuperDiff::VERSION` accessible without requiring `super_diff/version`
([#147])

[#146]: https://github.com/mcmire/super_diff/pull/146
[#147]: https://github.com/mcmire/super_diff/pull/147

## 0.8.0 - 2021-05-14

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/no_rails_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand All @@ -20,7 +20,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/no_rails_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand All @@ -20,7 +20,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (7.1.4)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (7.1.4)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (8.0.0)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (8.0.0)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.8.0)
super_diff (0.9.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
attr_extras (6.2.4)
attr_extras (6.2.5)
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/super_diff/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SuperDiff
VERSION = "0.8.0".freeze
VERSION = "0.9.0".freeze
end

0 comments on commit 24a9b10

Please sign in to comment.