How To Package And Distribute Ruby Applications As a Gem Using RubyGems
In this tutorial, we will begin with understanding RubyGems, the Gem package format, and then learn how to package a Ruby application from start to finish, beginning with creating the package structure to contain the code (and other related material).