summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Travis] Test against RubyGems 2.6.1seg-rubygems-2.6.1Samuel Giddins2016-02-282-3/+3
* Auto merge of #4324 - RochesterinNYC:allow-bundler-ruby-version-neg-1-patchle...Homu2016-02-282-0/+25
|\
| * Allow `Bundler::RubyVersion` to handle `RUBY_PATCHLEVEL` of -1James Wen2016-02-272-0/+25
|/
* Auto merge of #4304 - mobilutz:master, r=indirectHomu2016-02-273-6/+43
|\
| * locally rubocop is happy now :)Lutz Lengemann2016-02-261-2/+1
| * further rubocopLutz Lengemann2016-02-251-1/+1
| * fix rubocopLutz Lengemann2016-02-251-1/+1
| * added specsLutz Lengemann2016-02-241-0/+35
| * Change `without` handling so `bundle install` wayLutz Lengemann2016-02-181-2/+4
| * Call viz with dupped options so they can be editedLutz Lengemann2016-02-181-1/+1
| * Change help display for vizLutz Lengemann2016-02-181-5/+5
| * Option without can have multiple value.Lutz Lengemann2016-02-161-1/+2
* | Merge tag 'v1.12.0.pre.2'Samuel Giddins2016-02-262-1/+28
|\ \
| * | Update changelog for 1.12.0.pre.2v1.12.0.pre.2Samuel Giddins2016-02-262-1/+28
|/ /
* | Auto merge of #4322 - bundler:seg-rubygems-2.6.0, r=indirectHomu2016-02-262-3/+3
|\ \
| * | [Travis] Test against RubyGems 2.6.0seg-rubygems-2.6.0Samuel Giddins2016-02-252-3/+3
|/ /
* | Auto merge of #4320 - bundler:seg-with-rubygems, r=segiddinsHomu2016-02-254-9/+48
|\ \
| * | [with_rubygems] Ensure exec is always called to fix use in the binstubsseg-with-rubygemsSamuel Giddins2016-02-241-3/+7
| * | Add helper script for running with particular rubygems versionsSamuel Giddins2016-02-244-9/+44
* | | Auto merge of #4308 - bundler:seg-bundle-no-install, r=indirectHomu2016-02-253-1/+17
|\ \ \
| * | | [CLI] Ensure `bundle install` will always installseg-bundle-no-installSamuel Giddins2016-02-172-1/+5
| * | | add test for bundle install after packageChulki Lee2016-02-171-0/+12
* | | | Auto merge of #4271 - bundler:seg-load-exec, r=indirectHomu2016-02-252-11/+135
|\ \ \ \
| * | | | [Exec] Fix loading on 1.8.7seg-load-execSamuel Giddins2016-02-232-3/+6
| * | | | [Exec] Add specs for loading an executableSamuel Giddins2016-02-221-0/+85
| * | | | [Exec] Improve performance when checking for a ruby shebangSamuel Giddins2016-02-221-2/+6
| * | | | [Exec] Filter bundler code from backtrace when load failsSamuel Giddins2016-02-221-1/+2
| * | | | [Exec] Set $0 when loadingSamuel Giddins2016-02-221-0/+1
| * | | | [Exec] Ensure failure loading is printed to STDERRSamuel Giddins2016-02-221-2/+1
| * | | | [Exec] Load instead of exec-ingSamuel Giddins2016-02-221-11/+42
* | | | | Auto merge of #4272 - bundler:git-extension-rebuild, r=segiddinsHomu2016-02-2510-45/+136
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Ensure loaded_from is always set to a stringgit-extension-rebuildSamuel Giddins2016-02-242-2/+2
| * | | | Update validation specs for old rubygemsSamuel Giddins2016-02-242-25/+51
| * | | | Scope git extension rebuild spec to RubyGems >= 2.3.0Samuel Giddins2016-02-231-1/+1
| * | | | Ensure rubygems functionality is done in rubygemsintegrationSamuel Giddins2016-02-233-2/+11
| * | | | [RubyGemsIntegration] Reduce code duplication for #validateSamuel Giddins2016-02-231-7/+1
| * | | | Fix bundle package spec to ensure gemspec is validSamuel Giddins2016-02-231-2/+4
| * | | | [Path] Set spec installed_by_version so RubyGems will know it has an extensio...Samuel Giddins2016-02-232-2/+5
| * | | | Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-234-10/+15
| * | | | Appease our robotic overlordAndre Medeiros2016-02-231-2/+2
| * | | | don’t rebuild already-built git gem extensionsAndre Arko2016-02-232-2/+10
| * | | | wait to validate so git gems always have sourcesAndre Arko2016-02-231-1/+4
| * | | | use our own ivar to memoizeAndre Arko2016-02-231-1/+1
| * | | | test that git extensions are not rebuiltScott Francis2016-02-231-0/+41
* | | | | Auto merge of #4262 - RochesterinNYC:improved-error-message-when-different-pl...Homu2016-02-243-6/+60
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add integration spec for multiple versions and diff platform in gemspecJames Wen2016-02-223-2/+28
| * | | | Add platform info to error message for different platform in gemspec than Gem...James Wen2016-02-223-5/+33
* | | | | Auto merge of #4315 - RochesterinNYC:support-frozen-flag-for-bundle-package, ...Homu2016-02-232-0/+29
|\ \ \ \ \
| * | | | | Add `--frozen` flag support for `bundle package`James Wen2016-02-212-0/+29
| |/ / / /
* | | | | Auto merge of #4303 - njam:original_env, r=segiddinsHomu2016-02-232-93/+101
|\ \ \ \ \ | |_|/ / / |/| | | |