Skip to content

Instantly share code, notes, and snippets.

@igal
Created April 18, 2009 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igal/97747 to your computer and use it in GitHub Desktop.
Save igal/97747 to your computer and use it in GitHub Desktop.
.gemrc --no-ri --no-rdoc
# .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