Module Hoe::Deps
In: lib/hoe/deps.rb

Deps plugin for hoe.

Tasks Provided:

check_extra_deps:Install missing dependencies.
deps:email:Print a contact list for gems dependent on this gem
deps:fetch:Fetch all the dependent gems of this gem into tarballs
deps:list:List all the dependent gems of this gem

Methods

Constants

GEMURL = URI.parse "http://rubygems.org"   The main rubygems repository.

Public Instance methods

Define tasks for plugin.

Return all the dependencies on the named rubygem.

Return a hash of the latest rubygems keyed by name.

Return the latest rubygems.

Return the rubygems source index.

Installs plugins that aren‘t currently installed

[Validate]