chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Resource::GemPackage#options
Options for the gem install, either a Hash or a String. When a hash is given, the options are passed to Gem::DependencyInstaller.new, and the gem will be installed via the gems API. When a String is given, the gem will be installed by shelling out to the gem command. Using a Hash of options with an explicit gem_binary will result in undefined behavior.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/resource/gem_package.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Resource--GemPackage-options-for-pr
# Commit to gitgit add lib/chef/resource/gem_package.rbgit commit -m "better docs for Chef::Resource::GemPackage#options"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Resource--GemPackage-options-for-pr
hub pull-request
# Celebrate!