hoe version 2.9.5 has been released!
- http://rubyforge.org/projects/seattlerb/
- http://seattlerb.rubyforge.org/hoe/
- http://seattlerb.rubyforge.org/hoe/Hoe.pdf
- http://github.com/jbarnette/hoe-plugin-examples
Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage and 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, and deployment.
See class rdoc for help. Hint: ri Hoe
or any of the plugins listed
below.
For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf
Changes:
2.9.5 / 2011-06-21
-
2 minor enhancements:
- Extended #dependency to work post-spec creation in case a task wants
to add a dep.
- Extended #dependency to work post-spec creation in case a task wants
-
4 bug fixes:
- Fixed dependency for :inline plugin.
- Fixed minor 1.9.3 warnings.
- Fixed sow to obey gem naming conventions. It no longer munges - to
_. - Switched hoe deps from >= to ~>.