Created
September 18, 2013 18:55
-
-
Save simeonwillbanks/6613807 to your computer and use it in GitHub Desktop.
example gemrc #gem #gemrc #ruby
This file contains hidden or 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
# http://guides.rubygems.org/command-reference/#gem_environment | |
--- | |
install: --ri --rdoc # gem install with docs | |
update: --ri --rdoc # gem update with docs | |
verbose: true # Verbosity of the gem command | |
backtrace: true # Print backtrace when RubyGems encounters an error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment