Skip to content

Commit

Permalink
bump to 2.0.0.beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 15, 2010
1 parent 9698249 commit 17c894e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0.beta.3 2.0.0.beta.4
14 changes: 7 additions & 7 deletions rspec-rails.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rspec-rails} s.name = %q{rspec-rails}
s.version = "2.0.0.beta.3" s.version = "2.0.0.beta.4"


s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"] s.authors = ["David Chelimsky", "Chad Humphries"]
s.date = %q{2010-03-08} s.date = %q{2010-03-15}
s.description = %q{Rspec-2 for Rails-3} s.description = %q{Rspec-2 for Rails-3}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com} s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -69,7 +69,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/rspec/rspec-rails} s.homepage = %q{http://github.com/rspec/rspec-rails}
s.post_install_message = %q{************************************************** s.post_install_message = %q{**************************************************
Thank you for installing rspec-rails-2.0.0.beta.3! Thank you for installing rspec-rails-2.0.0.beta.4!
This version of rspec-rails only works with This version of rspec-rails only works with
versions of rails >= 3.0.0.pre. versions of rails >= 3.0.0.pre.
Expand All @@ -84,21 +84,21 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec} s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.6} s.rubygems_version = %q{1.3.6}
s.summary = %q{rspec-rails-2.0.0.beta.3} s.summary = %q{rspec-rails-2.0.0.beta.4}


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 3


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rspec>, ["= 2.0.0.beta.3"]) s.add_runtime_dependency(%q<rspec>, ["= 2.0.0.beta.4"])
s.add_runtime_dependency(%q<webrat>, [">= 0.7.0"]) s.add_runtime_dependency(%q<webrat>, [">= 0.7.0"])
else else
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.3"]) s.add_dependency(%q<rspec>, ["= 2.0.0.beta.4"])
s.add_dependency(%q<webrat>, [">= 0.7.0"]) s.add_dependency(%q<webrat>, [">= 0.7.0"])
end end
else else
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.3"]) s.add_dependency(%q<rspec>, ["= 2.0.0.beta.4"])
s.add_dependency(%q<webrat>, [">= 0.7.0"]) s.add_dependency(%q<webrat>, [">= 0.7.0"])
end end
end end
Expand Down

0 comments on commit 17c894e

Please sign in to comment.