summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* [Settings] Allow temporarily overriding settings in-memoryseg-settings-temporarySamuel Giddins2016-08-261-1/+19
* Allow disabling checksum validationSamuel Giddins2016-08-221-0/+1
* Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-181-0/+1
* Add a setting for disable_exec_loadSamuel Giddins2016-08-161-0/+1
* Auto merge of #4844 - opiethehokie:hostname_mirror, r=indirectHomu2016-08-111-1/+1
|\
| * doesn't change the way existing source URLs are validatedMichael Peters2016-08-091-1/+5
| * enables BUNDLE_MIRROR__HOSTNAME environment variablesMichael Peters2016-08-041-5/+1
* | Allow installing / updating when everything necessary is available locallySamuel Giddins2016-08-051-0/+1
|/
* Auto merge of #4787 - bundler:seg-cleanup, r=indirectHomu2016-07-211-4/+3
|\
| * [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-4/+3
* | Mild 1.8.7 $SAFE=1 compatibilityseg-gem-dep-api-compatibilitySamuel Giddins2016-07-191-3/+4
|/
* Avoid writing .bundle unecessarilySamuel Giddins2016-07-051-4/+7
* Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-3/+9
* Change `given_flags?` to `options_given?`Stefan Lance2016-07-051-1/+1
* Add deprecation warning & spec for not autoremembering flagsStefan Lance2016-07-051-0/+7
* [UI] Add support for printing major deprecationsSamuel Giddins2016-06-231-0/+1
* [Settings] Move keys to their own line & sortSamuel Giddins2016-06-231-3/+26
* Included plugins in bool_keys for settingsAsutosh Palai2016-06-101-1/+1
* Shifted Settings to use the YAMLSerializerAsutosh Palai2016-06-091-20/+4
* Auto merge of #4416 - bundler:seg-settings-custom-serializer, r=segiddinsHomu2016-04-181-2/+9
|\
| * [Settings] Use a custom serializer instead of relying upon the YAML moduleSamuel Giddins2016-03-291-2/+9
* | [Settings] Support the ! added on 1.9.3seg-settings-load-config-testsSamuel Giddins2016-03-291-0/+1
* | [Settings] Use an improved regexp to read config fileSamuel Giddins2016-03-281-2/+14
|/
* [CLI] Ensure `bundle install` will always installseg-bundle-no-installSamuel Giddins2016-02-171-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* unify global config and compact index cache dirsAndre Arko2016-01-251-2/+5
* Add disable_shared_gems to the list of boolean settingsIlya Vassilevsky2016-01-211-1/+1
* Fix returning case-sensitive mirror URIs in Ruby 2.3seg-ruby-3-fix-mirror-configSamuel Giddins2016-01-061-2/+1
* Turn normalize uri back into a module methodPablo Carranza2015-12-271-10/+8
* WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-271-3/+1
* Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-271-19/+12
* Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-271-8/+5
* WIP - it can parse the keys correctlyPablo Carranza2015-12-271-3/+12
* [Settings] Use filesystem_access block to read config fileseg-config-load-filesystem-accessSamuel Giddins2015-12-151-5/+3
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-6/+2
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-1/+1
* Promote silence_root_warning to Bundler.settings option, fix style issuesAdrian Perez2015-11-181-1/+1
* Make SSL Verify Mode a number settingGough, Jack2015-10-211-1/+1
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-5/+5
* Fix Style/IndentationWidthVictor Koronen2015-08-141-1/+1
* remove trailing whitespaceRose Weixel2015-07-261-1/+1
* push logic for dealing with string 'false' down to Settings classRose Weixel2015-07-261-2/+4
* Fix Style/AliasErick Sasse2015-07-231-1/+1
* [Settings] Raise permission error when config file isnt readableSamuel E. Giddins2015-07-221-0/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-171-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-5/+5
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1