| Commit message (Expand) | Author | Age | Files | Lines |
* | [RuboCop] Update to 0.37.0seg-rubocop-0.37 | Samuel Giddins | 2016-02-05 | 1 | -1/+1 |
* | Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddins | Homu | 2016-02-04 | 1 | -0/+30 |
|\ |
|
| * | Make standalone bin load path relative to Bundler.root rather than CWD. | Glenn Pratt | 2016-02-03 | 1 | -0/+30 |
* | | Auto merge of #4257 - bundler:seg-ruby-version-fixes, r=indirect | Homu | 2016-02-03 | 3 | -18/+242 |
|\ \ |
|
| * | | Fix ruby dsl spec for 1.8.7 | Samuel Giddins | 2016-02-01 | 1 | -1/+2 |
| * | | [RuboCop] Fix offenses | Samuel Giddins | 2016-02-01 | 1 | -0/+1 |
| * | | [Platform] Add spec for --ruby with multiple requirements | Samuel Giddins | 2016-02-01 | 1 | -0/+9 |
| * | | [RubyVersion] Add specs for multiple requirements | Samuel Giddins | 2016-02-01 | 1 | -0/+77 |
| * | | [RubyVersion] Support compound requirements | Samuel Giddins | 2016-02-01 | 2 | -16/+32 |
| * | | Gem::Requirement::BadRequirementError doesnt exist on old RubyGems, just use ... | Samuel Giddins | 2016-02-01 | 1 | -1/+1 |
| * | | Add specs for bundle platform --ruby with version requirements | Samuel Giddins | 2016-02-01 | 1 | -1/+34 |
| * | | [RubyVersion] Add specs for versions with requirements | Samuel Giddins | 2016-02-01 | 2 | -5/+92 |
* | | | Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddins | Homu | 2016-02-03 | 1 | -0/+46 |
|\ \ \
| |/ /
|/| | |
|
| * | | more hashrocket fixes | Lamont Granquist | 2016-02-01 | 1 | -2/+2 |
| * | | Fixes per code review | Lamont Granquist | 2016-02-01 | 1 | -0/+28 |
| * | | ruby 1.8.7 fix | Lamont Granquist | 2016-01-29 | 1 | -1/+1 |
| * | | use options hash to pass options instead | Lamont Granquist | 2016-01-29 | 1 | -1/+1 |
| * | | Allow passing UI object into bundler/inline | Lamont Granquist | 2016-01-27 | 1 | -0/+18 |
* | | | Auto merge of #4263 - RochesterinNYC:add-unit-test-path-preserver, r=segiddins | Homu | 2016-02-02 | 1 | -0/+54 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add unit tests for `Bundler::PathPreserver` module | James Wen | 2016-02-01 | 1 | -0/+54 |
* | | | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 153 | -14/+166 |
* | | | [RuboCop] Fix Style/MutableConstant | Samuel Giddins | 2016-01-31 | 5 | -22/+21 |
* | | | [RuboCop] Address Style/GuardClause | Samuel Giddins | 2016-01-31 | 3 | -29/+23 |
|/ / |
|
* | | Fix spec for git not being on PATH | Samuel Giddins | 2016-01-31 | 1 | -1/+1 |
* | | Preserve PATH in with_clean_env | Samuel Giddins | 2016-01-31 | 1 | -0/+15 |
* | | Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp... | Homu | 2016-01-31 | 3 | -3/+35 |
|\ \ |
|
| * | | Change behavior and improve clarity of error messages when local gems have in... | James Wen | 2016-01-30 | 3 | -3/+35 |
| |/ |
|
* | | Auto merge of #4249 - cirdes:outdated-semantic, r=indirect | Homu | 2016-01-31 | 1 | -0/+55 |
|\ \ |
|
| * | | bundle outdated with major and minor options | Cirdes Henrique | 2016-01-29 | 1 | -0/+55 |
* | | | Auto merge of #4244 - dtognazzini:fix-path-to-gemfile, r=indirect | Homu | 2016-01-31 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Forwarding root path to Source::Path from Dsl. | Donnie Tognazzini | 2016-01-27 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Auto merge of #4229 - RochesterinNYC:configure-code-climate-exclusions, r=seg... | Homu | 2016-01-29 | 1 | -0/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Configure excluded directories for codeclimate and simplecov test coverage | James Wen | 2016-01-25 | 1 | -0/+13 |
* | | | Backfill unit tests for `Bundler::Fetcher::Downloader` | James Wen | 2016-01-25 | 1 | -0/+229 |
* | | | Auto merge of #3556 - bundler:seg-new-index-fetchers, r=segiddins | Homu | 2016-01-26 | 27 | -117/+1133 |
|\ \ \ |
|
| * | | | Dont directly require vendored code in the quality specseg-new-index-fetchers | Samuel Giddins | 2016-01-25 | 1 | -1/+1 |
| * | | | Update dependency fetcher specs for refactoring | Samuel Giddins | 2016-01-25 | 2 | -73/+65 |
| * | | | Ensure there are no warnings in all files | Samuel Giddins | 2016-01-25 | 1 | -9/+16 |
| * | | | [Fetcher::Base] Update specs for api_available? -> available? | Samuel Giddins | 2016-01-25 | 1 | -4/+2 |
| * | | | Add bang versions of the spec helpers | Samuel Giddins | 2016-01-25 | 3 | -37/+54 |
| * | | | Remove unused method on spec double in fetcher specs | Samuel Giddins | 2016-01-25 | 1 | -2/+1 |
| * | | | Refactor cache slug logic into the Remote | Samuel Giddins | 2016-01-25 | 2 | -21/+24 |
| * | | | [CompactIndex] Use the cache_uri for the cache path | Samuel Giddins | 2016-01-25 | 1 | -0/+7 |
| * | | | [Remote] Add the concept of a cache_uri | Samuel Giddins | 2016-01-25 | 2 | -1/+32 |
| * | | | where did that puts out come from | Andre Arko | 2016-01-25 | 1 | -2/+1 |
| * | | | Pathname#path needs to be to_s here as well | Andre Arko | 2016-01-25 | 1 | -1/+1 |
| * | | | Pathname#to_path doesn’t exist on 1.8.7, so to_s | Andre Arko | 2016-01-25 | 1 | -1/+1 |
| * | | | [rubocop] style, style, style :nail_care: | Andre Arko | 2016-01-25 | 2 | -4/+4 |
| * | | | update extra_api artifice for structs | Andre Arko | 2016-01-25 | 1 | -4/+3 |
| * | | | rewrite compact index artifice for 0.9.3 structs | Andre Arko | 2016-01-25 | 1 | -17/+17 |