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