Created
March 6, 2012 14:05
-
-
Save rodrigomaia/1986452 to your computer and use it in GitHub Desktop.
RubyGems Manager
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
| #Create Gem Structure | |
| bundle gem yourgem | |
| #RubyGems Manager | |
| gem install gemcutter | |
| #Build Gem | |
| gem build yourgem.gemspec | |
| #Publish Gem | |
| gem push yourgem-0.0.1.gem | |
| #Unavailable Gem | |
| gem yank yourgem -v GEM_VERSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment