1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Bump version to 1.5.1

This commit is contained in:
Jason Draper 2013-03-19 09:37:56 -04:00
parent d5632b012d
commit 706804ceb4
6 changed files with 12 additions and 8 deletions

View file

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

View file

@ -1,5 +1,9 @@
# HEAD # HEAD
# v 1.5.1
* Bump version depedency of Bourne to allow for Mocha upgrade.
* Should fix incompatiblity with MiniTest.
# v 1.5.0 # v 1.5.0
* Deprecate the following matchers: * Deprecate the following matchers:
* assign_to * assign_to

View file

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

View file

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

View file

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

View file

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