aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* allow single quotes in config valuesAndre Arko2014-01-091-1/+3
* Added the message 'Could not locate Gemfile' to the GemfileNotFound exception...David Grayson2013-11-131-1/+1
* Move gem mirror code to be consistent with other featuresdanielsdeleo2013-09-261-0/+21
* use YAML.dump over {}.to_yaml, thanks @tenderloveTerence Lee2013-03-071-1/+1
* Merge pull request #2144 from brettporter/bool-settingsAndre Arko2013-02-181-2/+11
|\
| * support setting boolean environment variablesBrett Porter2012-11-021-2/+11
* | make bundle config work without a GemfileAndre Arko2013-01-201-3/+5
* | it's all one conditional, I thinkAndre Arko2013-01-191-2/+1
* | Implement selective ignore of config with BUNDLE_IGNORE_CONFIG env varricho2013-01-191-0/+5
* | well, that was a stupid problem to have.Andre Arko2012-12-221-1/+1
* | don't require yaml until we need to write settingsAndre Arko2012-11-131-2/+4
|/
* Revert "Revert "work around Ruby bug empty files in YAML.load_file""Andre Arko2012-05-271-2/+10
* Revert "bundle exec does less work"Andre Arko2012-05-261-6/+2
* bundle exec does less worktomhuda2012-05-251-2/+6