Ruby : How to write a gem? [closed]

Rubygems.org’s Guides is one of the best resources for writing your own gem.

If you’re using Bundler in your app, you might want to look at Ryan Bigg’s guide to Developing a RubyGem using Bundler and the Railscast on creating gems with Bundler.

If you’re interested in tools to help you write gems:

Some tutorials/guides:

Leave a Comment