Skip to content

Commit

Permalink
cleaning gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillen committed Aug 29, 2011
1 parent 1011968 commit e150f6a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions simplecov-rcov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Fernando Guillen http://fernandoguillen.info", "Wes Morgan http://github.com/cap10morgan", "Wandenberg Peixoto http://github.com/wandenberg"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = %q{http://github.com/fguillen/simplecov-rcov}
s.summary = %q{Rcov style formatter for SimpleCov}
s.description = %q{Rcov style formatter for SimpleCov}
s.date = %q{2011-02-10}
s.homepage = "http://github.com/fguillen/simplecov-rcov"
s.summary = "Rcov style formatter for SimpleCov"
s.description = "Rcov style formatter for SimpleCov"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.extra_rdoc_files = ["README.md", "lib/simplecov-rcov.rb"]
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Simplecov-rcov", "--main", "README.md"]
s.rubyforge_project = %q{simplecov-rcov}
s.rubygems_version = %q{1.3.7}
s.rubyforge_project = "simplecov-rcov"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit e150f6a

Please sign in to comment.