-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gemrc
40 lines (32 loc) · 981 Bytes
/
.gemrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
# SEE 'gem help environment'
# for configuring RubyGems
:sources:
- http://rubygems.org
- http://gems.rubyforge.org/
- http://gems.github.com
:verbose: false
:backtrace: false
:update_sources: true
# SEE: http://docs.rubygems.org/read/chapter/11
# for passing arguments to gem commands
# "gem install rubygems-test" adds a "gem test" command
# configuration options for gem test:
test_options:
auto_test_on_install: false
test_on_install: false
install_development_dependencies: true
test_development_dependencies: true
upload_results: true
force_install: false
force_uninstall_on_failure: false
# run gem [command] against local|remote|both
search: --remote
install: --remote
uninstall: --remote
# show the gem's path, description, and other meta when doing gem list
list: --details
# when (only) installing or updating, skip documentation
# NOTE: applying this setting to all gem commands may break things
install: --no-rdoc
update: --no-rdoc