Skip to content

Instantly share code, notes, and snippets.

@EvanBurchard
Created February 15, 2011 07:19
Show Gist options
  • Save EvanBurchard/827221 to your computer and use it in GitHub Desktop.
Save EvanBurchard/827221 to your computer and use it in GitHub Desktop.
simple gem creation
gem-this (creates rakefile)
rake package (creates gemspec)
gem build x.gemspec (creates x.[version].gem)
gem push x.[version].gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment