From 6d62a7de86369e046e6f6b221153d867df11e74c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 3 Jun 2010 17:15:18 -0700 Subject: depend on Isolate ~> 2.0.2 for development It's useful given all the Gems we support but don't have hard installation dependencies on. --- Rakefile | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 9cb9156..4f038c4 100644 --- a/Rakefile +++ b/Rakefile @@ -187,20 +187,9 @@ end desc 'isolate gems for development' task :isolate do require 'isolate' - require 'rbconfig' - - Isolate.now! :file => ENV['ISOLATE_CONFIG'], :system => false - - # for Ruby 1.8 isolate uses "1.8" instead of "1.8.7" for paths, - # but we'll still try to support 1.8.6 for now even though isolate - # does not. - if Gem.ruby_engine == "ruby" && - RbConfig::CONFIG["ruby_version"] != RUBY_VERSION - require 'fileutils' - Dir.chdir('tmp/isolate') do - FileUtils.rm_rf("ruby-#{RUBY_VERSION}") - File.symlink "ruby-#{RbConfig::CONFIG["ruby_version"]}", - "ruby-#{RUBY_VERSION}" - end - end + + Isolate.now!( + :system => false, + :multiruby => false, + :path => "tmp/isolate/ruby-#{RUBY_VERSION}") end -- cgit v1.2.3-24-ge0c7