The correct process of publishing gems seems to always be in flux, and it's been a while since I've done it. Is there an up to date set of best practices for bundling ruby libraries into gems and publishing them?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The best thing to learn how to publish gems is to browse the documentation on guides.rubygems.org. Here are a few pointers:
Finally, build your gem named
This will create a To publish your gem to rubygems.org (you’ll need a user account on rubygems.org first):
|
|||
|
|