From 96423d9462b7669f2cec3ff841883e92795f11d8 Mon Sep 17 00:00:00 2001 From: James Crisp Date: Fri, 5 Nov 2010 17:15:43 +1100 Subject: [PATCH] Removing rake install --- ext/mkrf_conf.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ext/mkrf_conf.rb b/ext/mkrf_conf.rb index 6ed6619..6d395f6 100644 --- a/ext/mkrf_conf.rb +++ b/ext/mkrf_conf.rb @@ -4,13 +4,6 @@ STDERR.puts "Actually, there aren't any native extensions. I'm just dynamically installing dependencies based off of your operating system" inst = Gem::DependencyInstaller.new -# this will fail if rake isn't installed. -begin - inst.install "rake" -rescue - # oh well. Let it fail later. -end - if RUBY_PLATFORM =~ /mswin|mingw/ and RUBY_VERSION < '1.9.1' STDERR.puts "installing windows dependencies" begin