summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-051-1/+1
* Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddinsHomu2016-02-041-0/+30
|\
| * Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-031-0/+30
* | Auto merge of #4257 - bundler:seg-ruby-version-fixes, r=indirectHomu2016-02-033-18/+242
|\ \
| * | Fix ruby dsl spec for 1.8.7Samuel Giddins2016-02-011-1/+2
| * | [RuboCop] Fix offensesSamuel Giddins2016-02-011-0/+1
| * | [Platform] Add spec for --ruby with multiple requirementsSamuel Giddins2016-02-011-0/+9
| * | [RubyVersion] Add specs for multiple requirementsSamuel Giddins2016-02-011-0/+77
| * | [RubyVersion] Support compound requirementsSamuel Giddins2016-02-012-16/+32
| * | Gem::Requirement::BadRequirementError doesnt exist on old RubyGems, just use ...Samuel Giddins2016-02-011-1/+1
| * | Add specs for bundle platform --ruby with version requirementsSamuel Giddins2016-02-011-1/+34
| * | [RubyVersion] Add specs for versions with requirementsSamuel Giddins2016-02-012-5/+92
* | | Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddinsHomu2016-02-031-0/+46
|\ \ \ | |/ / |/| |
| * | more hashrocket fixesLamont Granquist2016-02-011-2/+2
| * | Fixes per code reviewLamont Granquist2016-02-011-0/+28
| * | ruby 1.8.7 fixLamont Granquist2016-01-291-1/+1
| * | use options hash to pass options insteadLamont Granquist2016-01-291-1/+1
| * | Allow passing UI object into bundler/inlineLamont Granquist2016-01-271-0/+18
* | | Auto merge of #4263 - RochesterinNYC:add-unit-test-path-preserver, r=segiddinsHomu2016-02-021-0/+54
|\ \ \ | |_|/ |/| |
| * | Add unit tests for `Bundler::PathPreserver` moduleJames Wen2016-02-011-0/+54
* | | Compatibility with frozen string literalsSamuel Giddins2016-01-31153-14/+166
* | | [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-315-22/+21
* | | [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-313-29/+23
|/ /
* | Fix spec for git not being on PATHSamuel Giddins2016-01-311-1/+1
* | Preserve PATH in with_clean_envSamuel Giddins2016-01-311-0/+15
* | Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp...Homu2016-01-313-3/+35
|\ \
| * | Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-303-3/+35
| |/
* | Auto merge of #4249 - cirdes:outdated-semantic, r=indirectHomu2016-01-311-0/+55
|\ \
| * | bundle outdated with major and minor optionsCirdes Henrique2016-01-291-0/+55
* | | Auto merge of #4244 - dtognazzini:fix-path-to-gemfile, r=indirectHomu2016-01-311-0/+1
|\ \ \
| * | | Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-0/+1
| | |/ | |/|
* | | Auto merge of #4229 - RochesterinNYC:configure-code-climate-exclusions, r=seg...Homu2016-01-291-0/+13
|\ \ \ | |/ / |/| |
| * | Configure excluded directories for codeclimate and simplecov test coverageJames Wen2016-01-251-0/+13
* | | Backfill unit tests for `Bundler::Fetcher::Downloader`James Wen2016-01-251-0/+229
* | | Auto merge of #3556 - bundler:seg-new-index-fetchers, r=segiddinsHomu2016-01-2627-117/+1133
|\ \ \
| * | | Dont directly require vendored code in the quality specseg-new-index-fetchersSamuel Giddins2016-01-251-1/+1
| * | | Update dependency fetcher specs for refactoringSamuel Giddins2016-01-252-73/+65
| * | | Ensure there are no warnings in all filesSamuel Giddins2016-01-251-9/+16
| * | | [Fetcher::Base] Update specs for api_available? -> available?Samuel Giddins2016-01-251-4/+2
| * | | Add bang versions of the spec helpersSamuel Giddins2016-01-253-37/+54
| * | | Remove unused method on spec double in fetcher specsSamuel Giddins2016-01-251-2/+1
| * | | Refactor cache slug logic into the RemoteSamuel Giddins2016-01-252-21/+24
| * | | [CompactIndex] Use the cache_uri for the cache pathSamuel Giddins2016-01-251-0/+7
| * | | [Remote] Add the concept of a cache_uriSamuel Giddins2016-01-252-1/+32
| * | | where did that puts out come fromAndre Arko2016-01-251-2/+1
| * | | Pathname#path needs to be to_s here as wellAndre Arko2016-01-251-1/+1
| * | | Pathname#to_path doesn’t exist on 1.8.7, so to_sAndre Arko2016-01-251-1/+1
| * | | [rubocop] style, style, style :nail_care:Andre Arko2016-01-252-4/+4
| * | | update extra_api artifice for structsAndre Arko2016-01-251-4/+3
| * | | rewrite compact index artifice for 0.9.3 structsAndre Arko2016-01-251-17/+17