bundler
https://github.com/bundler/bundler
Ruby
Manage your Ruby application's gem dependencies
Tag#usable
No Docs, write some!
Edit
git clone [email protected]:bundler/bundler.git
cd bundler
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Tag-usable-for-pr
# Commit to gitgit add git commit -m "better docs for Tag#usable"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Tag-usable-for-pr
hub pull-request
# Celebrate!