Hoe 2.9.5 Released

hoe version 2.9.5 has been released!

Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage and maintain, and release your project 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.

See class rdoc for help. Hint: ri Hoe or any of the plugins listed
below.

For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf

Changes:

2.9.5 / 2011-06-21

  • 2 minor enhancements:

    • Extended #dependency to work post-spec creation in case a task wants
      to add a dep.
  • 4 bug fixes:

    • Fixed dependency for :inline plugin.
    • Fixed minor 1.9.3 warnings.
    • Fixed sow to obey gem naming conventions. It no longer munges - to
      _.
    • Switched hoe deps from >= to ~>.

Ryan D. wrote in post #1006802:

hoe version 2.9.5 has been released!

  • Switched hoe deps from >= to ~>.
    Is this really necessary? All of a sudden, rake 0.8.7 gets installed
    again, just for hoe 2.9.5, although hoe 2.9.4 seemed to be content with
    rake 0.9.2.

$ gem uninstall hoe -v 2.9.5.

Andreas

Ryan D. wrote in post #1006802:

  • Fixed sow to obey gem naming conventions.

Could you please share the link to the document that defines gem naming
conventions? I’d like to adhere to it in my Inochi gem-making project.
Thanks.