| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve logging in default gem activation specsseg-default-gem-activation-spec-hack | Samuel Giddins | 2017-07-07 | 1 | -10/+14 |
* | Auto merge of #5841 - koic:capitalize_description_lines_in_bundler_2_0, r=seg... | The Bundler Bot | 2017-07-06 | 1 | -4/+4 |
|\ |
|
| * | Capitalize the description lines in Bundler 2 | Koichi ITO | 2017-07-06 | 1 | -4/+4 |
* | | Auto merge of #5839 - bundler:seg-sort-documented-settings, r=colby-swandale | The Bundler Bot | 2017-07-06 | 3 | -100/+121 |
|\ \
| |/
|/| |
|
| * | Sort all documented settings in the bundle-config man pageseg-sort-documented-settings | Samuel Giddins | 2017-07-05 | 2 | -100/+107 |
| * | Add a be_sorted matcher | Samuel Giddins | 2017-07-05 | 1 | -0/+14 |
* | | Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi... | The Bundler Bot | 2017-07-05 | 3 | -1/+43 |
|\ \
| |/
|/| |
|
| * | Compare sources using source's root | Nick LaMuro | 2017-06-29 | 3 | -1/+43 |
* | | Auto merge of #5818 - bundler:seg-bundler-2-specific-platform, r=indirect | The Bundler Bot | 2017-07-05 | 21 | -94/+142 |
|\ \ |
|
| * | | [Definition] Only sort platforms once in expand_dependenciesseg-bundler-2-specific-platform | Samuel Giddins | 2017-07-05 | 2 | -9/+8 |
| * | | Update specs for the specific platform being added to the lockfile | Samuel Giddins | 2017-07-05 | 14 | -80/+115 |
| * | | Update specs that simulate 2.0 lockfiles to include the specific platform | Samuel Giddins | 2017-07-05 | 1 | -0/+2 |
| * | | Enable specific_platform by default on 2.0 | Samuel Giddins | 2017-07-05 | 7 | -7/+19 |
|/ / |
|
* | | Auto merge of #5819 - bundler:seg-full-index-invalid-deps, r=indirect | The Bundler Bot | 2017-07-05 | 2 | -1/+33 |
|\ \ |
|
| * | | [RemoteSpecification] Fail gracefully when deps is an array of array of strin...seg-full-index-invalid-deps | Samuel Giddins | 2017-07-04 | 2 | -1/+33 |
* | | | Auto merge of #5798 - bundler:seg-new-cache-is-package, r=indirect | The Bundler Bot | 2017-07-05 | 5 | -8/+24 |
|\ \ \ |
|
| * | | | Use the Package command for `bundle cache` on Bundler 2seg-new-cache-is-package | Samuel Giddins | 2017-07-03 | 5 | -8/+24 |
| |/ / |
|
* | | | Auto merge of #5829 - bundler:colby/vcr-cassettes-illegal-path-chars, r=segid... | The Bundler Bot | 2017-07-05 | 3 | -1/+1 |
|\ \ \ |
|
| * | | | remove forbidden chars in cassettes pathnamecolby/vcr-cassettes-illegal-path-chars | Colby Swandale | 2017-07-04 | 3 | -1/+1 |
* | | | | Auto merge of #5790 - bundler:seg-suppress-using-messages, r=indirect | The Bundler Bot | 2017-07-05 | 18 | -37/+69 |
|\ \ \ \ |
|
| * | | | | Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messages | Samuel Giddins | 2017-07-03 | 11 | -36/+21 |
| * | | | | Suppress `Using …` messages during installation when a version has not changed | Samuel Giddins | 2017-07-02 | 8 | -3/+50 |
* | | | | | Auto merge of #5613 - bundler:seg-vendor-fileutils, r=indirect | The Bundler Bot | 2017-07-05 | 14 | -16/+1679 |
|\ \ \ \ \ |
|
| * | | | | | Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutils | Samuel Giddins | 2017-06-28 | 4 | -7/+15 |
| * | | | | | Mock Bundler::FileUtils when necessary | Samuel Giddins | 2017-06-28 | 3 | -7/+7 |
| * | | | | | Use Kernel.require to avoid calling Bundler.require | Samuel Giddins | 2017-06-28 | 1 | -2/+2 |
| * | | | | | Only use vendored fileutils on Ruby 2.4+ | Samuel Giddins | 2017-06-28 | 1 | -1/+6 |
| * | | | | | Vendor fileutils since it is now a gem | Samuel Giddins | 2017-06-28 | 10 | -9/+1659 |
* | | | | | | Auto merge of #5832 - bundler:seg-extract-lockfile-generation, r=colby-swandale | The Bundler Bot | 2017-07-05 | 2 | -45/+96 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Extract lockfile generation into a new classseg-extract-lockfile-generation | Samuel Giddins | 2017-07-01 | 2 | -45/+96 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #5793 - bundler:seg-deprecate-console, r=indirect | The Bundler Bot | 2017-07-03 | 6 | -7/+11 |
|\ \ \ \ \ |
|
| * | | | | | Remove the console command in Bundler 2.0seg-deprecate-console | Samuel Giddins | 2017-07-02 | 6 | -7/+11 |
| |/ / / / |
|
* | | | | | Auto merge of #5833 - bundler:seg-bundle-binstub, r=colby-swandale | The Bundler Bot | 2017-07-03 | 3 | -2/+10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add a bin/bundle binstubseg-bundle-binstub | Samuel Giddins | 2017-07-02 | 3 | -2/+10 |
|/ / / / |
|
* | | | | Auto merge of #5827 - greysteil:fix-typo, r=colby-swandale | The Bundler Bot | 2017-06-29 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix typo in pull request template | Grey Baker | 2017-06-29 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Auto merge of #5820 - bundler:seg-no-default-git-sources, r=indirect | The Bundler Bot | 2017-06-28 | 5 | -2/+27 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [DSL] Remove default git sources on 2.0seg-no-default-git-sources | Samuel Giddins | 2017-06-28 | 5 | -2/+27 |
|/ / / |
|
* | | | Auto merge of #5823 - gxespino:small-doc-fixes, r=colby-swandale | The Bundler Bot | 2017-06-28 | 5 | -6/+6 |
|\ \ \ |
|
| * | | | Small documentation fixes for spelling and grammar | Glenn Espinosa | 2017-06-27 | 5 | -6/+6 |
* | | | | Auto merge of #5792 - bundler:seg-remove-rubygems-aggregate, r=segiddins | The Bundler Bot | 2017-06-27 | 48 | -339/+2651 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | More bundler 2 spec fixesseg-remove-rubygems-aggregate | Samuel Giddins | 2017-06-27 | 15 | -44/+349 |
| * | | | Only limit to 25 failures on CI | Samuel Giddins | 2017-06-23 | 1 | -1/+1 |
| * | | | Fix plugin installation when the plugin depends upon Bundler | Samuel Giddins | 2017-06-23 | 3 | -3/+7 |
| * | | | Always serve the Bundler gemspec from the metadata source | Samuel Giddins | 2017-06-23 | 3 | -40/+32 |
| * | | | Get the Bundler 2 specs passing with transitive source pinning | Samuel Giddins | 2017-06-23 | 26 | -144/+1818 |
| * | | | Fix plugin sources | Samuel Giddins | 2017-06-23 | 1 | -0/+7 |
| * | | | Error if lockfile_uses_separate_rubygems_sources is set without disable_multi... | Samuel Giddins | 2017-06-23 | 3 | -5/+14 |
| * | | | Consolidate the double-checking logic | Samuel Giddins | 2017-06-23 | 2 | -50/+14 |
| * | | | Avoid fetching the full index to get all dependency names | Samuel Giddins | 2017-06-23 | 3 | -2/+42 |