summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that diff/lcs is loaded in the specsseg-load-path-gem-pluginsSamuel Giddins2017-06-142-1/+7
* [RubyGemsIntegration] Implement #matches_for_glob for RG < 1.8Samuel Giddins2017-06-142-1/+9
* [Installer] Load plugin files from path gemsSamuel Giddins2017-06-143-1/+42
* Auto merge of #5717 - bundler:seg-pr-template-questions, r=indirectThe Bundler Bot2017-06-141-0/+18
|\
| * Add a PR templateseg-pr-template-questionsSamuel Giddins2017-06-121-0/+18
* | Auto merge of #5701 - bundler:seg-original-env-all-keys, r=indirectThe Bundler Bot2017-06-1410-24/+58
|\ \
| * | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-1310-24/+58
* | | Auto merge of #5220 - bundler:seg-realworld-vcr, r=indirectThe Bundler Bot2017-06-14663-56/+2526
|\ \ \ | |/ / |/| |
| * | Remove the vcr gem from the specs since we rolled our ownseg-realworld-vcrSamuel Giddins2017-06-131-2/+0
| * | Add cassettes for realworld trampoline specs used on old RGSamuel Giddins2017-06-138-0/+28
| * | [Rakefile] Allow re-recording all VCR cassettesSamuel Giddins2017-06-132-2/+12
| * | Ignore vcr cassettes in quality specsSamuel Giddins2017-06-131-3/+3
| * | Remove quality spec for single quotesSamuel Giddins2017-06-131-23/+0
| * | Add VCR cassettes for realworld specsSamuel Giddins2017-06-13646-0/+2284
| * | Disallow making realworld network requests on CISamuel Giddins2017-06-132-1/+4
| * | Get the realworld specs running on 1.8.7 againSamuel Giddins2017-06-135-19/+24
| * | Re-implement VCR to support marshalled responses with incorrect content-lengt...Samuel Giddins2017-06-131-131/+82
| * | Use a single cassette for the realworld specsSamuel Giddins2017-06-133-3/+1
| * | [Realworld] Use VCR for network requestsSamuel Giddins2017-06-134-16/+232
|/ /
* | Auto merge of #5704 - bundler:colby/init-new-gemfile-format, r=segiddinsThe Bundler Bot2017-06-137-7/+86
|\ \
| * | fix the order of the boolean setting keyscolby/init-new-gemfile-formatColby Swandale2017-06-061-2/+2
| * | rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-055-9/+22
| * | dont run template gems.rb through eval quality specColby Swandale2017-06-041-0/+1
| * | generate gems.rb in bundle init with feature flagColby Swandale2017-06-046-6/+71
* | | Auto merge of #5703 - bundler:seg-environment-shebang-mismatch, r=indirectThe Bundler Bot2017-06-121-19/+44
|\ \ \
| * | | [Env] Extract table formatting into a methodseg-environment-shebang-mismatchSamuel Giddins2017-06-121-8/+14
| * | | [Env] Refactor to ensure the environment is always properly alignedSamuel Giddins2017-06-121-23/+34
| * | | [Env] Print shebang when it doesnt match Gem.rubySamuel Giddins2017-06-121-0/+8
| | |/ | |/|
* | | Auto merge of #5713 - bundler:seg-viz-other-gem, r=indirectThe Bundler Bot2017-06-123-4/+48
|\ \ \ | |/ / |/| |
| * | [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gemSamuel Giddins2017-06-123-4/+48
* | | Auto merge of #5707 - bundler:seg-sort-by-name-spec-set, r=indirectThe Bundler Bot2017-06-062-10/+37
|\ \ \ | |/ / |/| |
| * | Add a spec for sorting loaded specs by name on the $LOAD_PATHseg-sort-by-name-spec-setSamuel Giddins2017-06-061-9/+35
| * | [SpecSet] Sort by name in #tsortSamuel Giddins2017-06-061-1/+2
|/ /
* | Merge tag 'v1.15.1'Samuel Giddins2017-06-022-1/+10
|\ \ | |/ |/|
| * 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
* | Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandaleThe Bundler Bot2017-06-014-7/+21
|\ \
| * | [CLI::Common] Extract update lockfile checking logicseg-lock-update-missingSamuel Giddins2017-06-013-12/+9
| * | [CLI::Lock] Fail gracefully when updating a missing gemSamuel Giddins2017-06-012-1/+18
|/ /
* | Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddinsThe Bundler Bot2017-06-012-23/+51
|\ \
| * | use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-012-6/+2
| * | handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-012-22/+54
* | | Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddinsThe Bundler Bot2017-06-013-2/+33
|\ \ \
| * | | Add specs for install --force with git specsseg-git-force-no-git-opsSamuel Giddins2017-05-292-1/+32
| * | | [GitProxy] Don't declare Git as a subclass twiceSamuel Giddins2017-05-291-1/+1