Open postmodern opened 1 year ago
Is it easy to put it there? Do you have instructions?
On Sat, 8 Apr 2023, 04:57 Postmodern, @.***> wrote:
It would make it easier for users to install CeWL if it were available on https://rubygems.org.
— Reply to this email directly, view it on GitHub https://github.com/digininja/CeWL/issues/102, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWPV2NL4YVNQKBFG6W3XADO4JANCNFSM6AAAAAAWXFCNMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Yes, there are guides for how to publish your first gem. You just need a rubygems.org account, create a cewl.gemspec
file (bundle gem
can do this), fill in your gem's metadata/dependencies, build the .gem
, and gem push
the .gem
file. You can automate the release process by adding require "bundler/gem_tasks"
to your Rakefile
or use rubygems-tasks.
It would make it easier for users to install CeWL if it were available on https://rubygems.org.