Create
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 tumbleto use Gemcutter as your main RubyGem source. - Build your gem with:
gem build yourgem.gemspec - Push it!
gem push yourgem-0.0.1.gem
