From 41a18a94287df760cc39fd3159f3e980d6084dcc Mon Sep 17 00:00:00 2001 From: Jason Draper Date: Tue, 11 Jun 2013 10:35:05 -0400 Subject: [PATCH] Bump to version 2.2.0 --- Gemfile.lock | 2 +- NEWS.md | 2 ++ gemfiles/3.0.gemfile.lock | 2 +- gemfiles/3.1.gemfile.lock | 2 +- gemfiles/3.2.gemfile.lock | 2 +- lib/shoulda/matchers/version.rb | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a571ba625..6bec75098 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shoulda-matchers (2.1.0) + shoulda-matchers (2.2.0) activesupport (>= 3.0.0) GEM diff --git a/NEWS.md b/NEWS.md index 4e4f53848..1642c6e30 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # HEAD +# v 2.2.0 + * Fix `have_and_belong_to_many` matcher issue for Rails 4. * Fix `validate_uniqueness_of.scoped_to` issue when the scoped field is already diff --git a/gemfiles/3.0.gemfile.lock b/gemfiles/3.0.gemfile.lock index 2c4ec0177..5cde6e66c 100644 --- a/gemfiles/3.0.gemfile.lock +++ b/gemfiles/3.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.1.0) + shoulda-matchers (2.2.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/3.1.gemfile.lock b/gemfiles/3.1.gemfile.lock index 85e113fbe..894b741ea 100644 --- a/gemfiles/3.1.gemfile.lock +++ b/gemfiles/3.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.1.0) + shoulda-matchers (2.2.0) activesupport (>= 3.0.0) GEM diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock index 9b273802b..2017952c1 100644 --- a/gemfiles/3.2.gemfile.lock +++ b/gemfiles/3.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - shoulda-matchers (2.1.0) + shoulda-matchers (2.2.0) activesupport (>= 3.0.0) GEM diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 78273fc1e..6163421dd 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,5 +1,5 @@ module Shoulda module Matchers - VERSION = '2.1.0'.freeze + VERSION = '2.2.0'.freeze end end