Skip to content

Commit

Permalink
Remove some old daemons gem cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Nov 28, 2011
1 parent 559101d commit c44c193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions tasks/java.rake
Expand Up @@ -3,10 +3,6 @@ if IS_JRUBY
require 'rake/javaextensiontask'

# build http11 java extension
Rake::JavaExtensionTask.new('puma_http11', HOE.spec) do |ext|
ext.java_compiling do |gs|
gs.dependencies.delete gs.dependencies.find { |d| d.name == 'daemons' }
end
end
Rake::JavaExtensionTask.new('puma_http11', HOE.spec)

end
4 changes: 0 additions & 4 deletions tasks/native.rake
Expand Up @@ -13,10 +13,6 @@ unless IS_JRUBY
# define cross-compilation tasks when not on Windows.
ext.cross_compile = true
ext.cross_platform = ['i386-mswin32', 'i386-mingw32']

ext.cross_compiling do |gs|
gs.dependencies.delete gs.dependencies.find { |d| d.name == 'daemons' }
end
end

# cleanup versioned library directory
Expand Down

0 comments on commit c44c193

Please sign in to comment.