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:
parent
60fb9dfce7
commit
fb025c0b63
6 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
shoulda-matchers (1.5.2)
|
||||
shoulda-matchers (1.5.3)
|
||||
activesupport (>= 3.0.0)
|
||||
bourne (~> 1.3)
|
||||
|
||||
|
|
3
NEWS.md
3
NEWS.md
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Shoulda
|
||||
module Matchers
|
||||
VERSION = '1.5.2'.freeze
|
||||
VERSION = '1.5.3'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue