Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] hoe 1.2.1 Released

Reply
Thread Tools

[ANN] hoe 1.2.1 Released

 
 
Ryan Davis
Guest
Posts: n/a
 
      05-21-2007
hoe version 1.2.1 has been released!

* <http://rubyforge.org/projects/seattlerb/>
* <http://seattlerb.rubyforge.org/hoe/>
* <ryand->

## DESCRIPTION:

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:

* announce - Generate email announcement file and post to
rubyforge.
* audit - Run ZenTest against the package
* check_manifest - Verify the manifest
* clean - Clean up all the extras
* config_hoe - Create a fresh ~/.hoerc file
* debug_gem - Show information about the gem.
* default - Run the default tasks
* docs - Build the docs HTML Files
* email - Generate email announcement file.
* gem - Build the gem file only.
* install - Install the package. Uses PREFIX and RUBYLIB
* install_gem - Install the package as a gem
* multi - Run the test suite using multiruby
* package - Build all the packages
* post_blog - Post announcement to blog.
* post_news - Post announcement to rubyforge.
* publish_docs - Publish RDoc to RubyForge
* release - Package and upload the release to rubyforge.
* ridocs - Generate ri locally for testing
* test - Run the test suite. Use FILTER to add to the
command line.
* test_deps - Show which test files fail when run alone.
* uninstall - Uninstall the package.

Changes:

## 1.2.1 / 2007-05-21

* 8 minor enhancements:
* Allow for spaces in filenames in manifest. Thanks to Aaron
Patterson.
* Allow rsync flags to be set.
* Allow rdoc destination directory to be set.
* Deal with bad line-endings. Stupid windoze users...
* Added WINDOZE check for diff.exe and look for gdiff first.
* Use gdiff if available, diff otherwise. Allows to work on borked
Solaris.
* Move RDoc to attr* from big 'ol chunk at the top of the class.
* Basic conversion of history/urls from rdoc to markdown.
* 1 bug fixes:
* Fixed executables regexp to /^bin/.

* <http://rubyforge.org/projects/seattlerb/>
* <http://seattlerb.rubyforge.org/hoe/>
* <ryand->


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why gem built with hoe depends on hoe? pluskid Ruby 8 02-05-2008 08:28 PM
[ANN] Hoe 1.1.0 released Ryan Davis Ruby 0 10-04-2006 06:06 PM
[ANN] hoe 1.0.5 Released Ryan Davis Ruby 2 10-03-2006 09:56 PM
[ANN] hoe 1.0.4 released Ryan Davis Ruby 10 09-28-2006 05:24 AM
[ANN] Hoe 1.0 released Ryan Davis Ruby 19 09-24-2006 01:21 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57