summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CompactIndex] Fall back when the versions checksum mismatchesseg-checksum-mismatch-errorSamuel Giddins2016-04-284-1/+33
* [Updater] Raise a more helpful error on checksum mismatchSamuel Giddins2016-04-284-5/+20
* Auto merge of #4470 - mcfiredrill:double-quotes-spec-templates, r=segiddinsHomu2016-04-263-7/+7
|\
| * fix rubocop offense for %-literalsTony Miller2016-04-261-2/+2
| * fix newgem_specTony Miller2016-04-261-2/+2
| * use double quotes in the newgem spec templatesTony Miller2016-04-262-5/+5
|/
* Merge tag 'v1.12.0.rc.4'Samuel Giddins2016-04-212-1/+7
|\
| * Version 1.12.0.rc.4 with changelogv1.12.0.rc.4Samuel Giddins2016-04-212-1/+7
| * Auto merge of #4453 - RochesterinNYC:fix-bundle-outdated-patch-minor-for-nons...Homu2016-04-213-4/+19
* | Auto merge of #4453 - RochesterinNYC:fix-bundle-outdated-patch-minor-for-nons...Homu2016-04-223-4/+19
|\ \
| * | Fix `bundle outdated` with `--patch` and/or `--minor` forJames Wen2016-04-213-4/+19
|/ /
* | Merge tag 'v1.12.0.rc.3'Samuel Giddins2016-04-192-1/+7
|\ \ | |/
| * Version 1.12.0.rc.3 with changelogv1.12.0.rc.3Samuel Giddins2016-04-192-1/+7
| * Auto merge of #4449 - bundler:seg-generically-preserve-new-attributes, r=indi...Homu2016-04-198-12/+208
* | Auto merge of #4449 - bundler:seg-generically-preserve-new-attributes, r=indi...Homu2016-04-208-12/+208
|\ \
| * | [LockfileParser] Rename attribute to sectionseg-generically-preserve-new-attributesSamuel Giddins2016-04-186-26/+26
| * | [Definition] Fix lockfiles_equal? regexp for multiple substitutionsSamuel Giddins2016-04-184-4/+76
| * | Add lockfile parser unit testsSamuel Giddins2016-04-181-0/+94
| * | [LockfileParser] Fix attributes regexpSamuel Giddins2016-04-181-1/+1
| * | [Definition] Ignore unknown attributes as wellSamuel Giddins2016-04-182-6/+16
| * | Generically preserve new attributes in lockfileSamuel Giddins2016-04-185-12/+32
|/ /
* | Auto merge of #4443 - Nitrodist:update-bundle-install-documentation-with-froz...Homu2016-04-181-0/+5
|\ \
| * | Update bundle install man page with --frozen optionMark Campbell2016-04-151-0/+5
* | | Auto merge of #4425 - RochesterinNYC:print-sanitized-urls-for-git-sources, r=...Homu2016-04-185-5/+207
|\ \ \
| * | | Ensure that `URICredentialsFilter#credential_filtered_uri` returns sameJames Wen2016-04-053-26/+39
| * | | Enable showing username for login authentication and oauth scheme forJames Wen2016-04-043-32/+48
| * | | Remove authentication credentials for git sources from printed `bundle instal...James Wen2016-04-032-5/+44
| * | | Create URICredentialsFilter module for filtering out authenticationJames Wen2016-04-033-0/+134
| |/ /
* | | Auto merge of #4419 - RochesterinNYC:specify-full-index-usage-in-error-messag...Homu2016-04-182-16/+26
|\ \ \
| * | | Suggest usage of `--full-index` flag in case of Dependency API failureJames Wen2016-03-312-16/+26
| |/ /
* | | Auto merge of #4416 - bundler:seg-settings-custom-serializer, r=segiddinsHomu2016-04-182-3/+10
|\ \ \
| * | | [Config] Update spec for new YAML serializerseg-settings-custom-serializerSamuel Giddins2016-03-301-1/+1
| * | | [Settings] Use a custom serializer instead of relying upon the YAML moduleSamuel Giddins2016-03-291-2/+9
* | | | Auto merge of #4410 - bundler:seg-settings-load-config-tests, r=segiddinsHomu2016-04-182-2/+52
|\ \ \ \
| * | | | [Settings] Support the ! added on 1.9.3seg-settings-load-config-testsSamuel Giddins2016-03-291-0/+1
| * | | | [Settings] Add specs for #load_configSamuel Giddins2016-03-281-0/+37
| * | | | [Settings] Use an improved regexp to read config fileSamuel Giddins2016-03-281-2/+14
* | | | | Merge tag 'v1.12.0.rc.2'Samuel Giddins2016-04-152-1/+25
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Version 1.12.0.rc.2 with changelogv1.12.0.rc.2Samuel Giddins2016-04-152-1/+13
| * | | | [Exec] Allow executables to exit non-zero via at_exitSamuel Giddins2016-04-152-3/+9
| * | | | [EnvironmentPreserver] Preserve originals in the backupSamuel Giddins2016-04-152-1/+16
| * | | | [EnvironmentPreserver] Fix restoring environmentSamuel Giddins2016-04-152-3/+24
| * | | | Auto merge of #4407 - RochesterinNYC:1-12-backports-ssl-certs, r=indirectHomu2016-03-2911-110/+29
| |\ \ \ \
| | * | | | Have `Bundler::SSLCerts::CertificateManager` use new `ssl_certs` dirJames Wen2016-03-282-2/+2
| | * | | | Fix `Bundler::SSLCerts::CertificateManager` specs to use newJames Wen2016-03-281-6/+6
| | * | | | use the certs from their new subdirectoriesAndre Arko2016-03-281-1/+1
| | * | | | only one level of directories here...Andre Arko2016-03-281-1/+1
| | * | | | stop requiring that we have every rubygems certAndre Arko2016-03-281-6/+0
| | * | | | test connecting to index.rubygems.orgAndre Arko2016-03-281-1/+2
| | * | | | remove certs that aren't needed anymoreAndre Arko2016-03-288-95/+19