Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gem version to 0.9.0 and update changelog #149

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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