hoe version 2.0.0 has been released!
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.0.0 / 2009-06-02
-
3 major enhancements:
- Added a plugin system and extracted nearly everything into
separate plugins. - Added Clean, Debug, Deps, Flay, Flog, Inline, Package, Publish,
Rake, Rcov, Signing, and Test plugins
- Added a plugin system and extracted nearly everything into
-
9 minor enhancements:
- Added Hoe::spec replacing old Hoe.new spec form. Now with DSL
flavors! - Added DEFAULT_CONFIG so plugins can add to it.
- Added pluggable! to declare your package depends on rubygems
1.3.1+. - Changes are now included in the gem’s description.
- Deprecated Hoe.new spec form.
- Filled in all the blanks on rdoc.
- Refactored nearly all the spec logic down to much smaller/cleaner
pieces. - Updated templates to use new form. No clue how best to update
yours. - Version number is now auto-searchable by grepping in all the files.
- Added Hoe::spec replacing old Hoe.new spec form. Now with DSL