about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-04 00:20:59 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-04 00:20:59 +0000
commit50f764fcbc0ef84fd0589d16179fed637d817b19 (patch)
treeb966ff88b15f85d17ffcc2ec3ef887e3e59b4cff /Rakefile
parente93d93d7deb29b09dd68abfddd8a34cec8fed9b3 (diff)
downloadrainbows-50f764fcbc0ef84fd0589d16179fed637d817b19.tar.gz
Yes there's a reason for everything we do :>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 4f038c4..1c35b44 100644
--- a/Rakefile
+++ b/Rakefile
@@ -190,6 +190,7 @@ task :isolate do
 
   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