Rakefile in hoe-2.13.1 vs Rakefile in hoe-2.14.0
- old
+ new
@@ -2,19 +2,22 @@
$:.unshift 'lib'
require './lib/hoe.rb'
Hoe.plugin :seattlerb
+Hoe.plugin :isolate
Hoe.spec "hoe" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"
self.rubyforge_name = "seattlerb"
blog_categories << "Seattle.rb" << "Ruby"
pluggable!
require_rubygems_version '>= 1.4'
+
+ dependency "rake", "~> 0.8" # FIX: to force it to exist pre-isolate
end
task :plugins do
puts `find lib/hoe -name \*.rb | xargs grep -h module.Hoe::`.
gsub(/module/, '*')