[ANN] Inochi 4.0.1

                          Inochi

                Gives life to Ruby projects

           http://snk.tuxfamily.org/lib/inochi/

Inochi is an infrastructure for Ruby projects that helps you
test, document, package, publish, and announce your projects.
It encourages great documentation and reduces project
administrivia.

Version 4.0.1 (2010-07-28)

This release fixes a bug in gem version dependency
establishment.

Bug fixes:

 * Gem version dependencies were not being established in
   Ruby 1.8.7 and 1.9.2 because Kernel#gem [1]is a private
   method in those Ruby versions.

   To propagate this fix into your projects, please
   reinitialize them with this version of Inochi.

References

  1. http://redmine.ruby-lang.org/issues/show/3617