Skip to content

Commit

Permalink
Fix README name in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Mar 1, 2014
1 parent 502371a commit e0509b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('minitest')
s.add_development_dependency('yard')

s.rdoc_options = [ '--main', 'README.md' ]
s.extra_rdoc_files = [ 'LICENSE', 'README.md', 'NEWS.md' ]
s.rdoc_options = [ '--main', 'README.adoc' ]
s.extra_rdoc_files = [ 'LICENSE', 'README.adoc', 'NEWS.md' ]
end

0 comments on commit e0509b1

Please sign in to comment.