summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix precondition negated matchingseg-unhack-vizSamuel Giddins2016-08-022-4/+12
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-0250-397/+398
* [CodeClimate] Ignore RakefileSamuel Giddins2016-08-021-0/+1
* Only expect no gemspec warnings on 2.4+Samuel Giddins2016-08-021-1/+5
* Remove focus from the lockfile specSamuel Giddins2016-08-021-1/+1
* Move the gem_command helper to existing execution infrastructureSamuel Giddins2016-08-024-16/+18
* [Gemspec] Address warning for rdiscount dependencySamuel Giddins2016-08-021-1/+1
* Allow the binstubs to work with multi-part requirementsSamuel Giddins2016-08-023-3/+3
* Change viz spec to plain outputSamuel Giddins2016-08-021-39/+15
* [RuboCop] Fix offensesSamuel Giddins2016-08-023-9/+8
* [Gemspec] Depend upon rspec ~> 3.5Samuel Giddins2016-08-022-3/+2
* Remove tabs from the dot output in the viz specSamuel Giddins2016-08-021-37/+37
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-0253-443/+519
* Add machinery for a matcher having preconditionsSamuel Giddins2016-08-021-10/+54
* [Graph] Remove monkey-patching of Gem::DependencySamuel Giddins2016-08-021-25/+4
* Add viz specs for dot outputSamuel Giddins2016-08-021-4/+70
* Add a matcher for a file have the given contentsSamuel Giddins2016-08-021-3/+11
* Auto merge of #4795 - allenzhao:issue-4771, r=RochesterinNYCHomu2016-08-022-1/+23
|\
| * Add message filter and spec for better search URLZehan Zhao2016-07-292-1/+23
* | Auto merge of #4820 - b-ggs:4752-not-print-version-match, r=RochesterinNYCHomu2016-07-302-0/+8
|\ \
| * | Add positive assertionBoggs2016-07-291-1/+3
| * | Return out of `warn_if_outdated` if installed ver satisfies running verBoggs2016-07-291-0/+1
| * | Add failing specBoggs2016-07-291-1/+6
|/ /
* | Auto merge of #4812 - NickLaMuro:use_api_timeout_for_net_open_timeout, r=indi...Homu2016-07-291-0/+1
|\ \
| * | Add an open_timeout to the fetcher connectionNick LaMuro2016-07-261-0/+1
* | | Auto merge of #4818 - NickLaMuro:better_net_http_reuse_for_compact_index, r=i...Homu2016-07-291-3/+15
|\ \ \
| * | | Allow for Thread reuse for CompactIndex fetcherNick LaMuro2016-07-271-3/+15
* | | | Auto merge of #4822 - bundler:seg-feature-flag-trampoline, r=indirectHomu2016-07-292-47/+51
|\ \ \ \ | |/ / / |/| | |
| * | | 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