aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "work around Ruby bug empty files in YAML.load_file"Terence Lee2012-05-251-10/+2
* work around Ruby bug empty files in YAML.load_fileAndre Arko2012-05-241-2/+10
* Use local.rack as override config instead of rack.local.José Valim2012-03-191-2/+2
* Add support to --local, --global and --delete in bundle config.José Valim2012-03-191-3/+6
* Initial implementation of local git repos.José Valim2012-03-191-0/+10
* spacingTerence Lee2011-12-211-2/+2
* fix issue when global .bundle/config is emptyTerence Lee2011-12-211-1/+1
* fix issue when local .bundle/config is emptyTerence Lee2011-12-211-1/+1
* Remove debugging output in settingsAndre Arko2011-09-181-1/+0
* Allow clearing --without groupsAndre Arko2011-09-171-3/+2
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-2/+2
* turns out Bundler.settings.delete() has been broken this whole timeAndre Arko2011-04-061-1/+1
* What?!wycats2010-09-091-2/+0
* Improve the BUNDLE_WITHOUT spec to check installed gemsAndre Arko2010-09-041-0/+2
* Fix incorrect Bundler::Settings.without= functionPavel Chipiga2010-09-041-1/+1
* Fix incorrect ENV vars display during "bundle config" commandPavel Chipiga2010-09-041-1/+1
* Revert "Don't try to create dirs if they already exists"Santiago Pastorino2010-08-131-1/+1