Skip to content

Instantly share code, notes, and snippets.

@fajrif
Created April 12, 2011 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fajrif/916625 to your computer and use it in GitHub Desktop.
Save fajrif/916625 to your computer and use it in GitHub Desktop.
create gem with bundler
bundle gem <name> # => to create gem skeleton
gem build <name>.gemspec # => build the gem
gem push <name>.gem # => push the gem to rubygems.org
gem yank <name> -v VERSION # => to yanking the gems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment