about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEvan Weaver <eweaver@twitter.com>2008-11-22 18:23:46 -0800
committerEvan Weaver <eweaver@twitter.com>2008-11-22 18:23:46 -0800
commit007e011b87b10ea5e16921eac5eb468df3d9f5a4 (patch)
tree7d80954487c1adb8044f87626b4b53614689d51c /Rakefile
parentc97aacaf1758a8ae515951aa758061c5f59b512e (diff)
downloadunicorn-007e011b87b10ea5e16921eac5eb468df3d9f5a4.tar.gz
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index 247d4fa..a0d91a0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,19 +1,18 @@
 
 require 'rubygems'
-gem 'echoe', '>=2.7.11'
 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.email = "mongrel-development@rubyforge.org"
+Echoe.new("mongrel") do |p|
+  p.summary = "A small fast HTTP library and server for Rack applications."
+  p.author = "Evan Weaver"
+  p.email = "evan@cloudbur.st"
   p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'lib/*.{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', 'coverage', 'test_*.log', 'log', 'doc']
   p.url = "http://mongrel.rubyforge.org"
   p.rdoc_pattern = ['README', 'LICENSE', 'CONTRIBUTORS', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
   p.docs_host = 'mongrel.cloudbur.st:/home/eweaver/www/mongrel/htdocs/web'
   p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
-  p.ruby_version = '>=1.8.4'
-    p.extension_pattern = nil
+  p.extension_pattern = nil
+  p.dependencies = ['daemons', 'rack']
   
   p.certificate_chain = case (ENV['USER'] || ENV['USERNAME']).downcase
     when 'eweaver'