1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

update versions

This commit is contained in:
David Chelimsky 2010-10-17 20:45:07 -05:00
parent 71c06839ea
commit 2dd1f6f97b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
module RSpec # :nodoc:
module Version # :nodoc:
STRING = '2.0.0'
STRING = '2.1.0.pre'
end
end

View file

@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.require_path = "lib"
%w[core expectations mocks].each do |name|
s.add_runtime_dependency "rspec-#{name}", "~> 2.0.0"
s.add_runtime_dependency "rspec-#{name}", "2.1.0.pre"
end
end