summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-10-03 15:24:31 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-10-03 15:24:31 -0700
commit4204a3ec287b74df6b90a5ca0051c1a6e921fc12 (patch)
treee495b1d7abdfa4626c12436f4a04d308210c4b87 /Rakefile
parent9ce464452b7fe20b8462922e0ac354731d2a9476 (diff)
downloadpsych-4204a3ec287b74df6b90a5ca0051c1a6e921fc12.tar.gz
using isolate, updating travis command
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9920677..be8f690 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ end
gem 'rake-compiler', '>= 0.4.1'
require "rake/extensiontask"
-Hoe.plugin :debugging, :doofus, :git, :gemspec, :bundler
+Hoe.plugin :debugging, :doofus, :git, :gemspec, :isolate
$hoe = Hoe.spec 'psych' do
developer 'Aaron Patterson', 'aaron@tenderlovemaking.com'