about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-12 20:48:46 +0000
committerEric Wong <normalperson@yhbt.net>2009-05-13 17:42:08 +0000
commit36d02e26fc627fe431bfedc740b80dde75665987 (patch)
treee2e43fbaab8dc23785b81d0aed0f79faac6685ce /Rakefile
parentf3235420ebd2def1cdcb7c5bbe036f157835420d (diff)
downloadunicorn-36d02e26fc627fe431bfedc740b80dde75665987.tar.gz
Preventing needless duplication since Rack already has these
codes for us.  Also, put the status codes in HttpResponse since
nothing else needs (or should need) them.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bbffdb0..e65271c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,6 +16,7 @@ Echoe.new("unicorn") do |p|
   p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
   p.need_tar_gz = false
   p.need_tgz = true
+  p.dependencies = [ 'rack' ]
 
   p.extension_pattern = ["ext/**/extconf.rb"]