mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Ups, modified it wrong before, now is ok. Modified Rakefile to include mongrel_rails_service as script (win32)(it will be linked as executable).
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@57 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
c9dd16ed84
commit
1a3ba667be
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -44,7 +44,7 @@ end
|
|||
desc "Build a binary gem for Win32"
|
||||
task :win32_gem => [:clean, :compile, :test, :rerdoc, :package_win32]
|
||||
|
||||
scripts_win32 = scripts + ['mongrel_rails_service','mongrel_rails_svc']
|
||||
scripts_win32 = scripts + ['mongrel_rails_service']
|
||||
task :package_win32 do
|
||||
setup_win32_gem(name, version, version, summary, scripts_win32, test_file) do |spec|
|
||||
spec.add_dependency('win32-service', '>= 0.5.0')
|
||||
|
|
Loading…
Reference in a new issue