Skip to content

Instantly share code, notes, and snippets.

@jch
Created November 1, 2011 19:10
Show Gist options
  • Star 44 You must be signed in to star a gist
  • Fork 20 You must be signed in to fork a gist
  • Save jch/1331576 to your computer and use it in GitHub Desktop.
Save jch/1331576 to your computer and use it in GitHub Desktop.
gemrc example
# http://docs.rubygems.org/read/chapter/11
---
gem: --no-ri --no-rdoc
benchmark: false
verbose: true
update_sources: true
sources:
- http://gems.rubyforge.org/
- http://rubygems.org/
backtrace: true
bulk_threshold: 1000
# HTTP Proxy options
# http-proxy: http://example.com:80
@belgoros
Copy link

belgoros commented Feb 7, 2017

As explained in Rubygems CLI reference, some options are deprecated:

Deprecated Options:

-​-[no-]rdoc - Generate RDoc for installed gems Use -​-document instead
-​-[no-]ri - Generate ri data for installed gems. Use -​-document instead
-u, -​-[no-]update-sources - Update local source cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment