Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created March 6, 2012 14:05
Show Gist options
  • Save rodrigomaia/1986452 to your computer and use it in GitHub Desktop.
Save rodrigomaia/1986452 to your computer and use it in GitHub Desktop.
RubyGems Manager
#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