31
votes

I want to add a new owner of a gem in RubyGem but I don't know where I should do this:

  • in the .gemspec?
  • in any place in RubyGems.org page?

I have tried to use the gemspec options:

  • s.authors
  • s.email

But still not seeing my co-owner.

For a concrete example I'm trying with this gem:

1

1 Answers

67
votes

It's done with the gem command, see here

gem owner my_gem -a [email protected]