about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-12 03:37:38 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-12 03:37:38 +0000
commit67a0d9e93388093eb8fb05dd42655a90a832bc21 (patch)
tree741991a1fa25fb6ac0c72a0aa69ef3e898d67adc /Rakefile
parent996d1046659b9d5991ce42f89bb5e9a0356f0cfd (diff)
downloadunicorn-67a0d9e93388093eb8fb05dd42655a90a832bc21.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@32 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 71afd43..38470e7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,6 +24,8 @@ end
 
 setup_extension("http11", "http11")
 
-summary = "An experimental fast simple web server for Ruby."
+summary = "A small fast HTTP library and server that runs Rails, Camping, and Nitro apps."
 test_file = "test/test_ws.rb"
-setup_gem("mongrel", "0.3",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file)
+setup_gem("mongrel", "0.3.1",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file) do |spec|
+  spec.add_dependency('daemons', '>= 0.4.2')
+end