Module GemManagement
In: lib/merb-core/tasks/gem_management.rb

Methods

Included Modules

ColorfulMessages

Public Instance methods

Create a modified executable wrapper in the specified bin directory.

Install a gem - looks remotely and local gem cache; won‘t process rdoc or ri options.

Install a gem - looks in the system‘s gem cache instead of remotely; won‘t process rdoc or ri options.

Install a gem from source - builds and packages it first then installs.

Examples: install_gem_from_source(source_dir, :install_dir => …) install_gem_from_source(source_dir, gem_name) install_gem_from_source(source_dir, :skip => […])

Partition gems into system, local and missing gems

Use the local bin/* executables if available.

[Validate]