about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-09 12:41:45 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-09 12:41:45 -0700
commitf41506636325b9b500c64ca2f1de7877927affe1 (patch)
treecc03fe18b8b4c6cf60d5a00f71aec5bd808e387d /Rakefile
parent009cd18927e9cf0bb05b11d6579ff4ad50384b7d (diff)
downloadunicorn-f41506636325b9b500c64ca2f1de7877927affe1.tar.gz
Echoe/Rake seems to be loading the wrong version, tired
of fighting it and figuring out what it's doing...
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1f0bb18..bbffdb0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,6 @@ Echoe.new("unicorn") do |p|
                      'site/output', '.config', 'coverage',
                      'test_*.log', 'log', 'doc']
   p.url = "http://unicorn.bogomips.org"
-  p.rdoc_pattern = ['README', 'LICENSE', 'CONTRIBUTORS', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
   p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
   p.need_tar_gz = false
   p.need_tgz = true