summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Feature-flag the postit trampoline, disabled by defaultseg-feature-flag-trampolineSamuel Giddins2016-07-272-47/+51
* Auto merge of #4811 - NickLaMuro:dots_for_compact_index_logger, r=segiddinsHomu2016-07-266-14/+77
|\
| * Removes extra if in Bundler::Retry interpolationNick LaMuro2016-07-251-1/+1
| * Update Bundler::Retry newlinesNick LaMuro2016-07-252-1/+35
| * Update CompactIndex to use log_specsNick LaMuro2016-07-252-1/+31
| * Move Bundler::Fetcher::Dependency#log_specs to BaseNick LaMuro2016-07-252-12/+11
* | Auto merge of #4810 - NickLaMuro:fix_git_version_for_apple_git, r=segiddinsHomu2016-07-265-3/+102
|\ \
| * | Use .full_version in Bundler::EnvNick LaMuro2016-07-252-2/+13
| * | Add Bundler::Source::Git::GitProxy#full_versionNick LaMuro2016-07-252-0/+39
| * | Removes OSX/msysgit strings from git versionNick LaMuro2016-07-252-1/+48
| * | Find git version in spec helper with git_proxyNick LaMuro2016-07-251-1/+3
| |/
* | Auto merge of #4808 - NickLaMuro:add_url_for_debug_http_response, r=segiddinsHomu2016-07-262-2/+2
|\ \
| * | Add URI to http response output in debug modeNick LaMuro2016-07-252-2/+2
| |/
* | Auto merge of #4800 - bundler:seg-locked-resolve-keep-platforms, r=indirectHomu2016-07-2613-38/+230
|\ \
| * | Use reject! instead of select! for Ruby 1.8.7seg-locked-resolve-keep-platformsSamuel Giddins2016-07-251-1/+1
| * | Update specs for improved gemspec detectionSamuel Giddins2016-07-243-2/+4
| * | [DSL] Add support for multi-platform gems with the `gemspec` methodSamuel Giddins2016-07-223-15/+33
| * | Add install_gemfile! for specsSamuel Giddins2016-07-221-0/+1
| * | [Definition] Converge locked gemspec sources to Source::GemspecSamuel Giddins2016-07-223-10/+27
| * | Fix dev dependencies of gemspec installing on a prior platformSamuel Giddins2016-07-221-1/+1
| * | Make Bundler.locked_gems use the definition when loadedSamuel Giddins2016-07-222-9/+20
| * | Reduce code de-duplication in gemspec specSamuel Giddins2016-07-221-28/+14
| * | Add specs for bundling with locked platform-specific gemspec deps on RUBYSamuel Giddins2016-07-211-0/+146
| * | [Definition] Ensure gemspec dependencies include all lockfile platformsSamuel Giddins2016-07-211-0/+3
| * | [LazySpecification] Avoid hash collisions in #identifierSamuel Giddins2016-07-211-1/+3
| * | [LazySpecification] Add platform in #to_sSamuel Giddins2016-07-211-1/+5
| * | [LockfileParser] Ensure regexp global variables aren’t clobberedSamuel Giddins2016-07-211-2/+4
| |/
* | Auto merge of #4802 - bundler:seg-fix-bundle-help, r=indirectHomu2016-07-262-4/+18
|\ \
| * | Fix bundle --helpseg-fix-bundle-helpSamuel Giddins2016-07-242-4/+18
| |/
* | Auto merge of #4805 - bundler:seg-should-be-installed-source, r=indirectHomu2016-07-264-15/+34
|\ \ | |/ |/|
| * Update a pair of specs to use the new source matchingseg-should-be-installed-sourceSamuel Giddins2016-07-242-4/+5
| * Add support for checking source in should_be_installedSamuel Giddins2016-07-241-9/+18
| * Add a source.rb file by default in the specs to track the source for a gemSamuel Giddins2016-07-241-2/+11
|/
* Auto merge of #4787 - bundler:seg-cleanup, r=indirectHomu2016-07-2135-111/+137
|\
| * [RubyGems] Avoid warning for Installer.new with a pathseg-cleanupSamuel Giddins2016-07-202-1/+7
| * [RuboCop] Update to 0.41.2Samuel Giddins2016-07-2029-79/+107
| * [Helpers] Use capture helper in capture_outputSamuel Giddins2016-07-201-8/+1
| * [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-206-17/+16
| * [Bundler] Sort autoloadsSamuel Giddins2016-07-201-6/+6
* | Auto merge of #4770 - bundler:seg-gem-dep-api-compatibility, r=indirectHomu2016-07-2011-87/+156
|\ \ | |/ |/|
| * Mild 1.8.7 $SAFE=1 compatibilityseg-gem-dep-api-compatibilitySamuel Giddins2016-07-194-9/+10
| * Fix legacy RubyGems compatibilitySamuel Giddins2016-07-192-6/+6
| * [RubygemsIntegration] Move reset and post_reset hooks to instance methodsSamuel Giddins2016-07-192-7/+21
| * [RubygemsIntegration] Only 1.8+ has post_reset hooksSamuel Giddins2016-07-191-1/+1
| * [RubygemsIntegration] Fix <2 compat with returns in redefined methodsSamuel Giddins2016-07-191-3/+5
| * [RubygemsIntegration] Support for old ruby & rubygemsSamuel Giddins2016-07-191-2/+5
| * Fully reset in between each spec runSamuel Giddins2016-07-193-8/+10
| * [RuboCop] Fix offensesSamuel Giddins2016-07-191-1/+1
| * [RubygemsExt] return Source::Installed from #source when appropriateSamuel Giddins2016-07-191-2/+9
| * [Bundler] Make reset! reset more stuffSamuel Giddins2016-07-191-1/+6