| Class | AutomateIt::PackageManager::Gem |
| In: |
lib/automateit/package_manager/gem.rb
|
| Parent: | AutomateIt::PackageManager::BaseDriver |
The Gem driver for the PackageManager provides a way to manage software packages for RubyGems using the gem command.
You can specify the command to use with each call using the gem option, e.g., the "gem1.8" below:
package_manager.install 'rails', :with => :gem, :gem => "gem1.8"
Or set a default and all subsequent calls will use it:
package_manager[:gem].setup(:gem => "gem1.8") package_manager.install 'rails', :with => :gem
| gem | [RW] |
Special options: