Rakefile in simplecov-0.3.1 vs Rakefile in simplecov-0.3.2

- old
+ new

@@ -3,14 +3,15 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "simplecov" - gem.summary = %Q{Code coverage for Ruby 1.9} - gem.description = %Q{Code coverage for Ruby 1.9} + gem.summary = %Q{Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites} + gem.description = %Q{Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites} gem.email = "christoph at olszowka.de" gem.homepage = "http://github.com/colszowka/simplecov" gem.authors = ["Christoph Olszowka"] + gem.add_dependency 'simplecov-html', ">= 0.3.5" gem.add_development_dependency "shoulda", "= 2.10.3" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError