Bump to version 2.2.0

This commit is contained in:
Jason Draper 2013-06-11 10:35:05 -04:00
parent a1afc5771a
commit 41a18a9428
6 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
GEM

View File

@ -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

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ../
specs:
shoulda-matchers (2.1.0)
shoulda-matchers (2.2.0)
activesupport (>= 3.0.0)
GEM

View File

@ -1,5 +1,5 @@
module Shoulda
module Matchers
VERSION = '2.1.0'.freeze
VERSION = '2.2.0'.freeze
end
end