hoe version 3.1.0 has been released!
- other: http://github.com/jbarnette/hoe-plugin-examples
- code: https://github.com/seattlerb/hoe
- rdoc: http://seattlerb.rubyforge.org/hoe/
- home: http://www.zenspider.com/projects/hoe.html
- bugs: https://github.com/seattlerb/hoe/issues
- doco: http://seattlerb.rubyforge.org/hoe/Hoe.pdf
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…
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:
3.1.0 / 2012-09-21
-
1 minor enhancement:
- Added Hoe#licenses and Hoe#license for declaring your gem’s license.
(flavorjones)
- Added Hoe#licenses and Hoe#license for declaring your gem’s license.
-
1 bug fix:
- Rake 0.8.7 sets verbose flag to true, breaking 2 tests.
(michelboaventura)
- Rake 0.8.7 sets verbose flag to true, breaking 2 tests.