diff --git a/Rakefile b/Rakefile index 14f9b261..4e91cd48 100644 --- a/Rakefile +++ b/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}" diff --git a/rspec.gemspec b/rspec.gemspec index 8bf62be9..c834ed16 100644 --- a/rspec.gemspec +++ b/rspec.gemspec @@ -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