Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 18, 2010
1 parent 235b79c commit bdd0067
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.0.1'
STRING = '2.1.0.pre'
end
end
end
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Gem::Specification.new do |s|
**************************************************
}

s.add_runtime_dependency "rspec", "~> 2.0.0"
s.add_runtime_dependency "rspec", "2.1.0.pre"
end

0 comments on commit bdd0067

Please sign in to comment.