-
-
Notifications
You must be signed in to change notification settings - Fork 63
Adds doc for how to transfer ownership of a gem #578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
binford2k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to add information about configuring CI to this guide, as in voxpupuli/metadata-json-lint#163?
@bastelfreak might have opinions here
|
I was going to make another doc about transferring a project and all the steps. This is just scoped to gem transfers on ruby gems. |
e498306 to
c5f5d66
Compare
|
|
||
| ## Adding Owners to an Existing Gem | ||
|
|
||
| To add owners to an existing gem head over to RubyGems.org website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we document the CLI command? gem owner -a voxpupuli GEM
It has the benefit that we don't need to specify the email address publicly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I explicitly left that out because the UI seems like it has some better safeguards. I just wanted to give a single way to do it. Using the cli also means you have an API key that hasn't expired as well and is scoped to adding owners.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the website will accept the username too
This adds a short doc on how to transfer a gem to VoxPupuli