Bump to version 2.6.1.rc1

This commit is contained in:
Elliot Winkler 2014-04-22 10:24:05 -05:00
parent 67b88131fe
commit d7a3548249
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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