diff --git a/CHANGELOG.md b/CHANGELOG.md index b4158dcc..24e4b3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gemfiles/no_rails_rspec_gte_3_10.gemfile.lock b/gemfiles/no_rails_rspec_gte_3_10.gemfile.lock index 9ee4e465..e8238a90 100644 --- a/gemfiles/no_rails_rspec_gte_3_10.gemfile.lock +++ b/gemfiles/no_rails_rspec_gte_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/no_rails_rspec_lt_3_10.gemfile.lock b/gemfiles/no_rails_rspec_lt_3_10.gemfile.lock index 522fe723..371b7068 100644 --- a/gemfiles/no_rails_rspec_lt_3_10.gemfile.lock +++ b/gemfiles/no_rails_rspec_lt_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock b/gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock index 9c2b0250..5bbcebd9 100644 --- a/gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock +++ b/gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock b/gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock index 7eff0a1e..c29b7e9a 100644 --- a/gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock +++ b/gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock b/gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock index 1237bfd1..3fd8581f 100644 --- a/gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock +++ b/gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock b/gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock index 0792d006..a47c7519 100644 --- a/gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock +++ b/gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock b/gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock index 3162fc58..ae8411bd 100644 --- a/gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock +++ b/gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock b/gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock index 80b8df0a..364f29c9 100644 --- a/gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock +++ b/gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock b/gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock index 4f51429f..25449e18 100644 --- a/gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock +++ b/gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock b/gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock index 42a811b4..e1c1e95b 100644 --- a/gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock +++ b/gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock @@ -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 @@ -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) diff --git a/lib/super_diff/version.rb b/lib/super_diff/version.rb index 22d445b6..a78530a7 100644 --- a/lib/super_diff/version.rb +++ b/lib/super_diff/version.rb @@ -1,3 +1,3 @@ module SuperDiff - VERSION = "0.8.0".freeze + VERSION = "0.9.0".freeze end