summaryrefslogtreecommitdiff
path: root/devel/hoe
AgeCommit message (Collapse)AuthorFilesLines
2010-03-09Add dependency on devel/ruby-gemcutter. Bump PKGREVSION to 1.fhajny1-1/+3
2010-03-08Updated devel/hoe to 2.5.0.fhajny3-8/+16
Switched the gemspec based build. 2.5.0: - Add extra dirs to rcov include path if needed. - Added Hoe#dependency_target to make dependencies easier to declare. - Added extra doco to describe how auto-population works. - Added more doco to readme. - Don’t bother posting news to rubyforge. - Hoe::Inline plugin now deals with X::Y by flattening the name. - Merged some of Hoe.pdf to README.txt and further improved doco. - Pushed gemcutter & rubyforge dependencies down to the plugins. - Fix perms on Hoe.pdf after copying. - Fixed Hoe rdoc problem caused by gemcutter plugin. 2.4.0 - Added Hoe.pdf - Added gemcutter plugin (raggi) - Added newb plugin. (jbarnette) - Improved README.txt - Improved rdoc - Refactored rubyforge task to plugin. (jbarnette)
2009-11-23Update hoe to 2.3.3fhajny3-9/+30
Too many changes.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-09-15Update hoe package to 1.7.0.taca2-6/+6
=== 1.7.0 / 2008-06-30 * 3 minor enhancements: * Use rdoc 2.x gem if available. Eric likes his backslashes. * Added extra_dev_deps for new rubygems developer dependencies. * Switched hoe to dev dep. Fork off, bitches. * Finally got a sane test that does something. Hey... it's a start.
2008-06-22Update hoe package to 1.6.0.taca2-6/+6
=== 1.6.0 / 2008-06-18 * 1 minor enhancement * blog categories! Defaults to array with project's name. Thanks Aaron! === 1.5.3 / 2008-05-20 * 1 Bug Fix * hoe really really needs better tests. I suck. :/ === 1.5.2 / 2008-05-20 * 4 Minor Enhancements: * Added multiruby_skip attribute for 'rake multi' version invalidation. * Improved error messages when files are missing. * Added rubygems post_install_message accessor. Thanks to Dr. Nic. * Cleaned up alternative_name... I didn't get it. * 1 Bug Fix: * Removed require of rake/contrib/sshpublisher to fix 1.9.
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.