Bump to version 2.3.0

This commit is contained in:
Jason Draper 2013-08-16 13:05:00 -04:00
parent 87b80e2ca6
commit 331e761fc7
6 changed files with 7 additions and 5 deletions

View File

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

View File

@ -1,5 +1,7 @@
# HEAD
# v 2.3.0
* Fix a bug in `ensure_inclusion_of` that would cause issues with using
`in_array` with an integer value.

View File

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

View File

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

View File

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

View File

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