Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed May 8, 2021
1 parent f639a02 commit f783b51
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.0 - 2021-05-07

### Features

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
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
warnings_logger

BUNDLED WITH
2.2.16
2.2.17
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
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
warnings_logger

BUNDLED WITH
2.2.16
2.2.17
4 changes: 3 additions & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
childprocess
climate_control
jdbc-sqlite3
pry-byebug
pry-nav
Expand Down
4 changes: 3 additions & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
childprocess
climate_control
jdbc-sqlite3
pry-byebug
pry-nav
Expand Down
4 changes: 3 additions & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
childprocess
climate_control
jdbc-sqlite3
pry-byebug
pry-nav
Expand Down
4 changes: 3 additions & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
childprocess
climate_control
jdbc-sqlite3
pry-byebug
pry-nav
Expand Down
4 changes: 3 additions & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
childprocess
climate_control
jdbc-sqlite3
pry-byebug
pry-nav
Expand Down
4 changes: 3 additions & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
childprocess (4.0.0)
climate_control (1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
crass (1.0.6)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
childprocess
climate_control
jdbc-sqlite3
pry-byebug
pry-nav
Expand Down
2 changes: 1 addition & 1 deletion 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.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
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
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.6.2)
super_diff (0.7.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
warnings_logger

BUNDLED WITH
2.2.16
2.2.17
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.2".freeze
VERSION = "0.7.0".freeze
end

0 comments on commit f783b51

Please sign in to comment.