Module Hoe::Package
In: lib/hoe/package.rb

Package plugin for hoe.

Tasks Provided:

install_gem:Install the package as a gem.
release:Package and upload the release.

Methods

Attributes

need_tar  [RW]  Optional: Should package create a tarball? [default: true]
need_zip  [RW]  Optional: Should package create a zipfile? [default: false]

Public Instance methods

Define tasks for plugin.

Initialize variables for plugin.

Install the named gem.

Returns the path used for packaging. Convenience method for those that need to write a package hook.

[Validate]