mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
update gemspec
This commit is contained in:
parent
2986ce1193
commit
d11d02686f
2 changed files with 5 additions and 4 deletions
6
Rakefile
6
Rakefile
|
@ -13,12 +13,12 @@ begin
|
|||
Jeweler::Tasks.new do |gem|
|
||||
gem.name = "rspec"
|
||||
gem.version = Rspec::Version::STRING
|
||||
gem.rubyforge_project = "rspec"
|
||||
gem.summary = "pulls in the other rspec gems"
|
||||
gem.summary = "rspec-#{Rspec::Version::STRING}"
|
||||
gem.description = "Meta-gem that depends on the other rspec gems"
|
||||
gem.email = "dchelimsky@gmail.com;chad.humphries@gmail.com"
|
||||
gem.homepage = "http://github.com/rspec/meta"
|
||||
gem.authors = ["David Chelimsky", "Chad Humphries"]
|
||||
gem.version = Rspec::Version::STRING
|
||||
gem.rubyforge_project = "rspec"
|
||||
gem.add_dependency "rspec-core", ">= #{Rspec::Version::STRING}"
|
||||
gem.add_dependency "rspec-expectations", ">= #{Rspec::Version::STRING}"
|
||||
gem.add_dependency "rspec-mocks", ">= #{Rspec::Version::STRING}"
|
||||
|
|
|
@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|||
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-02-21}
|
||||
s.description = %q{Meta-gem that depends on the other rspec gems}
|
||||
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
|
||||
s.extra_rdoc_files = [
|
||||
"README.markdown"
|
||||
|
@ -30,7 +31,7 @@ Gem::Specification.new do |s|
|
|||
s.require_paths = ["lib"]
|
||||
s.rubyforge_project = %q{rspec}
|
||||
s.rubygems_version = %q{1.3.6}
|
||||
s.summary = %q{pulls in the other rspec gems}
|
||||
s.summary = %q{rspec-2.0.0.a7}
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
||||
|
|
Loading…
Reference in a new issue