seattlerb / hoe

Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.

Home Page:http://www.zenspider.com/projects/hoe.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem requires specific gem version 0.8 without any reason

danpal opened this issue · comments

Rake is now on version 10.0. and hoe works perfectly there. But
when 'hoe' then
dependency "rake", "~> 0.8.0"

Makes hoe only work with Rake 0.8.0. This is a large problem as it break the newest JRuby with Rawr.