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?
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 hola
with:
gem build hola.gemspec
This will create a hola-0.0.1.gem
file.
To publish your gem to rubygems.org (you’ll need a user account on rubygems.org first):
gem push hola-0.0.1.gem
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