Skip to content

Commit 24a9b10

Browse files
ransombriggsmcmire
andauthored
Release 0.9.0 (#149)
Co-authored-by: Elliot Winkler <[email protected]>
1 parent d0ccdf2 commit 24a9b10

12 files changed

+36
-21
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.9.0 - 2022-04-25
4+
5+
### Fixes
6+
7+
* Fix diff produced when comparing two floats (e.g. `expect(value).to eq(1.0)`)
8+
so that it does not blow up with a NoMethodError ([#146])
9+
10+
### Features
11+
12+
* Make `SuperDiff::VERSION` accessible without requiring `super_diff/version`
13+
([#147])
14+
15+
[#146]: https://github.com/mcmire/super_diff/pull/146
16+
[#147]: https://github.com/mcmire/super_diff/pull/147
17+
318
## 0.8.0 - 2021-05-14
419

520
### BREAKING CHANGES

gemfiles/no_rails_rspec_gte_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -20,7 +20,7 @@ GEM
2020
remote: https://rubygems.org/
2121
specs:
2222
ast (2.4.1)
23-
attr_extras (6.2.4)
23+
attr_extras (6.2.5)
2424
byebug (11.1.3)
2525
childprocess (4.0.0)
2626
climate_control (1.0.0)

gemfiles/no_rails_rspec_lt_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -20,7 +20,7 @@ GEM
2020
remote: https://rubygems.org/
2121
specs:
2222
ast (2.4.1)
23-
attr_extras (6.2.4)
23+
attr_extras (6.2.5)
2424
byebug (11.1.3)
2525
childprocess (4.0.0)
2626
climate_control (1.0.0)

gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
arel (7.1.4)
4747
ast (2.4.1)
48-
attr_extras (6.2.4)
48+
attr_extras (6.2.5)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
childprocess (4.0.0)

gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
arel (7.1.4)
4747
ast (2.4.1)
48-
attr_extras (6.2.4)
48+
attr_extras (6.2.5)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
childprocess (4.0.0)

gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
arel (8.0.0)
4747
ast (2.4.1)
48-
attr_extras (6.2.4)
48+
attr_extras (6.2.5)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
childprocess (4.0.0)

gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
arel (8.0.0)
4747
ast (2.4.1)
48-
attr_extras (6.2.4)
48+
attr_extras (6.2.5)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
childprocess (4.0.0)

gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
arel (9.0.0)
4747
ast (2.4.1)
48-
attr_extras (6.2.4)
48+
attr_extras (6.2.5)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
childprocess (4.0.0)

gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
arel (9.0.0)
4747
ast (2.4.1)
48-
attr_extras (6.2.4)
48+
attr_extras (6.2.5)
4949
builder (3.2.4)
5050
byebug (11.1.3)
5151
childprocess (4.0.0)

gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -44,7 +44,7 @@ GEM
4444
tzinfo (~> 1.1)
4545
zeitwerk (~> 2.2, >= 2.2.2)
4646
ast (2.4.1)
47-
attr_extras (6.2.4)
47+
attr_extras (6.2.5)
4848
builder (3.2.4)
4949
byebug (11.1.3)
5050
childprocess (4.0.0)

gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: ..
1313
specs:
14-
super_diff (0.8.0)
14+
super_diff (0.9.0)
1515
attr_extras (>= 6.2.4)
1616
diff-lcs
1717
patience_diff
@@ -44,7 +44,7 @@ GEM
4444
tzinfo (~> 1.1)
4545
zeitwerk (~> 2.2, >= 2.2.2)
4646
ast (2.4.1)
47-
attr_extras (6.2.4)
47+
attr_extras (6.2.5)
4848
builder (3.2.4)
4949
byebug (11.1.3)
5050
childprocess (4.0.0)

lib/super_diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SuperDiff
2-
VERSION = "0.8.0".freeze
2+
VERSION = "0.9.0".freeze
33
end

0 commit comments

Comments
 (0)