about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-14 13:13:14 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-14 13:13:14 +0000
commita18fa951bb83316829a4c7234527cbde375c16f3 (patch)
tree45bc1b301121cb58b82ba0dc026b8aa0dcdd3f1f /Rakefile
parent709ef400130a3a0eeb47271f4357b90c19a92792 (diff)
downloadunicorn-a18fa951bb83316829a4c7234527cbde375c16f3.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@37 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index fdf32d6..872d911 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,6 +31,6 @@ setup_extension("http11", "http11")
 
 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.2",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file) do |spec|
+setup_gem("mongrel", "0.3.3",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file) do |spec|
   spec.add_dependency('daemons', '>= 0.4.2')
 end