mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Added 'daemons' requirement note and tweaks to RDoc.
No longer forces daemons gem installation.
This commit is contained in:
parent
05c8ce4c52
commit
967f7dd821
1 changed files with 2 additions and 4 deletions
|
@ -16,13 +16,11 @@ HOE = Hoe.spec 'mongrel' do
|
|||
|
||||
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"]
|
||||
|
||||
spec_extras[:requirements] = "Please install 'daemons' gem >= 1.0.3 to allow daemonize to work."
|
||||
|
||||
clean_globs.push('test_*.log', 'log')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue