summaryrefslogtreecommitdiff
path: root/devel/hoe
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Update hoe to version 1.5.1. Changes from version 1.2.1 include:jlam3-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-11Import hoe.minskim4-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.