aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* [CLI] Ensure `bundle install` will always 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.3Samuel 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 fileSamuel 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
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+1
* Improves the message displayed when cannot create configRoque Pinel2015-06-081-0/+2
* Merge tag 'v1.9.9' into 1-10-stableAndre Arko2015-05-161-1/+7
|\
| * Added backward compatibility for BUNDLE_* config keysStrech (Sergey Fedorov)2015-05-161-1/+7
* | make ignore_message boolean optionPatrick Metcalfe2015-04-281-3/+15
* | allow default settings valuesPatrick Metcalfe2015-04-221-2/+12
* | Implement optional groupsJonne Haß2015-03-301-2/+18
* | Add Settings#credentials_for(uri).Tim Moore2015-03-151-0/+4
* | Move Bundler::Source.mirror_for to Settings.Tim Moore2015-03-151-0/+8
|/
* return nil even for booleans, if never setAndre Arko2015-03-111-4/+9
* Check for bool value as wellEduardo Bautista2015-02-151-1/+1
* Tighten the check for URLs in config keys.Tim Moore2015-02-141-1/+1
* normalize urls in config keysAndre Arko2015-02-131-0/+3
* print an error message on invalid mirrorsAndre Arko2015-02-131-1/+5
* Don't add extra quotes to quoted wrapped config valuesAdam Roben2015-01-261-2/+3
* Extended gem generation and generation settingsKir Shatrov2015-01-251-1/+3
* allow cache path to be configuredAndre Arko2015-01-251-0/+8
* You can now set credentials in environment variables.Mick Staugaard2014-12-101-1/+1
* :space_invader:Andre Arko2014-11-191-1/+1
* ensure quotes will not duplicate during YAML.dumpAndre Arko2014-11-191-1/+4
* replace newlines and/or spaces with one spaceAndre Arko2014-11-191-1/+1
* Use a new-line compatible regex for bundle configKashyap2014-02-011-3/+3
* Ensure #dump doesn't add a new line in configKashyap2014-01-161-1/+1