mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Bump to version 1.4.2
This commit is contained in:
parent
8a563c18a5
commit
564575dc2e
5 changed files with 37 additions and 37 deletions
3
NEWS.md
3
NEWS.md
|
@ -1,3 +1,6 @@
|
|||
# v1.4.2
|
||||
* Added a new delegate_method matcher.
|
||||
|
||||
# v1.4.1
|
||||
* Fixes an issue when used with Test::Unit on the allow value matcher.
|
||||
|
||||
|
|
|
@ -39,16 +39,15 @@ GEM
|
|||
bundler
|
||||
rake
|
||||
arel (2.0.10)
|
||||
aruba (0.5.0)
|
||||
childprocess (= 0.2.3)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
ffi (>= 1.0.11)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bourne (1.1.2)
|
||||
mocha (= 0.10.5)
|
||||
builder (2.1.2)
|
||||
childprocess (0.2.3)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.1.9)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
|
@ -58,7 +57,7 @@ GEM
|
|||
diff-lcs (1.1.3)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
ffi (1.0.11)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.9.3)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.5.0)
|
||||
|
@ -92,7 +91,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (~> 0.14.4)
|
||||
rake (0.9.2.2)
|
||||
rake (0.9.5)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.8.0)
|
||||
|
@ -112,10 +111,10 @@ GEM
|
|||
sqlite3 (1.3.6)
|
||||
term-ansicolor (1.0.7)
|
||||
thor (0.14.6)
|
||||
treetop (1.4.11)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.33)
|
||||
tzinfo (0.3.35)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
|
@ -40,16 +40,15 @@ GEM
|
|||
bundler
|
||||
rake
|
||||
arel (2.2.3)
|
||||
aruba (0.5.0)
|
||||
childprocess (= 0.2.3)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
ffi (>= 1.0.11)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bourne (1.1.2)
|
||||
mocha (= 0.10.5)
|
||||
builder (3.0.4)
|
||||
childprocess (0.2.3)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.1.9)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
|
@ -58,14 +57,14 @@ GEM
|
|||
term-ansicolor (>= 1.0.6)
|
||||
diff-lcs (1.1.3)
|
||||
erubis (2.7.0)
|
||||
ffi (1.0.11)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.9.3)
|
||||
json (>= 1.4.6)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.1)
|
||||
jquery-rails (2.1.3)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
thor (~> 0.14)
|
||||
jquery-rails (2.1.4)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.5)
|
||||
mail (2.3.3)
|
||||
i18n (>= 0.4.0)
|
||||
|
@ -101,7 +100,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (~> 0.14.6)
|
||||
rake (0.9.2.2)
|
||||
rake (0.9.5)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.8.0)
|
||||
|
@ -117,7 +116,7 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
railties (>= 3.0)
|
||||
rspec (~> 2.8.0)
|
||||
sass (3.2.1)
|
||||
sass (3.2.3)
|
||||
sass-rails (3.1.6)
|
||||
actionpack (~> 3.1.0)
|
||||
railties (~> 3.1.0)
|
||||
|
@ -132,10 +131,10 @@ GEM
|
|||
term-ansicolor (1.0.7)
|
||||
thor (0.14.6)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.11)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.33)
|
||||
tzinfo (0.3.35)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
|
@ -39,16 +39,15 @@ GEM
|
|||
bundler
|
||||
rake
|
||||
arel (3.0.2)
|
||||
aruba (0.5.0)
|
||||
childprocess (= 0.2.3)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
ffi (>= 1.0.11)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bourne (1.1.2)
|
||||
mocha (= 0.10.5)
|
||||
builder (3.0.4)
|
||||
childprocess (0.2.3)
|
||||
ffi (~> 1.0.6)
|
||||
childprocess (0.3.6)
|
||||
ffi (~> 1.0, >= 1.0.6)
|
||||
cucumber (1.1.9)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
|
@ -57,15 +56,15 @@ GEM
|
|||
term-ansicolor (>= 1.0.6)
|
||||
diff-lcs (1.1.3)
|
||||
erubis (2.7.0)
|
||||
ffi (1.0.11)
|
||||
ffi (1.2.0)
|
||||
gherkin (2.9.3)
|
||||
json (>= 1.4.6)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.1)
|
||||
journey (1.0.4)
|
||||
jquery-rails (2.1.3)
|
||||
railties (>= 3.1.0, < 5.0)
|
||||
thor (~> 0.14)
|
||||
jquery-rails (2.1.4)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.5)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
|
@ -75,7 +74,7 @@ GEM
|
|||
mime-types (1.19)
|
||||
mocha (0.10.5)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.3.6)
|
||||
multi_json (1.3.7)
|
||||
polyglot (0.3.3)
|
||||
rack (1.4.1)
|
||||
rack-cache (1.2)
|
||||
|
@ -99,7 +98,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (0.9.2.2)
|
||||
rake (0.9.5)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.8.0)
|
||||
|
@ -115,7 +114,7 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
railties (>= 3.0)
|
||||
rspec (~> 2.8.0)
|
||||
sass (3.2.1)
|
||||
sass (3.2.3)
|
||||
sass-rails (3.2.5)
|
||||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
|
@ -129,10 +128,10 @@ GEM
|
|||
term-ansicolor (1.0.7)
|
||||
thor (0.16.0)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.11)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.33)
|
||||
tzinfo (0.3.35)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Shoulda
|
||||
module Matchers
|
||||
VERSION = '1.4.1'.freeze
|
||||
VERSION = '1.4.2'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue