diff --git a/Gemfile.lock b/Gemfile.lock index 360622f0a..bf8e9d90c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/NEWS.md b/NEWS.md index a3ed44cc1..051e7d0ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # HEAD +# 2.7.0 + ### Deprecations * `ensure_inclusion_of` has been renamed to `validate_inclusion_of`. diff --git a/gemfiles/3.0.gemfile.lock b/gemfiles/3.0.gemfile.lock index bf9bdec2c..54532601e 100644 --- a/gemfiles/3.0.gemfile.lock +++ b/gemfiles/3.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/3.1.gemfile.lock b/gemfiles/3.1.gemfile.lock index 4937388bf..6d9363d00 100644 --- a/gemfiles/3.1.gemfile.lock +++ b/gemfiles/3.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/3.1_1.9.2.gemfile.lock b/gemfiles/3.1_1.9.2.gemfile.lock index 89167a977..0f4013d04 100644 --- a/gemfiles/3.1_1.9.2.gemfile.lock +++ b/gemfiles/3.1_1.9.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .././ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock index 96cd19ebd..0f93f0603 100644 --- a/gemfiles/3.2.gemfile.lock +++ b/gemfiles/3.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/3.2_1.9.2.gemfile.lock b/gemfiles/3.2_1.9.2.gemfile.lock index bcbb401f7..c14acf895 100644 --- a/gemfiles/3.2_1.9.2.gemfile.lock +++ b/gemfiles/3.2_1.9.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .././ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/4.0.0.gemfile.lock b/gemfiles/4.0.0.gemfile.lock index e786a062a..e43fca456 100644 --- a/gemfiles/4.0.0.gemfile.lock +++ b/gemfiles/4.0.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/4.0.1.gemfile.lock b/gemfiles/4.0.1.gemfile.lock index aa013b3b3..d5fa45b9b 100644 --- a/gemfiles/4.0.1.gemfile.lock +++ b/gemfiles/4.0.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/4.1.gemfile.lock b/gemfiles/4.1.gemfile.lock index 71554480e..acfe1609e 100644 --- a/gemfiles/4.1.gemfile.lock +++ b/gemfiles/4.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .././ specs: - shoulda-matchers (2.6.2) + shoulda-matchers (2.7.0) activesupport (>= 3.0.0) GEM diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 3e7b25f06..72ab4c729 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '2.6.2'.freeze + VERSION = '2.7.0'.freeze end end