Created
April 12, 2011 22:52
-
-
Save fajrif/916625 to your computer and use it in GitHub Desktop.
create gem with bundler
This file contains 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
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