summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.15.1 with changelogv1.15.1Samuel Giddins2017-06-022-1/+10
* Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandaleThe Bundler Bot2017-06-014-7/+21
* Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-012-23/+51
* Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-013-2/+33
* Auto merge of #5689 - tejasbubane:bundle-add-command-main-man, r=segiddinsThe Bundler Bot2017-06-011-0/+3
* Auto merge of #5679 - bundler:seg-env-no-settings, r=indirectThe Bundler Bot2017-06-011-6/+8
* Auto merge of #5673 - bundler:seg-force-submodule-deinit, r=indirectThe Bundler Bot2017-06-011-1/+1
* Version 1.15.0 with changelogv1.15.0Samuel Giddins2017-05-192-1/+5
* Version 1.15.0.pre.4 with changelogv1.15.0.pre.4Samuel Giddins2017-05-102-1/+8
* Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-102-0/+28
* Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-102-0/+26
* Version 1.15.0.pre.3 with changelogv1.15.0.pre.3Samuel Giddins2017-04-302-1/+11
* Auto merge of #5622 - bundler:seg-shortref-display, r=indirectThe Bundler Bot2017-04-303-3/+30
* Auto merge of #5614 - bundler:seg-test-default-gem-substitutes-are-activated,...The Bundler Bot2017-04-304-13/+75
* Auto merge of #5619 - denniss:ds-pristine-doc, r=colby-swandaleThe Bundler Bot2017-04-301-0/+13
* Auto merge of #5612 - bundler:seg-dont-require-thor-actions, r=indirectThe Bundler Bot2017-04-305-4/+20
* Auto merge of #5610 - denniss:ds-add-doc, r=colby-swandaleThe Bundler Bot2017-04-301-0/+29
* Auto merge of #5611 - koic:unify_names_of_github_and_rubocop, r=colby-swandaleThe Bundler Bot2017-04-304-5/+5
* Auto merge of #5591 - bundler:dwr-metadata, r=segiddinsThe Bundler Bot2017-04-301-0/+9
* Auto merge of #5605 - koic:tweak_template_of_newgem, r=colby-swandaleThe Bundler Bot2017-04-301-1/+1
* Auto merge of #5588 - bundler:seg-fix-ruby-head-tests, r=segiddinsThe Bundler Bot2017-04-303-4/+5
* Version 1.15.0.pre.2 with changelogv1.15.0.pre.2Samuel Giddins2017-04-232-1/+9
* Auto merge of #5602 - alextaylor000:issue-5423, r=segiddinsThe Bundler Bot2017-04-232-1/+29
* Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddinsThe Bundler Bot2017-04-232-1/+13
* Auto merge of #5595 - bundler:jules2689-stub-spec-extension-dir, r=segiddinsThe Bundler Bot2017-04-232-0/+18
* [Rakefile] Handle when a patch release milestone also contains issuesSamuel Giddins2017-04-231-1/+2
* Version 1.15.0.pre.1 with changelogv1.15.0.pre.1Samuel Giddins2017-04-172-1/+45
* Auto merge of #5589 - bundler:seg-error-report, r=segiddinsThe Bundler Bot2017-04-162-4/+4
|\
| * [Env] Default to always printing gemfile & gemspecsseg-error-reportSamuel Giddins2017-04-152-4/+4
|/
* Auto merge of #5585 - bundler:seg-spec-set-perf, r=segiddinsThe Bundler Bot2017-04-155-19/+31
|\
| * [RubyGemsExt] Speed up Dependency#to_lockseg-spec-set-perfSamuel Giddins2017-04-151-3/+8
| * [SpecSet] Use a set for #forSamuel Giddins2017-04-141-4/+3
| * [SepcSet] Avoid compacting when the array never contains nilSamuel Giddins2017-04-141-6/+7
| * [SpecSet] Avoid sorting specs in initializerSamuel Giddins2017-04-142-2/+2
| * [Index] Avoid sorting specs in intermediary searchesSamuel Giddins2017-04-141-3/+9
| * [Definition] Avoid checking settings in a loopSamuel Giddins2017-04-141-1/+2
* | Auto merge of #5306 - colby-swandale:bundler-config-parseable-flag, r=segiddinsThe Bundler Bot2017-04-153-6/+114
|\ \ | |/ |/|
| * print key & value on config set and print new value when overwritting existin...Colby Swandale2017-04-152-7/+12
| * print old config value in parseable format using overwriting an existingColby Swandale2017-04-122-1/+15
| * print only highest priority value per configColby Swandale2017-04-063-17/+7
| * update config output parseable format and specsColby Swandale2017-04-053-3/+28
| * print minimal report of configuration with bundler config --parseableColby Swandale2017-04-032-6/+33
| * Merge remote-tracking branch 'upstream/master' into bundler-config-parseable-...Colby Swandale2017-03-29342-2005/+7103
| |\
| * | remove duplicate conditionColby Swandale2017-01-061-1/+2
| * | cleanup and add missing specs are parseable optionColby Swandale2017-01-051-27/+24
| * | move parseable functionality down a bit and only when no args are givenColby Swandale2017-01-051-2/+2
| * | removed parseable alias optionColby Swandale2017-01-051-1/+1
| * | Add specs to ensure parseable doesn't break global and local setJuanitoFatas2016-09-151-0/+12
| * | Add more test cases for bundle config --parseable optionJuanitoFatas2016-08-281-2/+26
| * | Add parseable option to bundle configJuanitoFatas2016-08-263-0/+13