Created
April 18, 2009 19:41
-
-
Save igal/97747 to your computer and use it in GitHub Desktop.
.gemrc --no-ri --no-rdoc
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
# .gemrc file that automatically adds the "--no-ri --no-rdoc" when installing gem | |
--- | |
:benchmark: false | |
:update_sources: true | |
:bulk_threshold: 1000 | |
:backtrace: false | |
:verbose: true | |
:sources: | |
- http://gems.rubyforge.org | |
- http://gems.github.com | |
gem: --no-ri --no-rdoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment