Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gertig/3450393 to your computer and use it in GitHub Desktop.
Save gertig/3450393 to your computer and use it in GitHub Desktop.
Creating and Publishing a gem to rubygems.org
#To create a new scaffold for a gem:
Rails andrewgertig$ bundle gem gemname
#To build a gem
$ gem build gemname.gemspec
#To push a gem to Rubygems.org
$ gem push gemname-0.0.X.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment