1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

There is no need to install mongrel_service when creating the gem.

Also, removed duplicated pre-compiled extension ext/http11/http11.so from win32 build (lib/http11.so is always used).

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@441 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
luislavena 2006-11-27 03:10:17 +00:00
parent 53fddbfdde
commit 17c3acb3c1

View file

@ -66,10 +66,6 @@ setup_gem(name, version) do |spec|
spec.required_ruby_version = '>= 1.8.4'
if RUBY_PLATFORM =~ /mswin/
Dir.chdir "projects/mongrel_service" do
`rake.cmd install`
end
spec.files += ['ext/http11/http11.so']
spec.files += ['lib/http11.so']
spec.extensions.clear
spec.platform = Gem::Platform::WIN32