cookbook 'gem_installer', '= 0.1.1'
gem_installer (3) Versions 0.1.1 Follow2
Installs/Update Ruby Gems
cookbook 'gem_installer', '= 0.1.1', :supermarket
knife supermarket install gem_installer
knife supermarket download gem_installer
Gem Installer
Simple cookbook for managing gem versions on a node.
Usage
Attributes
Define gems (and optionally version restrictions) within the role:
override_attributes( :gem_installer => { :gems => [ 'pg', ['activerecord', '~> 3.0.0'], 'ssmtp' ] } )
or
override_attributes( :gem_installer => { :gems => { 'pg' => nil, 'activerecord' => '~> 3.0.0', 'ssmtp' => nil } } )
Data Bag
Data bag support is provided via BagConfig and is no longer required. For
more information see:
https://github.com/chrisroberts/cookbook-bag_config
Issues/Bugs/Feature Requests
Create a github issue or fork, fix and send me a pull request
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.