rspec-expectations.gemspec in rspec-expectations-2.0.0.a3 vs rspec-expectations.gemspec in rspec-expectations-2.0.0.a4
- old
+ new
@@ -1,17 +1,17 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rspec-expectations}
- s.version = "2.0.0.a3"
+ s.version = "2.0.0.a4"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"]
- s.date = %q{2010-02-03}
+ s.date = %q{2010-02-04}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
@@ -135,17 +135,17 @@
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
- s.add_development_dependency(%q<rspec-core>, [">= 2.0.0.a3"])
- s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.a3"])
+ s.add_development_dependency(%q<rspec-core>, [">= 2.0.0.a4"])
+ s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
else
- s.add_dependency(%q<rspec-core>, [">= 2.0.0.a3"])
- s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a3"])
+ s.add_dependency(%q<rspec-core>, [">= 2.0.0.a4"])
+ s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
end
else
- s.add_dependency(%q<rspec-core>, [">= 2.0.0.a3"])
- s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a3"])
+ s.add_dependency(%q<rspec-core>, [">= 2.0.0.a4"])
+ s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
end
end