about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-04 01:25:29 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-04 01:36:30 +0000
commitf66c59d7b259e5784c9da87df1a6f1dbca160577 (patch)
tree50009f915932d0b423b114348095953a6f1257d0 /Rakefile
parente7690caedf80a1af2b6145d1b8f108ea42ee9a29 (diff)
downloadrainbows-f66c59d7b259e5784c9da87df1a6f1dbca160577.tar.gz
We don't need tmp/ in our top level directory
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Rakefile b/Rakefile
index 1c35b44..219744a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -183,14 +183,3 @@ task :fm_update do
     p http.post(uri.path, req, {'Content-Type'=>'application/json'})
   end
 end
-
-desc 'isolate gems for development'
-task :isolate do
-  require 'isolate'
-
-  Isolate.now!(
-    :system => false,
-    # we want "ruby-1.8.7" and not "ruby-1.8", so disable multiruby
-    :multiruby => false,
-    :path => "tmp/isolate/ruby-#{RUBY_VERSION}")
-end