Bump version to 2.7.0

This commit is contained in:
Elliot Winkler 2014-09-03 00:38:41 -06:00
parent d53ee94874
commit eb4d9e5cb2
11 changed files with 12 additions and 10 deletions

View File

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

View File

@ -1,5 +1,7 @@
# HEAD
# 2.7.0
### Deprecations
* `ensure_inclusion_of` has been renamed to `validate_inclusion_of`.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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