about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-11 19:35:06 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-11 19:35:06 +0000
commit4595749e0103d3321eb124c986203e4789d3734d (patch)
tree47db983ada67ffaaba2d03336ad6f077407a11e9 /Rakefile
parent55f03e41630e11a5db4ca4c7f9da031a7b3c0d67 (diff)
downloadunicorn-4595749e0103d3321eb124c986203e4789d3734d.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@29 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 3dddf71..71afd43 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,8 +9,7 @@ include FileUtils
 
 setup_tests
 setup_clean ["ext/http11/Makefile", "pkg", "lib/*.bundle", "ext/http11/*.bundle"]
-setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/*.rb',
-            'doc/**/*.rdoc', 'ext/http11/http11.c']
+setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/*.rb', 'doc/**/*.rdoc', 'ext/http11/http11.c']
 
 desc "Does a full compile, test run"
 task :default => [:compile, :test]
@@ -27,4 +26,4 @@ setup_extension("http11", "http11")
 
 summary = "An experimental fast simple web server for Ruby."
 test_file = "test/test_ws.rb"
-setup_gem("mongrel", "0.2.2",  "Zed A. Shaw", summary, [], test_file)
+setup_gem("mongrel", "0.3",  "Zed A. Shaw", summary, ['mongrel_rails'], test_file)