mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
clean pattern was wrong
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@715 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
94c55aa016
commit
9d709948a9
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -6,7 +6,7 @@ require 'echoe'
|
|||
e = Echoe.new("mongrel") do |p|
|
||||
p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
|
||||
p.author ="Zed A. Shaw"
|
||||
p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'doc/site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes']
|
||||
p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes']
|
||||
p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc', 'ext/http11/http11.c']
|
||||
p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
|
||||
p.ruby_version = '>= 1.8.4'
|
||||
|
|
Loading…
Reference in a new issue