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:
parent
71c06839ea
commit
2dd1f6f97b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
module RSpec # :nodoc:
|
||||
module Version # :nodoc:
|
||||
STRING = '2.0.0'
|
||||
STRING = '2.1.0.pre'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue