Bump to version 1.5.2

This commit is contained in:
Jason Draper 2013-03-19 19:35:55 -04:00
parent 6a0d0ff12a
commit 22ecb04bf9
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/draper/Dropbox/Development/shoulda-matchers
specs:
shoulda-matchers (1.5.1)
shoulda-matchers (1.5.2)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/draper/Dropbox/Development/shoulda-matchers
specs:
shoulda-matchers (1.5.1)
shoulda-matchers (1.5.2)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/draper/Dropbox/Development/shoulda-matchers
specs:
shoulda-matchers (1.5.1)
shoulda-matchers (1.5.2)
activesupport (>= 3.0.0)
bourne (~> 1.3)

View File

@ -1,5 +1,5 @@
module Shoulda
module Matchers
VERSION = '1.5.1'.freeze
VERSION = '1.5.2'.freeze
end
end