[ANN] hoe 1.0.5 Released

R

Ryan Davis

hoe version 1.0.5 has been released!

http://rubyforge.org/projects/seattlerb/
http://seattlerb.rubyforge.org/hoe/
(e-mail address removed)

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.

Tasks Provided:

* audit - Run ZenTest against the package
* clean - Clean up all the extras
* debug_gem - Show information about the gem
* default - Run the default tasks
* docs - Build the docs HTML Files
* install - Install the package. Uses PREFIX and RUBYLIB
* multi - Run the test suite using multiruby
* package - Build all the packages
* publish_docs - Publish RDoc to RubyForge
* release - Package and upload the release to RubyForge
* test - Run the test suite. Use FILTER to add to the command
line.
* uninstall - Uninstall the package.
* upload - Upload RDoc to RubyForge

See class rdoc for help. Hint: ri Hoe

Changes:

= 1.0.5 2006-10-03

* Doco cleanup.
* Removed Manifest.txt from rdoc and added title.
* Added changeset support.
* Added spec_extras for easy gemspec attribute setting.
* Added release_notes, changeset setting for releases.
* Added paragraphs_of utility method.
* Added email and rubyforge news announcement tasks.
* Url attribute may now be an array of urls.

http://rubyforge.org/projects/seattlerb/
http://seattlerb.rubyforge.org/hoe/
(e-mail address removed)
 
B

Bil Kleb

Ryan said:
hoe version 1.0.5 has been released!

Thank you
= 1.0.5 2006-10-03

* Doco cleanup.
* Removed Manifest.txt from rdoc and added title.
* Added changeset support.
* Added spec_extras for easy gemspec attribute setting.
* Added release_notes, changeset setting for releases.
* Added paragraphs_of utility method.
* Added email and rubyforge news announcement tasks.
* Url attribute may now be an array of urls.

History.txt needs these notes added to
the project site?

Later,
 
R

Ryan Davis

Thank you


History.txt needs these notes added to
the project site?

Yup... I was definitely tired. :)

Unfortunately, I upgraded to the latest ruby 1.8 in CVS and rdoc
seems brokey. I need to poke around first. [several hours and a
presentation later] yup. something is wrong with rdoc on the 1_8
branch. 1.8.5 seems fine.

% rake publish_docs
(in /Users/ryan/Work/svn/seattlerb/hoe/trunk)
rm -r doc
rm -r pkg
rm -r doc

History.txt:
README.txt:
hoe.rb: c......
Generating HTML...
Diagrams: ..

Files: 3
Classes: 1
Modules: 0
Methods: 6
Elapsed: 4.546s
scp -rq doc/* (e-mail address removed):/var/www/gforge-projects/
seattlerb/hoe

DONE! (isn't hoe awesome?)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top