about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-18 20:32:05 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-18 20:32:05 +0000
commite22cae38e125b7240c3516b5476ff131d5ab1b54 (patch)
treebc26ff11a8c7216ffae1db17449ea95fd785db05 /Rakefile
parent0ee05d0acfef2b839c23273b34c8b23c31c0aeed (diff)
downloadunicorn-e22cae38e125b7240c3516b5476ff131d5ab1b54.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@45 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d8f8320..be1533f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,6 +35,7 @@ summary = "A small fast HTTP library and server that runs Rails, Camping, and Ni
 test_file = "test/test_ws.rb"
 author="Zed A. Shaw"
 name="mongrel"
+scripts=['mongrel_rails']
 
 setup_gem(name, version,  author, summary, ['mongrel_rails'], test_file) do |spec|
   spec.add_dependency('daemons', '>= 0.4.2')
@@ -44,7 +45,7 @@ desc "Build a binary gem for Win32"
 task :win32_gem => [:clean, :compile, :test, :package_win32]
 
 task :package_win32 do
-  setup_win32_gem(name, version,  version, summary, ['mongrel_rails'], test_file) do |spec|
+  setup_win32_gem(name, version,  version, summary, scripts, test_file) do |spec|
     spec.add_dependency('daemons', '>= 0.4.2')
     spec.files << 'ext/http11/http11.so'
     spec.extensions = []