chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
ChefConfig::PackageTask#module_name=
Name of the top-level module/library build built. This is used to define the top level module which contains VERSION and MODULE_ROOT.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open chef-config/lib/chef-config/package_task.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ChefConfig--PackageTask-module_name--for-pr
# Commit to gitgit add chef-config/lib/chef-config/package_task.rbgit commit -m "better docs for ChefConfig::PackageTask#module_name="
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ChefConfig--PackageTask-module_name--for-pr
hub pull-request
# Celebrate!