- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (0)
- 1_9_3_392 (-29)
- 2_1_10 (38)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (0)
- 2_6_3 (3)
- What's this?
Constants
DEFAULT_BACKTRACE = false
DEFAULT_BENCHMARK = false
DEFAULT_BULK_THRESHOLD = 1000
DEFAULT_VERBOSITY = true
DEFAULT_UPDATE_SOURCES = true
OPERATING_SYSTEM_DEFAULTS = {}
PLATFORM_DEFAULTS = {}
CSIDL_COMMON_APPDATA = 0x0023
SHGetFolderPath = Win32API.new 'shell32', 'SHGetFolderPath', 'PLPLP', 'L', :stdcall
SYSTEM_WIDE_CONFIG_FILE = File.join system_config_path, 'gemrc'
Attributes
[R] | args |
List of arguments supplied to the config file object. |
[RW] | path |
Where to look for gems (deprecated) |
[RW] | home |
Where to install gems (deprecated) |
[W] | backtrace |
True if we print backtraces on errors. |
[RW] | benchmark |
True if we are benchmarking this run. |
[RW] | bulk_threshold |
Bulk threshold value. If the number of missing gems are above this threshold value, then a bulk download technique is used. (deprecated) |
[RW] | verbose |
Verbose level of output:
|
[RW] | update_sources |
True if we want to update the SourceInfoCache every time, false otherwise |
[R] | rubygems_api_key |
API key for RubyGems.org |
[R] | api_keys |
Hash of RubyGems.org and alternate API keys |
[R] | ssl_verify_mode |
openssl verify mode value, used for remote https connection |
[R] | ssl_ca_cert |
Path name of directory or file of openssl CA certificate, used for remote https connection |
[R] | hash |