summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * [RubygemsIntegration] Add support for reversing hooksSamuel Giddins2016-07-192-61/+79
| * [Definition] Add requires propertySamuel Giddins2016-07-192-2/+19
* | Auto merge of #4740 - bundler:seg-print-command, r=indirectHomu2016-07-203-0/+29
|\ \ | |/ |/|
| * [CLI] Add specs for printing the running commandseg-print-commandSamuel Giddins2016-07-192-0/+14
| * [CLI] Only plint command in verbose or after trampoliningSamuel Giddins2016-07-191-0/+1
| * [CLI] Dont print the command for more commandsSamuel Giddins2016-07-191-1/+1
| * [CLI] Print running commandSamuel Giddins2016-07-191-0/+14
|/
* Auto merge of #4790 - ojab:master, r=segiddinsHomu2016-07-185-9/+12
|\
| * JRuby in 1.8 mode doesn't support Array as first argument for Kernel.execojab2016-07-161-1/+5
| * Add JRuby shebang to ruby_shebang? checkojab2016-07-165-8/+7
* | Auto merge of #4793 - b-ggs:4631-source-pinning, r=segiddinsHomu2016-07-181-0/+17
|\ \ | |/ |/|
| * Add spec for only updating from pinned sourceBoggs2016-07-181-0/+17
|/
* Auto merge of #4779 - chrismo:gvp_refactor, r=indirectHomu2016-07-131-31/+35
|\
| * GemVersionPromoter refactoringschrismo2016-07-111-31/+35
* | Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-1341-152/+440
|\ \
| * | Fix spec for deprecation of bundle consoleseg-1-99-rebaseSamuel Giddins2016-07-051-3/+2
| * | [Matchers] Allow should_be_installed to work with major deprecationsSamuel Giddins2016-07-051-1/+2
| * | Avoid writing .bundle unecessarilySamuel Giddins2016-07-052-5/+8
| * | Clean up outdated deprecation codeSamuel Giddins2016-07-058-96/+35
| * | Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-0510-178/+166