digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

Release on rubygems.org #102

Open postmodern opened 1 year ago

postmodern commented 1 year ago

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

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

postmodern commented 1 year ago

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.