Skip to content

Commit

Permalink
bump version to beta.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 28, 2010
1 parent 4a79ee7 commit abb1396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0.beta.14.1
2.0.0.beta.14.2
8 changes: 4 additions & 4 deletions rspec-rails.gemspec
Expand Up @@ -5,11 +5,11 @@

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

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-06-27}
s.date = %q{2010-06-28}
s.description = %q{RSpec-2 for Rails-3}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -119,7 +119,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.14.1!
Thank you for installing rspec-rails-2.0.0.beta.14.2!
This version of rspec-rails only works with
versions of rails >= 3.0.0.pre.
Expand All @@ -138,7 +138,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.14.1}
s.summary = %q{rspec-rails-2.0.0.beta.14.2}
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 abb1396

Please sign in to comment.