Bump version to 1.5.6

This commit is contained in:
Melissa Xie 2013-03-29 16:45:43 -04:00
parent 9ffcf37b3a
commit f80480943e
6 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
shoulda-matchers (1.5.5)
shoulda-matchers (1.5.6)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,5 +1,6 @@
# HEAD
# v 1.5.6
* Revert previous change in `AllowValueMatcher` that added a check for a
properly-set attribute.

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/melissaxie/thoughtbot/shoulda-matchers
specs:
shoulda-matchers (1.5.5)
shoulda-matchers (1.5.6)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/melissaxie/thoughtbot/shoulda-matchers
specs:
shoulda-matchers (1.5.5)
shoulda-matchers (1.5.6)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/melissaxie/thoughtbot/shoulda-matchers
specs:
shoulda-matchers (1.5.5)
shoulda-matchers (1.5.6)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,5 +1,5 @@
module Shoulda
module Matchers
VERSION = '1.5.5'.freeze
VERSION = '1.5.6'.freeze
end
end