summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Travis] Allow all 1.8.7 builds to failaa-testing-updateSamuel Giddins2016-08-221-19/+0
* [Rakefile] Add RubyGems v2.5.2Samuel Giddins2016-08-221-1/+1
* add 1.8.7 to allowed failures so we can mergeAndre Arko2016-08-221-2/+21
* test against RubyGems 2.6.6Andre Arko2016-08-222-4/+8
* Version 1.13.0.rc.2 with changelogAndre Arko2016-08-222-2/+34
* postpone the `add` command until 1.14Andre Arko2016-08-222-94/+0
* we can just use repo1 instead of copying to repo2Andre Arko2016-08-221-3/+1
* it’s not injecting anymoreAndre Arko2016-08-221-1/+1
* mark inject deprecated for removal in 2.0Andre Arko2016-08-221-0/+1
* Auto merge of #4885 - allenzhao:add-open3-todo, r=segiddinsHomu2016-08-221-0/+5
|\
| * Add todo for #capture_and_filter_stderrZehan Zhao2016-08-161-0/+5
* | Auto merge of #4849 - bundler:seg-settings-crlf, r=indirectHomu2016-08-212-1/+24
|\ \
| * | [YAMLSerializer] Allow loading with CRLF line endingsseg-settings-crlfSamuel Giddins2016-08-082-1/+24
* | | Auto merge of #4784 - colby-swandale:path-already-exists-error-msg, r=indirectHomu2016-08-212-5/+5
|\ \ \
| * | | refactor file conflict error message, removing `same`Colby Swandale2016-07-151-1/+1
| * | | rework specs from previous commitColby2016-07-141-4/+4
| * | | update path already exists error message to not be specific to symlinksColby2016-07-141-1/+1
* | | | Auto merge of #4889 - bundler:seg-deprecations-99-versions, r=indirectHomu2016-08-212-1/+18
|\ \ \ \
| * | | | [SharedHelpers] Always print major deprecations on .99 versionsseg-deprecations-99-versionsSamuel Giddins2016-08-172-1/+18
* | | | | Auto merge of #4894 - bundler:seg-enable-trampoline-2.0, r=indirectHomu2016-08-204-14/+35
|\ \ \ \ \
| * | | | | [PostitTrampoline] Automatically enable when target version is >= 2seg-enable-trampoline-2.0Samuel Giddins2016-08-184-14/+35
| |/ / / /
* | | | | Auto merge of #4888 - bundler:seg-doctor, r=indirectHomu2016-08-203-22/+23
|\ \ \ \ \
| * | | | | [Doctor] Ensure missing dylibs are printed in a consistent orderseg-doctorSamuel Giddins2016-08-172-5/+5
| * | | | | [Doctor] Use check to ensure all dependencies are installedSamuel Giddins2016-08-161-11/+7
| * | | | | [Doctor] Raise a ProductionError for linkage failuresSamuel Giddins2016-08-162-5/+10
| * | | | | [Doctor] Insure checking for otool/lld is silentSamuel Giddins2016-08-161-2/+2
| * | | | | [Update] Raise InvalidOption on duplicate patch level flagsSamuel Giddins2016-08-161-1/+1
* | | | | | Auto merge of #4891 - bundler:seg-feature-flag, r=indirectHomu2016-08-209-8/+40
|\ \ \ \ \ \
| * | | | | | Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-189-8/+40
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #4893 - bundler:seg-block-update-regressions, r=indirectHomu2016-08-205-4/+53
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-185-4/+53
|/ / / / /
* | | | | Auto merge of #4869 - bundler:seg-disable-exec-load, r=segiddinsHomu2016-08-173-1/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update specs for exec() having a different process title than loadSamuel Giddins2016-08-161-0/+2
| * | | | Add a setting for disable_exec_loadSamuel Giddins2016-08-163-1/+13
|/ / / /
* | | | Auto merge of #4850 - jrochkind:better_version_mismatch_warning, r=segiddinsHomu2016-08-173-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix specs for bundler version warning with version numbersJonathan Rochkind2016-08-152-3/+3
| * | | include version numbers involved with warn_for_outdated_bundler_versionJonathan Rochkind2016-08-081-2/+2
| | |/ | |/|
* | | Auto merge of #4815 - asutoshpalai:plugin-hooks, r=segiddinsHomu2016-08-168-52/+227
|\ \ \
| * | | fixes missed during rebaseAsutosh Palai2016-08-162-3/+1
| * | | Added spec for empty hooks entry in indexAsutosh Palai2016-08-161-1/+18
| * | | Indenting the backtrace on plugin errorAsutosh Palai2016-08-161-1/+1
| * | | Added plugin feature flag for hookAsutosh Palai2016-08-161-0/+2
| * | | Added doc commentsAsutosh Palai2016-08-162-0/+9
| * | | Fixed empty hooks in index fileAsutosh Palai2016-08-161-3/+3
| * | | Minor correctionAsutosh Palai2016-08-161-1/+1
| * | | Added passing blocks to hooksAsutosh Palai2016-08-162-3/+17
| * | | Incorporated suggestionsAsutosh Palai2016-08-167-38/+36
| * | | rebase fixesAsutosh Palai2016-08-162-1/+1
| * | | Added specs for hooksAsutosh Palai2016-08-166-34/+107
| * | | Hooks implementationAsutosh Palai2016-08-165-5/+69