Skip to content

Commit

Permalink
bump version to 2.0.0.beta.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jul 26, 2010
1 parent 6c79c0d commit 213a483
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.18
2.0.0.beta.19
14 changes: 7 additions & 7 deletions rspec-rails.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"]
Expand Down Expand Up @@ -123,7 +123,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/rspec/rspec-rails}
s.post_install_message = %q{**************************************************
Thank you for installing rspec-rails-2.0.0.beta.18!
Thank you for installing rspec-rails-2.0.0.beta.19!
This version of rspec-rails only works with versions of rails >= 3.0.0.beta.4.
Expand All @@ -133,7 +133,7 @@ Gem::Specification.new do |s|
can access its generators and rake tasks.
group :development, :test do
gem "rspec-rails", ">= 2.0.0.beta.18"
gem "rspec-rails", ">= 2.0.0.beta.19"
end
Be sure to run the following command in each of your Rails apps if you're
Expand All @@ -159,7 +159,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.7}
s.summary = %q{rspec-rails-2.0.0.beta.18}
s.summary = %q{rspec-rails-2.0.0.beta.19}
s.test_files = [
"spec/rspec/rails/example/controller_example_group_spec.rb",
"spec/rspec/rails/example/helper_example_group_spec.rb",
Expand All @@ -186,14 +186,14 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rspec>, ["= 2.0.0.beta.18"])
s.add_runtime_dependency(%q<rspec>, ["= 2.0.0.beta.19"])
s.add_runtime_dependency(%q<webrat>, [">= 0.7.2.beta.1"])
else
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.18"])
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.19"])
s.add_dependency(%q<webrat>, [">= 0.7.2.beta.1"])
end
else
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.18"])
s.add_dependency(%q<rspec>, ["= 2.0.0.beta.19"])
s.add_dependency(%q<webrat>, [">= 0.7.2.beta.1"])
end
end
Expand Down

0 comments on commit 213a483

Please sign in to comment.