Skip to content

Commit

Permalink
thank god for echoe platform retargeting
Browse files Browse the repository at this point in the history
git-svn-id: svn://rubyforge.org/var/svn/mongrel/tags/rel_1-0-3@803 19e92222-5c0b-0410-8929-a290d50e31e9
  • Loading branch information
evanweaver committed Oct 27, 2007
1 parent 51bd24a commit 2e06fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ e = Echoe.new("mongrel") do |p|
p.need_tar_gz = false
p.need_tgz = true

case RUBY_PLATFORM
when /mswin/
p.certificate_chain = ['~/gem_certificates/mongrel-public_cert.pem',
'~/gem_certificates/luislavena-mongrel-public_cert.pem']
else
p.certificate_chain = ['~/p/configuration/gem_certificates/mongrel/mongrel-public_cert.pem',
p.certificate_chain = ['~/p/configuration/gem_certificates/mongrel/mongrel-public_cert.pem',
'~/p/configuration/gem_certificates/evan_weaver-mongrel-public_cert.pem']
end

p.eval = proc do
case RUBY_PLATFORM
Expand Down
Binary file added lib/http11.so.win32
Binary file not shown.

0 comments on commit 2e06fac

Please sign in to comment.