Gem creation / management:
*
Building A Gem
Once you have created your gem to publish it you have to follow a few steps:
gem build <gem name>.gemspec (the gemspec file must exist)
gem publish <gem name>.<gem version number>.gem