Bump to version 2.5.0

This commit is contained in:
Elliot Winkler 2014-01-10 15:37:34 -07:00
parent 07a787cdac
commit b9998891f0
8 changed files with 9 additions and 7 deletions

View File

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

View File

@ -1,5 +1,7 @@
# HEAD # HEAD
# v 2.5.0
* Fix Rails/Test::Unit integration to ensure that the test case classes we are * Fix Rails/Test::Unit integration to ensure that the test case classes we are
re-opening actually exist. re-opening actually exist.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
module Shoulda module Shoulda
module Matchers module Matchers
VERSION = '2.4.0'.freeze VERSION = '2.5.0'.freeze
end end
end end