summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-02-20 20:14:01 -0800
committerRyan Davis <ryand@zenspider.com>2012-02-20 20:14:01 -0800
commit02d57cbc529cd4c67d9a01389d124053d8e27ddf (patch)
tree18919813f07005073fa79cf49d9a141adaaf19b8 /Rakefile
parent1d9e0798f6c809fa6a9c8b6daccee2b424385bcd (diff)
downloadhoe-02d57cbc529cd4c67d9a01389d124053d8e27ddf.tar.gz
Added isolate plugin and extra rake dependency to deal with isolate bootstrap issues.
+ Added extra duplicate dependency checking. + install_gem optionally excludes rdoc/ri generation. + rake check_extra_deps excludes rdoc/ri generation. rake install_gem does not. [git-p4: depot-paths = "//src/hoe/dev/": change = 7061]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 55fdf0e..0e16b15 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,6 +4,7 @@ $:.unshift 'lib'
require './lib/hoe.rb'
Hoe.plugin :seattlerb
+Hoe.plugin :isolate
Hoe.spec "hoe" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"
@@ -14,6 +15,8 @@ Hoe.spec "hoe" do
pluggable!
require_rubygems_version '>= 1.4'
+
+ dependency "rake", "~> 0.8" # FIX: to force it to exist pre-isolate
end
task :plugins do