dotfiles/ruby/gemrc

10 lines
157 B
Plaintext
Raw Normal View History

2008-08-26 08:47:48 +10:00
---
2009-10-19 15:25:35 +11:00
:benchmark: false
2010-12-22 01:03:42 +11:00
gem: --no-rdoc --no-ri
2010-11-22 14:53:06 +11:00
:backtrace: false
2009-10-19 15:25:35 +11:00
:update_sources: true
:sources:
- http://gemcutter.org
2010-11-22 14:53:06 +11:00
:verbose: true
2009-10-19 15:25:35 +11:00
:bulk_threshold: 1000