saturnflyer-rspec-rails-matchers 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/rspec-rails-matchers.gemspec +2 -2
- metadata +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "rspec-rails-matchers"
|
3
|
-
s.version = "1.0.
|
3
|
+
s.version = "1.0.1"
|
4
4
|
s.date = "2009-01-14"
|
5
5
|
s.summary = "Rails-specific matchers for RSpec"
|
6
6
|
s.email = "jim@saturnflyer.com"
|
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.test_files = []
|
21
21
|
s.rdoc_options = []
|
22
22
|
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
|
23
|
-
s.add_dependency("rspec-rails", ["
|
23
|
+
s.add_dependency("rspec-rails", [">= 1.1.12"])
|
24
24
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: saturnflyer-rspec-rails-matchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Knowles
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version_requirement:
|
20
20
|
version_requirements: !ruby/object:Gem::Requirement
|
21
21
|
requirements:
|
22
|
-
- - "
|
22
|
+
- - ">="
|
23
23
|
- !ruby/object:Gem::Version
|
24
24
|
version: 1.1.12
|
25
25
|
version:
|