summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Auto merge of #4898 - JuanitoFatas:feature/generated-readme-github-url, r=seg...Homu2016-08-253-2/+32
|\ \
| * | Fill in git username to the generated github urlJuanitoFatas2016-08-203-2/+32
* | | Auto merge of #4624 - chrismo:openssl_version_in_bundle_env, r=segiddinsHomu2016-08-252-0/+2
|\ \ \
| * | | Add OpenSSL::OPENSSL_VERSION to `bundle env`chrismo2016-08-092-0/+2
* | | | Auto merge of #4878 - Zorbash:binstubs-standalone-flag, r=segiddinsHomu2016-08-241-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Change standalone flag of binstubs cmd to booleanDimitris Zorbas2016-08-141-1/+1
* | | | Auto merge of #4908 - okkez:add-missing-respond_to_missing, r=segiddinsHomu2016-08-232-0/+20
|\ \ \ \
| * | | | Add missing definition of `respond_to_missing?`Kenji Okimoto2016-08-232-0/+20
* | | | | Auto merge of #4897 - bundler:seg-lock-platform, r=indirectHomu2016-08-234-9/+99
|\ \ \ \ \
| * | | | | Always use DepProxy in the resolverseg-lock-platformSamuel Giddins2016-08-222-2/+3
| * | | | | [Resolver] Ensure payloads in the base DG respond to __platformSamuel Giddins2016-08-221-2/+5
| * | | | | Add a spec for lock adding all new platform-specific depsSamuel Giddins2016-08-221-0/+91
| * | | | | Remove unusable chain from read_as matcherSamuel Giddins2016-08-221-6/+0
| * | | | | [Resolver] Ensure all platforms are activated for the activated spec groupSamuel Giddins2016-08-221-1/+2
| |/ / / /
* | | | | Auto merge of #4851 - bundler:seg-validate-checksums, r=indirectHomu2016-08-236-2/+96
|\ \ \ \ \
| * | | | | Only validate gem checksums on RubyGems 2.3+seg-validate-checksumsSamuel Giddins2016-08-221-1/+1
| * | | | | Distinguish tests for checksum mismatch & invalid checksumSamuel Giddins2016-08-223-4/+15
| * | | | | Support both base64 and hex digest encodingsSamuel Giddins2016-08-221-1/+9
| * | | | | Allow disabling checksum validationSamuel Giddins2016-08-223-1/+12
| * | | | | Fix base64 regexp in compact index specSamuel Giddins2016-08-221-1/+1
| * | | | | [RubyGemsGemInstaller] Validate checksums from the compact indexSamuel Giddins2016-08-225-2/+66
| |/ / / /
* | | | | Auto merge of #4903 - bundler:aa-testing-update, r=segiddinsHomu2016-08-232-20/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [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
|\ \ \ \ \ \ \ \