Module | GemManagement |
In: |
lib/merb-core/tasks/gem_management.rb
|
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 => […])