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