Created
February 15, 2011 07:19
-
-
Save EvanBurchard/827221 to your computer and use it in GitHub Desktop.
simple gem creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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