public
Description: bash, git, vim, irb, rails, sake
Homepage:
Clone URL: git://github.com/mislav/dotfiles.git
dotfiles / gemrc
100644 13 lines (12 sloc) 0.279 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
---
:benchmark: false
:verbose: true
gem: --no-ri --no-rdoc
:update_sources: true
:sources:
- http://gemcutter.org
#- http://gems.rubyforge.org
- http://gems.github.com
:backtrace: false
:bulk_threshold: 1000
rdoc: --inline-source --line-numbers --format=html --template=hanna