mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Messed the package process and forced build of extension in Win32. Sorry about that, fixed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@223 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
e70baf9e91
commit
ecdd35ccb3
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -68,6 +68,7 @@ setup_gem(name, version) do |spec|
|
|||
if RUBY_PLATFORM =~ /mswin/
|
||||
spec.files << 'ext/http11/http11.so'
|
||||
spec.add_dependency('win32-service', '>= 0.5.0')
|
||||
spec.extensions.clear
|
||||
spec.platform = Gem::Platform::WIN32
|
||||
else
|
||||
spec.add_dependency('daemons', '>= 0.4.2')
|
||||
|
|
Loading…
Reference in a new issue