Skip to content

Commit

Permalink
Fixing packaging task.
Browse files Browse the repository at this point in the history
  • Loading branch information
JEG2 committed May 9, 2012
1 parent 2cd038f commit 4ee064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highline.gemspec
Expand Up @@ -17,7 +17,7 @@ SPEC = Gem::Specification.new do |spec|

spec.test_files = `git ls-files -- test/*.rb`.split("\n")
spec.has_rdoc = true
spec.extra_rdoc_files = %w{README INSTALL TODO CHANGELOG LICENSE}
spec.extra_rdoc_files = %w[README.rdoc INSTALL TODO CHANGELOG LICENSE]
spec.rdoc_options << '--title' << 'HighLine Documentation' <<
'--main' << 'README'

Expand Down

0 comments on commit 4ee064f

Please sign in to comment.