Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-04 | Update hoe to version 1.5.1. Changes from version 1.2.1 include: | jlam | 3 | -34/+24 | |
+ Install as a Ruby gem. * Removed install/uninstall tasks. Too buggy. Gems do a better job. * Added autopopulation of more items. * Hoe now builds signed gems automatically. Run the generate_key task to automatically create a signing key. * Extended rdoc pattern to include ext dirs. * Fixed dependency adding for versionless dependencies. * Added NODOT env var to disable RDoc diagram generation. * The config_hoe task automatically merges in new config entries. * Added exclude parameter for check_manifest filtering to .hoerc. | |||||
2007-06-11 | Import hoe. | minskim | 4 | -0/+47 | |
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment. |