Bump version to 2.6.2

This commit is contained in:
Elliot Winkler 2014-07-18 18:07:32 -06:00
parent 72f003d7c3
commit 888665745f
11 changed files with 12 additions and 10 deletions

View File

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

View File

@ -1,5 +1,7 @@
# HEAD
# 2.6.2
### Bug fixes
* If you have a Rails >= 4.1 project and you are running tests using Spring,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '2.6.1'.freeze
VERSION = '2.6.2'.freeze
end
end