Created
November 5, 2009 23:39
-
-
Save lperichon/227516 to your computer and use it in GitHub Desktop.
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
# Make sure you’re running RubyGems 1.3.3. | |
# Install the gemcutter gem with: gem install gemcutter | |
# Run gem tumble to use Gemcutter as your main RubyGem source. | |
# Change the version in the Rakefile | |
# rake manifest | |
# rake build_gemspec | |
# Build it! gem build yourgem.gemspec | |
# rake install to install locally | |
# Push it! gem push yourgem-0.0.1.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment