1
0
Fork 0
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:
Luis Lavena 2009-07-07 04:31:03 -03:00
parent 05c8ce4c52
commit 967f7dd821

View file

@ -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