Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 15, 2010
1 parent e9dca62 commit 235b79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.0.0'
STRING = '2.0.1'
end
end
end
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Expand Up @@ -57,6 +57,6 @@ Gem::Specification.new do |s|
**************************************************
}

s.add_runtime_dependency "rspec", RSpec::Rails::Version::STRING
s.add_runtime_dependency "rspec", "~> 2.0.0"
end

0 comments on commit 235b79c

Please sign in to comment.