I want to add a new owner of a gem in RubyGem but I don't know where I should do this:
I have tried to use the gemspec options:
But still not seeing my co-owner.
For a concrete example I'm trying with this gem:
The gem command allows you to interact with RubyGems. Ruby 1.9 and newer ships with RubyGems built-in but you may need to upgrade for bug fixes or new features. To upgrade RubyGems, visit the download page. If you want to see how to require files from a gem, skip ahead to What is a gem. Finding Gems.
Many of the most popular gems are accessible from rubygems.org, the default gem source for Ruby. To add a new gem source: The -a flag indicates that we will be appending a new gem source, and the URL that follows is the web address of the gem server you wish to add. .
Creating and publishing your own gem is simple thanks to the tools baked right into RubyGems. Let’s make a simple “hello world” gem, and feel free to play along at home!
Now you can share hola with the rest of the Ruby community. Publishing your gem out to RubyGems.org only takes one command, provided that you have an account on the site. To setup your computer with your RubyGems account, you can run below command (where qrush should be replaced by your own username):
RubyGems downloads the gem and installs it into your current Ruby version’s common directory. Then, all of the Ruby applications in your development environment that use the current version of Ruby will have access to the new gem’s functionality.
It's done with the gem command, see here
gem owner my_gem -a [email protected]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With