summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix gem helper spec when running with rake 10.5seg-simulate-jruby-rubby-2.3Samuel Giddins2016-01-251-1/+1
* [Hax] Support simulating jruby on MRI 2.3Samuel Giddins2016-01-251-0/+11
* Auto merge of #4233 - RochesterinNYC:add-unit-tests-certificate-manager, r=se...Homu2016-01-251-0/+134
|\
| * Add unit tests for `Bundler::SSLCerts::CertificateManager`James Wen2016-01-241-0/+134
|/
* Auto merge of #4227 - RochesterinNYC:add-unit-tests-for-bundler-fetcher-depen...Homu2016-01-242-13/+360
|\
| * Refactor and add unit test coverage for `Bundler::Fetcher::Dependency`James Wen2016-01-232-13/+360
* | Auto merge of #4225 - christhekeele:bundle-gem-with-exe, r=indirectHomu2016-01-244-9/+25
|\ \
| * | Use '--exe' option name in addition to '--bin' as primary option name.Chris Keele2016-01-224-9/+25
| |/
* | Auto merge of #4224 - bundler:seg-code-climate, r=indirectHomu2016-01-245-14/+46
|\ \
| * | Setup CodeClimateseg-code-climateSamuel Giddins2016-01-225-14/+46
| |/
* | Auto merge of #4228 - RochesterinNYC:add-unit-tests-for-fetcher-base, r=segid...Homu2016-01-241-0/+78
|\ \ | |/ |/|
| * Add unit tests for abstract `Bundler::Fetcher::Base` classJames Wen2016-01-231-0/+78
|/
* Auto merge of #4223 - RochesterinNYC:expand-unit-test-coverage-for-fetcher-in...Homu2016-01-211-12/+97
|\
| * Complete unit test coverage for `Bundler::Fetcher::Index`James Wen2016-01-211-12/+97
* | Auto merge of #4210 - bundler:test-4147, r=segiddinsHomu2016-01-211-0/+24
|\ \
| * | add spec verifying that #4147 is fixedtest-4147Andre Arko2016-01-211-0/+24
|/ /
* | Auto merge of #4221 - vassilevsky:boolean-disable_shared_gems, r=segiddinsHomu2016-01-213-3/+5
|\ \ | |/ |/|
| * Add disable_shared_gems to the list of boolean settingsIlya Vassilevsky2016-01-211-1/+1
| * Remove double negationIlya Vassilevsky2016-01-211-1/+1
| * Booleanize the disable_shared_gems optionIlya Vassilevsky2016-01-212-2/+4
|/
* Auto merge of #4219 - RochesterinNYC:add-unit-tests-for-remote-specification,...Homu2016-01-201-9/+114
|\
| * Complete unit test coverage for `Bundler::RemoteSpecification`James Wen2016-01-201-9/+114
|/
* Auto merge of #4216 - RochesterinNYC:add-unit-tests-for-bundler-source, r=seg...Homu2016-01-191-0/+118
|\
| * Add unit tests for `Bundler::Source`James Wen2016-01-191-0/+118
* | Auto merge of #4215 - hughbien:redirect-timeout-docs, r=indirectHomu2016-01-171-0/+6
|\ \ | |/ |/|
| * Add docs for retry, redirect, and timeout configs.Hugh Bien2016-01-141-0/+6
* | Auto merge of #4209 - RochesterinNYC:refactor-ruby-version-add-unit-tests, r=...Homu2016-01-168-161/+352
|\ \
| * | Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-147-128/+128
| * | Remove `Bundler::SystemRubyVersion`James Wen2016-01-144-171/+118
| * | Remove `Bundler::RubyVersionRequirement`James Wen2016-01-116-193/+158
| * | Add extensive unit test coverage for `lib/bundler/ruby_version.rb`James Wen2016-01-112-54/+364
| * | Make `Bundler::RubyVersionRequirement` inherit from `Bundler::RubyVersion`James Wen2016-01-111-39/+8
* | | Auto merge of #4143 - deepj:string-frozen-literal, r=indirectHomu2016-01-1510-12/+23
|\ \ \ | |_|/ |/| |
| * | Enable frozen_string_literal on Travisdeepj2015-12-161-0/+5
| * | [RuboCop] Disable Style/EmptyLiteraldeepj2015-12-161-0/+4
| * | Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-168-12/+14
* | | Merge pull request #4214 from agis-/issue-4056André Arko2016-01-132-1/+26
|\ \ \
| * | | Uncolored output in GitProxy#branchAgis Anastasopoulos2016-01-142-1/+26
|/ / /
* | | Auto merge of #4208 - RochesterinNYC:finish-adding-unit-tests-for-shared-help...Homu2016-01-102-5/+138
|\ \ \ | | |/ | |/|
| * | Add unit tests for `Bundler::SharedHelpers#with_clean_git_env`James Wen2016-01-102-5/+54
| * | Add unit tests for `Bundler::SharedHelpers` public methods `#chdir` and `#pwd`James Wen2016-01-101-0/+22
| * | Add unit tests for `Bundler::SharedHelpers#in_bundle?`James Wen2016-01-101-0/+41
| * | Add unit tests for `Bundler::SharedHelpers#filesystem_access`James Wen2016-01-101-0/+21
* | | Auto merge of #4207 - RochesterinNYC:separate-concerns-in-set_bundle_environm...Homu2016-01-103-16/+125
|\ \ \ | |/ /
| * | Separate concerns of `Bundler::SharedHelpers#set_bundle_environment`James Wen2016-01-093-16/+125
|/ /
* | Auto merge of #4202 - RochesterinNYC:add-unit-tests-for-shared-helpers, r=ind...Homu2016-01-081-10/+76
|\ \
| * | Refactor `Bundler::SharedHelpers` module unit tests to use said module as sub...James Wen2016-01-081-18/+13
| * | Add unit tests for `Bundler::SharedHelpers#default_bundle_dir`James Wen2016-01-081-1/+29
| * | Add unit tests for `Bundler::SharedHelpers#default_lockfile`James Wen2016-01-081-0/+24
| * | Refactor and move `TargetNamespace` module for testing `Bundler::SharedHelper...James Wen2016-01-081-4/+3