WestMichiganRubyTraining / discussion

Create issues on this repository to open discussion threads in the Issue Tracker!
2 stars 0 forks source link

Great resource on building your first gem #61

Open billgathen opened 10 years ago

billgathen commented 10 years ago

Step-by-Step Guide to Building Your First Ruby Gem is a nice summary of the modern (i.e., using Bundler) method of creating a gem and making it available on RubyGems.

Definitely worth reading, because if you're building any sort of Ruby library or tool that you intend to make open source, making it a gem is the way to go.