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.3

This commit is contained in:
Melissa Xie 2013-03-21 15:18:50 -04:00
parent 60fb9dfce7
commit fb025c0b63
6 changed files with 11 additions and 8 deletions

View file

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

View file

@ -1,5 +1,8 @@
# HEAD
# v 1.5.2
* Alleviate the need to add `rspec` gem to your app
# v 1.5.1
* Bump version depedency of Bourne to allow for Mocha upgrade.
* Should fix incompatiblity with MiniTest.

View file

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

View file

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

View file

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

View file

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