mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Bump to version 2.2.0
This commit is contained in:
parent
a1afc5771a
commit
41a18a9428
6 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
shoulda-matchers (2.1.0)
|
||||
shoulda-matchers (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
2
NEWS.md
2
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
shoulda-matchers (2.1.0)
|
||||
shoulda-matchers (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
shoulda-matchers (2.1.0)
|
||||
shoulda-matchers (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
shoulda-matchers (2.1.0)
|
||||
shoulda-matchers (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Shoulda
|
||||
module Matchers
|
||||
VERSION = '2.1.0'.freeze
|
||||
VERSION = '2.2.0'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue