[ANN] hoe 2.3.2 Released

hoe version 2.3.2 has been released!

* <http://rubyforge.org/projects/seattlerb/>
* <http://seattlerb.rubyforge.org/hoe/>
* <ryand-ruby@zenspider.com>

Hoe is a rake/rubygems helper for project Rakefiles. It helps generate
rubygems and includes a dynamic plug-in system allowing for easy
extensibility. Hoe ships with plug-ins for all your usual project
tasks including rdoc generation, testing, packaging, and deployment.

Plug-ins Provided:

* Hoe::Clean
* Hoe::Debug
* Hoe::Deps
* Hoe::Flay
* Hoe::Flog
* Hoe::Inline
* Hoe::Package
* Hoe::Publish
* Hoe::RCov
* Hoe::Signing
* Hoe::Test

See class rdoc for help. Hint: ri Hoe

Changes:

### 2.3.2 / 2009-06-30

* 1 minor enhancement:

  * splat all gems on release. (luis lavena)

* 3 bug fixes:

  * Fix File.read_utf on ruby 1.9 for UTF-8 files
  * Force read_utf to open file ascii-8bit. UGH. ruby 1.9 encoding is a PITA.
  * Version regex needs to allow multiple spaces for OCD coders.