summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Avoid shadowing outer variableaa-missing-specsSamuel Giddins2016-10-141-3/+3
* [Index] Allow pre-release versions when the base is pre-releaseSamuel Giddins2016-10-141-1/+2
* remove extraneous bits, fix gemfilesAndre Arko2016-10-131-6/+1
* add a failing spec for not-found gemsAndre Arko2016-10-131-0/+71
* the fake dependency api should return pre gems tooAndre Arko2016-10-121-1/+5
* include prereleases in the compact indexAndre Arko2016-10-121-2/+4
* Merge tag 'v1.13.3'Samuel Giddins2016-10-102-1/+7
|\
| * Version 1.13.3 with changelogv1.13.3Samuel Giddins2016-10-102-1/+7
| * [CompactIndexClient::Updater] Support weak etagsSamuel Giddins2016-10-101-1/+1
* | Merge tag 'v1.12.6'Samuel Giddins2016-10-102-1/+6
|\ \
| * | Version 1.12.6 with changelogv1.12.61-12-stableSamuel Giddins2016-10-102-1/+6
| * | Fix usage of select...count to use countSamuel Giddins2016-10-101-1/+1
| * | [CompactIndexClient::Updater] Support weak etagsSamuel Giddins2016-10-101-1/+1
* | | Auto merge of #5055 - bundler:seg-sort-dep-api-gem-names, r=segiddinsHomu2016-10-102-3/+3
|\ \ \
| * | | Update the dependency fetcher spec to pass in a flat array of gem namesseg-sort-dep-api-gem-namesSamuel Giddins2016-10-091-2/+2
| * | | [Fetcher::Dependency] Sort gem names in query stringSamuel Giddins2016-10-091-1/+1
* | | | Auto merge of #5070 - bronzdoc:add_platform_to_env, r=segiddinsHomu2016-10-101-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add platform information to envbronzdoc2016-10-091-0/+1
|/ / /
* | | Auto merge of #5064 - bundler:aa-debug-etag-mismatch, r=indirectHomu2016-10-092-14/+17
|\ \ \
| * | | clearer objects, fix fetch_url typoaa-debug-etag-mismatchAndre Arko2016-10-081-4/+7
| * | | change checksum warning to debug printAndre Arko2016-10-071-1/+1
| * | | make lambda an object with explicit attributesAndre Arko2016-10-071-9/+8
| * | | unless var.nil? → if varAndre Arko2016-10-071-2/+2
| * | | begin/end so the indentation matches the endsAndre Arko2016-10-071-1/+2
|/ / /
* | | Auto merge of #4841 - AirRefund:master, r=chrismoHomu2016-10-063-28/+187
|\ \ \
| * | | Better gem outdated list grouped by groups.Guillermo Guerrero2016-10-063-28/+187
|/ / /
* | | Auto merge of #5043 - bundler:aa-use-tmp, r=segiddinsHomu2016-10-052-1/+9
|\ \ \
| * | | spec for tmp change that fails on masteraa-use-tmpAndre Arko2016-10-041-0/+8
| * | | use /tmp for mktmpdirAndre Arko2016-10-031-1/+1
* | | | Auto merge of #5045 - chrismo:lock_conservative_updates, r=indirectHomu2016-10-055-7/+72
|\ \ \ \ | |/ / / |/| | |
| * | | Add conservative update options to bundle lockchrismo2016-10-045-7/+72
|/ / /
* | | Auto merge of #5042 - bundler:remove-permafailing-build, r=indirectHomu2016-10-031-5/+1
|\ \ \
| * | | remove always-failing 1.8.7 buildremove-permafailing-buildAndre Arko2016-10-021-5/+1
* | | | Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirectHomu2016-10-0312-11/+34
|\ \ \ \
| * | | | Rename to force_ruby_platformseg-settings-only-ruby-platformAndre Arko2016-10-025-5/+5
| * | | | Add a spec for only_ruby_platformSamuel Giddins2016-09-273-1/+18
| * | | | Add a setting for forcing only the ruby platformSamuel Giddins2016-09-279-10/+16
* | | | | Auto merge of #5010 - aycabta:use-require-instead-of-autoload-for-plugin-api,...Homu2016-10-032-2/+2
|\ \ \ \ \
| * | | | | Use `require` instead of `autoload` for bundler/plugin/apiCode Ass2016-09-162-2/+2
* | | | | | Auto merge of #4954 - bundler:seg-load-gem-plugins-on-install, r=indirectHomu2016-10-034-6/+5
|\ \ \ \ \ \
| * | | | | | [Installer] Load gem plugins when installingseg-load-gem-plugins-on-installSamuel Giddins2016-09-074-6/+5
* | | | | | | Auto merge of #5036 - bundler:seg-specs-no-spaces, r=indirectHomu2016-10-031-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fail fast in the specs when running from a path with special charactersseg-specs-no-spacesSamuel Giddins2016-09-301-0/+4
* | | | | | | Auto merge of #5035 - bundler:1_13_2_changelog_edit, r=indirectHomu2016-10-011-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Change changelog on #49741_13_2_changelog_editchrismo2016-09-301-1/+1
|/ / / / / /
* | | | | | Merge tag 'v1.13.2'Samuel Giddins2016-09-302-1/+17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Version 1.13.2 with changelogv1.13.2Samuel Giddins2016-09-302-1/+17
| * | | | | Auto merge of #4990 - bundler:seg-realworld-flex, r=segiddinsHomu2016-09-301-2/+10
| * | | | | Auto merge of #4922 - JuanitoFatas:fix/4914-gemfile-engine-symbol-and-string,...Homu2016-09-303-2/+39
| * | | | | Auto merge of #4983 - bundler:seg-redefine-method-visibility, r=indirectHomu2016-09-301-0/+13