dotfiles/ruby/gemrc

11 lines
224 B
Plaintext
Raw Normal View History

2008-08-26 08:47:48 +10:00
---
2009-10-19 15:25:35 +11:00
:benchmark: false
2008-08-26 08:47:48 +10:00
:verbose: true
2009-10-19 15:25:35 +11:00
:update_sources: true
2010-06-29 22:20:19 +10:00
gem: --no-ri --no-rdoc
2009-10-19 15:25:35 +11:00
:sources:
- http://gemcutter.org
:backtrace: false
2009-10-19 15:25:35 +11:00
:bulk_threshold: 1000
rdoc: --inline-source --line-numbers --fmt=shtml --template=direct