| Commit message (Expand) | Author | Age | Files | Lines |
* | Shifted rubygems installation to bundler class | Asutosh Palai | 2016-05-26 | 2 | -30/+31 |
* | Structured the classes with private methods | Asutosh Palai | 2016-05-24 | 3 | -36/+42 |
* | Added spec helper to build plugin | Asutosh Palai | 2016-05-24 | 6 | -46/+19 |
* | Added support for git install | Asutosh Palai | 2016-05-24 | 6 | -26/+87 |
* | Added documentations to the functions | Asutosh Palai | 2016-05-24 | 3 | -2/+56 |
* | Added some specs for malformatted plugins | Asutosh Palai | 2016-05-24 | 1 | -0/+2 |
* | Added index file | Asutosh Palai | 2016-05-24 | 2 | -4/+63 |
* | Added plugin module with install functionality | Asutosh Palai | 2016-05-24 | 6 | -2/+109 |
* | [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dash | Samuel Giddins | 2016-05-23 | 2 | -24/+9 |
* | Auto merge of #4585 - RochesterinNYC:eval-gemfile-expanded-pathing, r=segiddins | Homu | 2016-05-21 | 1 | -1/+5 |
|\ |
|
| * | Add integration spec for restoring `@gemfile` after `eval_gemfile` | James Wen | 2016-05-18 | 1 | -1/+1 |
| * | 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 | 1 | -1/+1 |
* | | Merge tag 'v1.12.4' | Samuel Giddins | 2016-05-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Version 1.12.4 with changelogv1.12.4 | Samuel Giddins | 2016-05-16 | 1 | -1/+1 |
| * | | Auto merge of #4558 - bundler:seg-index-platform-ruby-default, r=segiddins | Homu | 2016-05-16 | 1 | -2/+2 |
| * | | 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 | 1 | -1/+1 |
| * | | Auto merge of #4561 - domcleal:4519-concurrent-ci-updater, r=indirect | Homu | 2016-05-16 | 1 | -22/+32 |
* | | | Auto merge of #4558 - bundler:seg-index-platform-ruby-default, r=segiddins | Homu | 2016-05-16 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | [Index] Use spec.full_name as hash keyseg-index-platform-ruby-default | Samuel Giddins | 2016-05-16 | 1 | -2/+2 |
| * | | | [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 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [Git] Normalize gem versions in a manner compatible with old rubygems | Samuel Giddins | 2016-03-28 | 1 | -1/+1 |
| * | | | | | [Git] Fix checking for equality when a version includes a - | Samuel Giddins | 2016-03-28 | 1 | -1/+1 |
* | | | | | | Auto merge of #4561 - domcleal:4519-concurrent-ci-updater, r=indirect | Homu | 2016-05-16 | 1 | -22/+32 |
|\ \ \ \ \ \ |
|
| * | | | | | | Safely store concurrent compact index downloads | Dominic Cleal | 2016-05-10 | 1 | -22/+32 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | 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 #4465 - RochesterinNYC:only-show-potential-updates-on-same-plat... | Homu | 2016-05-10 | 1 | -5/+5 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Only report same platform gem updates for `bundle outdated` | James Wen | 2016-04-25 | 1 | -2/+2 |
| * | | | | | Rename `active_spec` to `active_specs` for points in execution where it | James Wen | 2016-04-25 | 1 | -4/+4 |
* | | | | | | Merge tag 'v1.12.3' | Samuel Giddins | 2016-05-06 | 1 | -1/+1 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Version 1.12.3 with changelogv1.12.3 | Samuel Giddins | 2016-05-06 | 1 | -1/+1 |
| * | | | | | Auto merge of #4531 - bundler:seg-compact-index-fallback-no-home, r=indirect | Homu | 2016-05-06 | 1 | -0/+2 |
| * | | | | | Auto merge of #4530 - bundler:seg-install-no-no-install, r=indirect | Homu | 2016-05-06 | 1 | -2/+2 |
* | | | | | | Auto merge of #4531 - bundler:seg-compact-index-fallback-no-home, r=indirect | Homu | 2016-05-07 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | [CompactIndex] Fall back when the user's home directory is not writableseg-compact-index-fallback-no-home | Samuel Giddins | 2016-05-06 | 1 | -0/+2 |
* | | | | | | | [Install] Don't set :no_install unecessarilyseg-install-no-no-install | Samuel Giddins | 2016-05-06 | 1 | -2/+2 |
|/ / / / / / |
|
* | | | | | | Merge tag 'v1.12.2' | Samuel Giddins | 2016-05-04 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Version 1.12.2 with changelogv1.12.2 | Samuel Giddins | 2016-05-04 | 1 | -1/+1 |
| * | | | | | Auto merge of #4487 - b-ggs:show-executables-man-page, r=segiddins | Homu | 2016-05-04 | 1 | -3/+27 |
| * | | | | | Auto merge of #4524 - grzuy:fix_frozen_string, r=segiddins | Homu | 2016-05-04 | 1 | -1/+1 |
* | | | | | | Auto merge of #4487 - b-ggs:show-executables-man-page, r=segiddins | Homu | 2016-05-05 | 1 | -3/+27 |
|\ \ \ \ \ \ |
|
| * | | | | | | Use `cat` instead of `echo` for specs | Boggs | 2016-04-30 | 1 | -5/+5 |
| * | | | | | | Use regex for matching usage of `exec` and `--help` | Boggs | 2016-04-30 | 1 | -12/+27 |
| * | | | | | | Use help switch specified in args instead of replacing it with --help | Boggs | 2016-04-30 | 1 | -2/+2 |
| * | | | | | | Show executable's man page when --help or -h is present | Boggs | 2016-04-30 | 1 | -2/+11 |