Skip to content

Commit

Permalink
bump version to 2.0.0.beta.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 27, 2010
1 parent 24cd53f commit d2f7f08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -25,7 +25,7 @@ begin
gem.homepage = "http://github.com/rspec/rspec-rails"
gem.authors = ["David Chelimsky", "Chad Humphries"]
gem.rubyforge_project = "rspec"
gem.add_dependency "rspec", gem.version
gem.add_dependency "rspec", "2.0.0.beta.9" # gem.version
gem.add_dependency "webrat", ">= 0.7.0"
gem.post_install_message = <<-EOM
#{"*"*50}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0.beta.9
2.0.0.beta.9.1
6 changes: 3 additions & 3 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.9"
s.version = "2.0.0.beta.9.1"

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 @@ -111,7 +111,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.9!
Thank you for installing rspec-rails-2.0.0.beta.9.1!
This version of rspec-rails only works with
versions of rails >= 3.0.0.pre.
Expand All @@ -126,7 +126,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.6}
s.summary = %q{rspec-rails-2.0.0.beta.9}
s.summary = %q{rspec-rails-2.0.0.beta.9.1}
s.test_files = [
"spec/rspec/rails/example/controller_example_group_spec.rb",
"spec/rspec/rails/example/helper_example_group_spec.rb",
Expand Down

0 comments on commit d2f7f08

Please sign in to comment.