Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Apr 17, 2021
1 parent b2e82a1 commit 3aac008
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 41 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.6.2 - 2021-04-16

### Improvements

* Rename SuperDiff::ObjectInspection.inspect to something less collision-y
so that it can be inspected in IRB sessions. ([#123])

* Silence warnings. ([#124])

[#123]: https://github.com/mcmire/super_diff/pull/123
[#124]: https://github.com/mcmire/super_diff/pull/124

## 0.6.1 - 2021-02-10

### Bug fixes
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/no_rails_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand All @@ -20,11 +20,12 @@ GEM
coderay (1.1.3)
diff-lcs (1.4.4)
method_source (1.0.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -61,7 +62,6 @@ GEM
parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
thor (1.0.1)
trollop (1.16.2)
unicode-display_width (1.7.0)
warnings_logger (0.1.1)

Expand Down
8 changes: 4 additions & 4 deletions gemfiles/no_rails_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand All @@ -20,11 +20,12 @@ GEM
coderay (1.1.3)
diff-lcs (1.4.4)
method_source (1.0.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -61,7 +62,6 @@ GEM
parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
thor (1.0.1)
trollop (1.16.2)
unicode-display_width (1.7.0)
warnings_logger (0.1.1)

Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_0_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -123,7 +124,6 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_0_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -123,7 +124,6 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_1_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -123,7 +124,6 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_1_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -123,7 +124,6 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_2_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -123,7 +124,6 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_5_2_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -123,7 +124,6 @@ GEM
sqlite3 (1.3.13)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_6_0_rspec_gte_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -56,11 +56,12 @@ GEM
minitest (5.14.2)
nokogiri (1.11.1-x86_64-darwin)
racc (~> 1.4)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -122,7 +123,6 @@ GEM
sqlite3 (1.4.2)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_6_0_rspec_lt_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.1)
super_diff (0.6.2)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -58,11 +58,12 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
optimist (3.0.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patience_diff (1.1.0)
trollop (~> 1.16)
patience_diff (1.2.0)
optimist (~> 3.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -124,7 +125,6 @@ GEM
sqlite3 (1.4.2)
thor (1.0.1)
thread_safe (0.3.6)
trollop (1.16.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.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.6.1".freeze
VERSION = "0.6.2".freeze
end

0 comments on commit 3aac008

Please sign in to comment.