rubygems
https://github.com/rubygems/rubygems
Ruby
Library packaging and distribution for Ruby.
Bundler::Plugin::API::Source#download
No Docs, write some!
Edit
git clone [email protected]:rubygems/rubygems.git
cd rubygems
open bundler/lib/bundler/plugin/api/source.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Bundler--Plugin--API--Source-download-for-pr
# Commit to gitgit add bundler/lib/bundler/plugin/api/source.rbgit commit -m "better docs for Bundler::Plugin::API::Source#download"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Bundler--Plugin--API--Source-download-for-pr
hub pull-request
# Celebrate!