How can I let multiple people push out a new version of a gem?
Hi,
Is there anyway to allow access to multiple people to push a new version of a gem? Failing that, how can I transfer responsibility for pushing to a gem from myself to someone else?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Luis Lavena on 03 Mar, 2010 06:43 PM
Simple:
Ask them to join at RubyGems.org if they don't have an account:
http://rubygems.org/sign_up
Then, ask for their email address, and using it add it as owner of the gem:
gem owner <mygem> --add <email>Hope that helps
Support Staff 3 Posted by Nick Quaranto on 05 Mar, 2010 12:38 AM
If you want to transfer ownership, you just have to add them as an owner and then remove yourself...just be careful, since you won't be able to undo that!
http://rubygems.org/pages/gem_docs#owner
Nick Quaranto closed this discussion on 14 Mar, 2010 05:06 PM.