Skip to content
qrush edited this page Aug 7, 2010 · 6 revisions

Creating a gem is easy! Just follow these steps:

  • Sign up for an account on Gemcutter.
  • Create your gem. Get started with Jeweler.
  • Make sure you’re running RubyGems 1.3.3.
  • Install the gemcutter gem with: gem install gemcutter
  • Run gem upgrade to use Gemcutter as your main RubyGem source.
  • Build your gem with: gem build yourgem.gemspec
  • Push it! gem push yourgem-0.0.1.gem
Clone this wiki locally