Rakefile in hoe-2.5.0 vs Rakefile in hoe-2.6.0
- old
+ new
@@ -12,9 +12,10 @@
self.rubyforge_name = "seattlerb"
blog_categories << "Seattle.rb" << "Ruby"
pluggable!
+ require_ruby_version '>= 1.3.6'
end
task :plugins do
puts `find lib/hoe -name \*.rb | xargs grep -h module.Hoe::`.
gsub(/module/, '*')