This help site has been deprecated. Please send your requests to support@rubygems.org

Publishing your own RubyGem

Railscast

View the transcript here.

Articles / Tutorials

Instant Gem Publishing with Gemcutter from Adam Wiggins

Better Gem Publishing with Gemcutter from Pat Allan

How to build a ruby gem and host it on gemcutter by Chris Young

Simple How-to

  • Sign up for an account on Gemcutter
  • Make sure you’re running at least RubyGems 1.3.3. gem -v
  • Create your gem. Get started with Jeweler
  • Install the gemcutter gem with: gem install gemcutter
  • Build your gem with: gem build yourgem.gemspec
  • Push it! gem push yourgem-0.0.1.gem