Bump version to 2.1.0

This commit is contained in:
Melissa Xie 2013-05-05 11:51:57 -04:00
parent 3cfa565e52
commit 4594740650
6 changed files with 7 additions and 5 deletions

View File

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

View File

@ -1,5 +1,7 @@
# HEAD
# v 2.1.0
* Add missing `failure_message_for_should_not` implementations to
`validate_numericality_of` and its submatchers

View File

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

View File

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

View File

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

View File

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