mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Improved RDoc generator options.
This commit is contained in:
parent
eb643b1a1a
commit
0fe8ec9769
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ HOE = Hoe.spec 'mongrel' do
|
|||
spec_extras[:extensions] = ["ext/http11/extconf.rb"]
|
||||
spec_extras[:executables] = ['mongrel_rails']
|
||||
|
||||
spec_extras[:extra_rdoc_files] = ['LICENSE']
|
||||
spec_extras[:extra_rdoc_files] = ['README', 'LICENSE', 'History.txt']
|
||||
|
||||
spec_extras['rdoc_options'] = proc do |rdoc_options|
|
||||
rdoc_options << "--main=README"
|
||||
end
|
||||
|
||||
extra_deps << ['gem_plugin', '>= 0.2.3']
|
||||
extra_dev_deps << ['rake-compiler', ">= 0.5.0"]
|
||||
|
|
Loading…
Reference in a new issue