Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a Ruby Gem [closed]

Tags:

ruby

rubygems

What is a comprehensive source on learning how to create a ruby gem?

Is their a paid solution e.g., book?

I'm not finding much on the internet and on here except for basic tutorials which don't cut it.

like image 879
Brian Avatar asked Nov 17 '25 17:11

Brian


1 Answers

The definitive guide is the RubyGem’s own Make Your Own Gem (plus the other guides) along with the Gem Specification reference.

The Bundler’s bundle gem command is also useful for creating a good skeleton project.

like image 122
Andrew Marshall Avatar answered Nov 19 '25 07:11

Andrew Marshall