lucashungaro / dotfiles

My collection of config files for bash, ruby, rubygems, git, irb, rails and more

This URL has Read+Write access

lucashungaro (author)
Tue Jun 09 15:55:47 -0700 2009
commit  82034a0bec01271155a330d0f53f28f20370925f
tree    d0b228ed985e1f82178cdb993b6bbe7b5ee083b8
parent  032038ee4d35a42ab0b1c333b0116443c51edb97
dotfiles / gemrc
100644 11 lines (10 sloc) 0.234 kb
1
2
3
4
5
6
7
8
9
10
11
---
:benchmark: false
:verbose: true
:update_sources: true
:sources:
- http://gems.rubyforge.org/
- http://gems.github.com/
:backtrace: false
rdoc: --inline-source --line-numbers --format=html --template=hanna
:bulk_threshold: 1000