chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
BuildChefGem#bundle_bin
No Docs, write some!
Edit
git clone [email protected]:opscode/chef.git
cd chef
open omnibus/files/chef-gem/build-chef-gem.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-BuildChefGem-bundle_bin-for-pr
# Commit to gitgit add omnibus/files/chef-gem/build-chef-gem.rbgit commit -m "better docs for BuildChefGem#bundle_bin"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-BuildChefGem-bundle_bin-for-pr
hub pull-request
# Celebrate!