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.

Source | Google | Stack overflow

Edit

git clone [email protected]:opscode/chef.git

cd chef

open lib/chef/resource/gem_package.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Chef--Resource--GemPackage-options-for-pr


# Commit to git

git add lib/chef/resource/gem_package.rbgit commit -m "better docs for Chef::Resource::GemPackage#options"


# Open pull request

gem 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!