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 12:19:02 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-14 12:19:02 +0000
commit709ef400130a3a0eeb47271f4357b90c19a92792 (patch)
tree2eec89b473ecf368b2f8c8c19c1e71edb8b4f58f /Rakefile
parentd70fae78a6f5d9ee1555974b456af34c180d48dd (diff)
downloadunicorn-709ef400130a3a0eeb47271f4357b90c19a92792.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@36 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 0296be1..fdf32d6 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.1",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file) do |spec|
+setup_gem("mongrel", "0.3.2",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file) do |spec|
   spec.add_dependency('daemons', '>= 0.4.2')
 end