CeWL icon indicating copy to clipboard operation
CeWL copied to clipboard

Release on rubygems.org

Open postmodern opened this issue 1 year ago • 2 comments

It would make it easier for users to install CeWL if it were available on https://rubygems.org.

postmodern avatar Apr 08 '23 03:04 postmodern

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: @.***>

digininja avatar Apr 08 '23 06:04 digininja

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.

postmodern avatar Apr 08 '23 08:04 postmodern