Bump to version 2.6.0

This commit is contained in:
Elliot Winkler 2014-04-12 15:42:19 -06:00
parent c590a60108
commit 8fa9d8c789
9 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,4 +1,4 @@
# HEAD
# 2.6.0
* The boolean argument to `have_db_index`'s `unique` option is now optional, for
consistency with other matchers.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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