| Commit message (Expand) | Author | Age | Files | Lines |
* | Added documentations to the functions | Asutosh Palai | 2016-05-24 | 3 | -2/+56 |
* | Added some specs for malformatted plugins | Asutosh Palai | 2016-05-24 | 3 | -0/+47 |
* | Added index file | Asutosh Palai | 2016-05-24 | 2 | -4/+63 |
* | Added few specs for plugin install | Asutosh Palai | 2016-05-24 | 1 | -0/+47 |
* | Added plugin module with install functionality | Asutosh Palai | 2016-05-24 | 6 | -2/+109 |
* | Auto merge of #4598 - bundler:seg-exec-help-with-dash, r=RochesterinNYC | Homu | 2016-05-24 | 4 | -107/+72 |
|\ |
|
| * | [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dash | Samuel Giddins | 2016-05-23 | 4 | -107/+72 |
* | | Auto merge of #4601 - RochesterinNYC:specify-no-usage-of-ci-skip, r=segiddins | Homu | 2016-05-23 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | [Documentation] Add instruction to not use CI skipping mechanisms | James Wen | 2016-05-22 | 1 | -0/+2 |
|/ |
|
* | Auto merge of #4585 - RochesterinNYC:eval-gemfile-expanded-pathing, r=segiddins | Homu | 2016-05-21 | 2 | -1/+47 |
|\ |
|
| * | Add integration spec for restoring `@gemfile` after `eval_gemfile` | James Wen | 2016-05-18 | 2 | -6/+23 |
| * | Restore original gemfile to `@gemfile` after nested `eval_gemfile` | James Wen | 2016-05-18 | 1 | -1/+5 |
| * | Use the full expanded path of passed Gemfile during `eval_gemfile` | James Wen | 2016-05-18 | 2 | -1/+26 |
* | | Merge tag 'v1.12.4' | Samuel Giddins | 2016-05-16 | 2 | -1/+9 |
|\ \ |
|
| * | | Version 1.12.4 with changelogv1.12.4 | Samuel Giddins | 2016-05-16 | 2 | -1/+9 |
| * | | Auto merge of #4558 - bundler:seg-index-platform-ruby-default, r=segiddins | Homu | 2016-05-16 | 2 | -2/+31 |
| * | | Auto merge of #4446 - Cohen-Carlisle:non-rubygem-push, r=segiddins | Homu | 2016-05-16 | 1 | -3/+3 |
| * | | Auto merge of #4386 - bundler:seg-fix-dash-pre, r=segiddins | Homu | 2016-05-16 | 2 | -1/+12 |
| * | | Auto merge of #4561 - domcleal:4519-concurrent-ci-updater, r=indirect | Homu | 2016-05-16 | 4 | -23/+90 |
* | | | Auto merge of #4558 - bundler:seg-index-platform-ruby-default, r=segiddins | Homu | 2016-05-16 | 2 | -2/+31 |
|\ \ \ |
|
| * | | | [Index] Use spec.full_name as hash keyseg-index-platform-ruby-default | Samuel Giddins | 2016-05-16 | 1 | -2/+2 |
| * | | | [Index] Add spec for searching for a spec with a nil platform | Samuel Giddins | 2016-05-09 | 1 | -0/+29 |
| * | | | [Index] Ensure nil and "ruby" platforms are treated identically | Samuel Giddins | 2016-05-09 | 1 | -2/+2 |
* | | | | Auto merge of #4471 - grzuy:remove_unused_method, r=indirect | Homu | 2016-05-16 | 1 | -8/+0 |
|\ \ \ \ |
|
| * | | | | Removes unused Runtime#dependencies_for method | Gonzalo | 2016-04-27 | 1 | -8/+0 |
* | | | | | Auto merge of #4386 - bundler:seg-fix-dash-pre, r=segiddins | Homu | 2016-05-16 | 2 | -1/+12 |
|\ \ \ \ \ |
|
| * | | | | | [Show] Update spec for - versions needing RG >= 2.1seg-fix-dash-pre | Samuel Giddins | 2016-03-28 | 1 | -1/+1 |
| * | | | | | [Git] Normalize gem versions in a manner compatible with old rubygems | Samuel Giddins | 2016-03-28 | 1 | -1/+1 |
| * | | | | | [Show] Add spec for when there is a `-` pre dep with git source | Samuel Giddins | 2016-03-28 | 1 | -0/+11 |
| * | | | | | [Git] Fix checking for equality when a version includes a - | Samuel Giddins | 2016-03-28 | 1 | -1/+1 |
* | | | | | | Auto merge of #4567 - bundler:avoid-tag-or-id-refs-in-commits, r=RochesterinNYC | Homu | 2016-05-16 | 1 | -0/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | [Documentation] Add instruction to not use tags or id refsavoid-tag-or-id-refs-in-commits | James Wen | 2016-05-12 | 1 | -0/+6 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Auto merge of #4561 - domcleal:4519-concurrent-ci-updater, r=indirect | Homu | 2016-05-16 | 4 | -23/+90 |
|\ \ \ \ \ \ |
|
| * | | | | | | Safely store concurrent compact index downloads | Dominic Cleal | 2016-05-10 | 4 | -23/+90 |
| |/ / / / / |
|
* | | | | | | Auto merge of #4446 - Cohen-Carlisle:non-rubygem-push, r=segiddins | Homu | 2016-05-16 | 1 | -3/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | don't error on missing rubygem cred if custom host | Cohen Carlisle | 2016-04-15 | 1 | -3/+3 |
* | | | | | | Auto merge of #4559 - RochesterinNYC:update-travis-rubygems-ruby, r=segiddins | Homu | 2016-05-10 | 2 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | [Travis] Test against Ruby `v2.3.1` | James Wen | 2016-05-08 | 1 | -1/+1 |
| * | | | | | | [Travis] Test against RubyGems `v2.6.4` | James Wen | 2016-05-06 | 2 | -3/+3 |
* | | | | | | | Auto merge of #4463 - RochesterinNYC:add-quality-spec-for-debugging-mechanism... | Homu | 2016-05-10 | 1 | -0/+31 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Create quality check spec for leftover debugging/development mechanisms | James Wen | 2016-05-09 | 1 | -0/+31 |
* | | | | | | | Auto merge of #4465 - RochesterinNYC:only-show-potential-updates-on-same-plat... | Homu | 2016-05-10 | 3 | -5/+29 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Only report same platform gem updates for `bundle outdated` | James Wen | 2016-04-25 | 3 | -2/+26 |
| * | | | | | | Rename `active_spec` to `active_specs` for points in execution where it | James Wen | 2016-04-25 | 1 | -4/+4 |
| |/ / / / / |
|
* | | | | | | Update READMEs for the removal of bundler-features | Lynn Cyrin | 2016-05-09 | 1 | -2/+1 |
* | | | | | | Update READMEs for the removal of bundler-features | Lynn Cyrin | 2016-05-09 | 1 | -4/+0 |
* | | | | | | Update READMEs for the removal of bundler-features | Lynn Cyrin | 2016-05-09 | 1 | -1/+1 |
* | | | | | | Merge tag 'v1.12.3' | Samuel Giddins | 2016-05-06 | 2 | -1/+7 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Version 1.12.3 with changelogv1.12.3 | Samuel Giddins | 2016-05-06 | 2 | -1/+7 |
| * | | | | | Auto merge of #4531 - bundler:seg-compact-index-fallback-no-home, r=indirect | Homu | 2016-05-06 | 2 | -0/+15 |