summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-12-06 19:47:58 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2014-12-06 19:47:58 +0900
commit9332c7ccaa11658fef8007e61ee5145c04c40dff (patch)
treeb5a17b11ef71577b2d02815cd9424451aa4f12bf /Rakefile
parent54a11d89f0e6c6b0a88cc5c111f5551f9f1cb4ed (diff)
downloadpsych-9332c7ccaa11658fef8007e61ee5145c04c40dff.tar.gz
removed isolate plugin
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 255c202..7c15d95 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ gem 'rake-compiler', '>= 0.4.1'
gem 'minitest', '~> 4.0'
require "rake/extensiontask"
-Hoe.plugin :doofus, :git, :gemspec, :isolate
+Hoe.plugin :doofus, :git, :gemspec
$hoe = Hoe.spec 'psych' do
license 'MIT'