| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that diff/lcs is loaded in the specsseg-load-path-gem-plugins | Samuel Giddins | 2017-06-14 | 1 | -1/+6 |
* | [RubyGemsIntegration] Implement #matches_for_glob for RG < 1.8 | Samuel Giddins | 2017-06-14 | 2 | -1/+9 |
* | [Installer] Load plugin files from path gems | Samuel Giddins | 2017-06-14 | 2 | -1/+19 |
* | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keys | Samuel Giddins | 2017-06-13 | 7 | -22/+48 |
* | Auto merge of #5704 - bundler:colby/init-new-gemfile-format, r=segiddins | The Bundler Bot | 2017-06-13 | 4 | -7/+20 |
|\ |
|
| * | fix the order of the boolean setting keyscolby/init-new-gemfile-format | Colby Swandale | 2017-06-06 | 1 | -2/+2 |
| * | rename feature flag to `init_gems_rb` and PR feedback | Colby Swandale | 2017-06-05 | 3 | -5/+5 |
| * | generate gems.rb in bundle init with feature flag | Colby Swandale | 2017-06-04 | 4 | -6/+19 |
* | | Auto merge of #5703 - bundler:seg-environment-shebang-mismatch, r=indirect | The Bundler Bot | 2017-06-12 | 1 | -19/+44 |
|\ \ |
|
| * | | [Env] Extract table formatting into a methodseg-environment-shebang-mismatch | Samuel Giddins | 2017-06-12 | 1 | -8/+14 |
| * | | [Env] Refactor to ensure the environment is always properly aligned | Samuel Giddins | 2017-06-12 | 1 | -23/+34 |
| * | | [Env] Print shebang when it doesnt match Gem.ruby | Samuel Giddins | 2017-06-12 | 1 | -0/+8 |
* | | | Auto merge of #5713 - bundler:seg-viz-other-gem, r=indirect | The Bundler Bot | 2017-06-12 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | [Viz] Work correctly when another gem with a graphviz file is presentseg-viz-other-gem | Samuel Giddins | 2017-06-12 | 1 | -0/+3 |
* | | | [SpecSet] Sort by name in #tsort | Samuel Giddins | 2017-06-06 | 1 | -1/+2 |
|/ / |
|
* | | Merge tag 'v1.15.1' | Samuel Giddins | 2017-06-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Version 1.15.1 with changelogv1.15.1 | Samuel Giddins | 2017-06-02 | 1 | -1/+1 |
| * | Auto merge of #5694 - bundler:seg-lock-update-missing, r=colby-swandale | The Bundler Bot | 2017-06-01 | 3 | -7/+12 |
| * | Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddins | The Bundler Bot | 2017-06-01 | 1 | -1/+3 |
| * | Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddins | The Bundler Bot | 2017-06-01 | 2 | -2/+2 |
| * | Auto merge of #5679 - bundler:seg-env-no-settings, r=indirect | The Bundler Bot | 2017-06-01 | 1 | -6/+8 |
| * | Auto merge of #5673 - bundler:seg-force-submodule-deinit, r=indirect | The Bundler Bot | 2017-06-01 | 1 | -1/+1 |
* | | [CLI::Common] Extract update lockfile checking logicseg-lock-update-missing | Samuel Giddins | 2017-06-01 | 3 | -12/+9 |
* | | [CLI::Lock] Fail gracefully when updating a missing gem | Samuel Giddins | 2017-06-01 | 1 | -1/+9 |
* | | Auto merge of #5690 - bundler:colby/bundler-init-invalid-gemspec, r=segiddins | The Bundler Bot | 2017-06-01 | 1 | -1/+3 |
|\ \ |
|
| * | | use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspec | Colby Swandale | 2017-06-01 | 1 | -5/+1 |
| * | | handle invalid gemspec and add specs for untested behaviour in bundle init --... | Colby Swandale | 2017-06-01 | 1 | -0/+6 |
* | | | Auto merge of #5680 - bundler:seg-git-force-no-git-ops, r=segiddins | The Bundler Bot | 2017-06-01 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Add specs for install --force with git specsseg-git-force-no-git-ops | Samuel Giddins | 2017-05-29 | 1 | -1/+1 |
| * | | | [GitProxy] Don't declare Git as a subclass twice | Samuel Giddins | 2017-05-29 | 1 | -1/+1 |
* | | | | List the remote host correctly in rake task desc. | Michael Deering | 2017-05-31 | 1 | -7/+11 |
| |/ /
|/| | |
|
* | | | Auto merge of #5635 - koic:tweak_newgem_template_for_rspec, r=indirect | The Bundler Bot | 2017-05-30 | 2 | -2/+1 |
|\ \ \ |
|
| * | | | Tweak a newgem template for RSpec | Koichi ITO | 2017-05-03 | 2 | -2/+1 |
* | | | | Auto merge of #5679 - bundler:seg-env-no-settings, r=indirect | The Bundler Bot | 2017-05-29 | 1 | -6/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [Env] Print well-formed markdown when there are no settingsseg-env-no-settings | Samuel Giddins | 2017-05-25 | 1 | -6/+8 |
* | | | | [RuboCop] Enable Style/PercentLiteralDelimiters | Koichi ITO | 2017-05-28 | 16 | -37/+37 |
* | | | | Auto merge of #5665 - bundler:colby/stderr-feature, r=indirect | The Bundler Bot | 2017-05-27 | 3 | -2/+11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | remove colors if printing errors to stderr without a tty available | Colby Swandale | 2017-05-23 | 1 | -1/+3 |
| * | | | fix newline not being added correctly when printing to stderr | Colby Swandale | 2017-05-21 | 1 | -0/+3 |
| * | | | stderr feature flag is notw error_on_stderr | Colby Swandale | 2017-05-17 | 3 | -3/+3 |
| * | | | fix not checking error level before printing to stderr | Colby Swandale | 2017-05-17 | 1 | -1/+2 |
| * | | | add print error to stderr feature | Colby Swandale | 2017-05-16 | 3 | -0/+3 |
* | | | | [GitProxy] Force deinitializing submodulesseg-force-submodule-deinit | Samuel Giddins | 2017-05-23 | 1 | -1/+1 |
* | | | | Merge tag 'v1.15.0' | Samuel Giddins | 2017-05-19 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Version 1.15.0 with changelogv1.15.0 | Samuel Giddins | 2017-05-19 | 1 | -1/+1 |
* | | | Merge tag 'v1.15.0.pre.4' | Samuel Giddins | 2017-05-10 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Version 1.15.0.pre.4 with changelogv1.15.0.pre.4 | Samuel Giddins | 2017-05-10 | 1 | -1/+1 |
| * | | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirect | The Bundler Bot | 2017-05-10 | 1 | -0/+4 |
| * | | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddins | The Bundler Bot | 2017-05-10 | 1 | -0/+1 |
* | | | Auto merge of #5650 - bundler:seg-mirror-file-uri-case, r=indirect | The Bundler Bot | 2017-05-10 | 2 | -3/+4 |
|\ \ \ |
|