module Capistrano
Encapsulates the logic for installing plugins into Capistrano. Plugins must simply conform to a basic API; the PluginInstaller takes care of invoking the API at appropriate times.
This class is not used directly; instead it is typically accessed via the `install_plugin` method of the Capistrano DSL.
Constants
- VERSION