Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
there must be some better way to handle this, but for now...
  • Loading branch information
godfat committed Aug 7, 2011
1 parent b79b52c commit 0f0bc09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gemgem.rb
Expand Up @@ -19,7 +19,8 @@ def create
s.description = description.join
s.summary = description.first

s.extra_rdoc_files = %w[CHANGES CONTRIBUTORS LICENSE TODO].select{ |f|
s.extra_rdoc_files = %w[CHANGES TODO CONTRIBUTORS LICENSE
CHANGES.md TODO.md CONTRIBUTORS].select{ |f|
File.exist?(f) }
s.rdoc_options = %w[--main README]
s.rubygems_version = Gem::VERSION
Expand Down

0 comments on commit 0f0bc09

Please sign in to comment.