hoe version 2.3.3 has been released!
* <http://rubyforge.org/projects/seattlerb/>
* <http://seattlerb.rubyforge.org/hoe/>
* <http://www.zenspider.com/~ryand/hoe.pdf>
* <ryand-ruby@zenspider.com>
Hoe is a rake/rubygems helper for project Rakefiles. It helps generate
rubygems 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.
Plug-ins Provided:
* Hoe::Clean
* Hoe::Debug
* Hoe::Deps
* Hoe::Flay
* Hoe::Flog
* Hoe::Inline
* Hoe::Package
* Hoe::Publish
* Hoe::RCov
* Hoe::Signing
* Hoe::Test
See class rdoc for help. Hint: ri Hoe
Changes:
### 2.3.3 / 2009-08-07
* 6 minor enhancements:
* #plugin now uniq's contents. (asarih)
* Added extra warnings if manifest is borked.
* Added link to full doco.
* Deprecated plain string dependencies, auto-fill with '>= 0'.
* Improved doco with some code examples.
* Moved version check from package task to prerelease task.