Skip to content

Commit

Permalink
Renamed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Brannan committed May 11, 2012
1 parent 39cf88b commit 9aa9da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby-internal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ END
'LEGAL',
'LGPL',
'LICENSE',
'README',
'README.rdoc',
'TODO',
'metaconfig',
'setup.rb',
Expand All @@ -52,7 +52,7 @@ END
s.extensions = 'Rakefile'
s.test_files = Dir.glob('test/test_*.rb')

s.extra_rdoc_files = [ 'README' ]
s.extra_rdoc_files = [ 'README.rdoc' ]

s.require_paths << 'ext'
end
Expand Down

0 comments on commit 9aa9da2

Please sign in to comment.