diff --git a/gemgem.rb b/gemgem.rb index 0fb5851..65810bd 100644 --- a/gemgem.rb +++ b/gemgem.rb @@ -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