Skip to content

Instantly share code, notes, and snippets.

@janv
Created December 30, 2009 15:31
Show Gist options
  • Save janv/266131 to your computer and use it in GitHub Desktop.
Save janv/266131 to your computer and use it in GitHub Desktop.
My .gemrc
cat > ~/.gemrc
---
:benchmark: false
:update_sources: true
gem: --no-rdoc --no-ri
:backtrace: false
:bulk_threshold: 1000
:verbose: true
:sources:
- http://gems.rubyforge.org/
- http://gems.github.com/
^D
RETURN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment