[ANN] Inochi 0.1.0

                       Inochi 0.1.0

           Gives life to RubyGems-based software

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

Inochi is an infrastructure for [1]RubyGems-based software
projects that encourages good documentation, reduces
programming effort, and automates common tasks.

4.1 Version 0.1.0 (2009-01-13)

This release reattempts to fix the [2]circular dependency
problem that occurred when installing either Inochi or
ERBook.

New features

 * Inochi.init() now adds #major(), #series(), and
   #requirement() instance methods to a project's VERSION
   constant.

Bug fixes

 * Solved circular dependency problem by making inochi gem
   not dependent on erbook gem. However, ERBook is still
   required during runtime and is supplied on the gem
   install command for Inochi.
   [3]Section 2.2. Installation has been updated
   accordingly.

 * Add forgotten Rake dependency for Inochi gem.

References

  1. http://www.rubygems.org/
  2. [ANN] Inochi 0.0.0 - Ruby - Ruby-Forum
  3. http://snk.tuxfamily.org/lib/inochi/#Installation