Rakefile in hoe-3.14.2 vs Rakefile in hoe-3.15.0

- old
+ new

@@ -19,10 +19,10 @@ license "MIT" pluggable! require_rubygems_version ">= 1.4" - dependency "rake", [">= 0.8", "< 11.0"] # FIX: to force it to exist pre-isolate + dependency "rake", [">= 0.8", "< 12.0"] # 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/, "*")