[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] hoe 1.0.5 Released

Ryan Davis

10/3/2006 8:04:00 AM

hoe version 1.0.5 has been released!

http://rubyforge.org/projects/...
http://seattlerb.rubyforg...
ryand-ruby@zenspider.com

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/...
http://seattlerb.rubyforg...
ryand-ruby@zenspider.com


2 Answers

Bil Kleb

10/3/2006 9:16:00 AM

0

Ryan Davis wrote:
> 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,
--
Bil Kleb
http://fun3d.lar...

Ryan Davis

10/3/2006 9:57:00 PM

0


On Oct 3, 2006, at 2:20 AM, Bil Kleb wrote:

> Ryan Davis wrote:
>> 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?

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/* zenspider@rubyforge.org:/var/www/gforge-projects/
seattlerb/hoe

DONE! (isn't hoe awesome?)