summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Lock] Default to not updatingseg-lock-no-updateSamuel Giddins2016-09-114-11/+38
* Auto merge of #4955 - bundler:seg-fail-invalid-uri-schemes, r=indirectHomu2016-09-112-0/+22
|\
| * Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-072-0/+22
* | Auto merge of #4931 - bundler:seg-compact-index-debugging, r=indirectHomu2016-09-112-4/+27
|\ \
| * | Add debug logging to the compact index clientseg-compact-index-debuggingSamuel Giddins2016-09-061-3/+26
| * | [CompactIndexClient::Updater] Support weak etagsSamuel Giddins2016-09-061-1/+1
* | | Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirectHomu2016-09-111-0/+10
|\ \ \
| * | | But I only put that there to amuse you, RubocopDavid Kellum2016-09-021-1/+1
| * | | If this works, you are just as nuisance, RubocopDavid Kellum2016-09-021-1/+2
| * | | Get it passing for rubygems <2.0.0David Kellum2016-09-021-1/+9
| * | | [RubygemsExt] Add missing require rubygems/sourceDavid Kellum2016-09-021-0/+1
| |/ /
* | | Auto merge of #4933 - bundler:check-187, r=segiddinsHomu2016-09-081-2/+19
|\ \ \
| * | | require one passing 1.8.7 buildcheck-187Andre Arko2016-09-081-2/+19
|/ / /
* | | Auto merge of #4949 - bundler:seg-doc-config-default-cache-path, r=segiddinsHomu2016-09-081-1/+1
|\ \ \
| * | | Document the default value for the cache_path settingseg-doc-config-default-cache-pathSamuel Giddins2016-09-061-1/+1
| |/ /
* | | Auto merge of #4950 - bundler:seg-no-empty-parens-install-message, r=segiddinsHomu2016-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | [Source] Remove empty parenthesis in installing gem messageseg-no-empty-parens-install-messageSamuel Giddins2016-09-061-1/+1
| |/
* | Auto merge of #4943 - bundler:seg-unknown-keys, r=indirectHomu2016-09-071-1/+2
|\ \
| * | [DSL] Suggest updating bundler on invalid optionsseg-unknown-keysSamuel Giddins2016-09-021-1/+2
| |/
* | Auto merge of #4929 - bundler:seg-fix-1-8, r=segiddinsHomu2016-09-073-11/+22
|\ \ | |/ |/|
| * [GemInstaller] Support base64 digests on ruby 1.8.7seg-fix-1-8Samuel Giddins2016-08-291-1/+13
| * [RemoteSpecification] Support respond_to? on 1.8.7Samuel Giddins2016-08-292-10/+9
* | Auto merge of #4939 - JuanitoFatas:patch/mirror-equal, r=segiddinsHomu2016-09-021-0/+10
|\ \
| * | Add a spec for Bundler::Settings::Mirror#==JuanitoFatas2016-08-311-0/+10
* | | Auto merge of #4938 - JuanitoFatas:patch/settings-spec, r=segiddinsHomu2016-09-012-2/+13
|\ \ \
| * | | Add a spec for Bundler::Settings#temporaryJuanitoFatas2016-08-311-0/+12
| * | | Move the alias to where it should beJuanitoFatas2016-08-311-2/+1
| |/ /
* | | Auto merge of #4937 - bundler:default-travis-emails, r=segiddinsHomu2016-09-011-5/+0
|\ \ \ | |/ / |/| |
| * | back to default emailsdefault-travis-emailsAndre Arko2016-08-311-5/+0
|/ /
* | Auto merge of #4917 - bundler:seg-settings-temporary, r=indirectHomu2016-08-302-6/+22
|\ \
| * | [Settings] Allow temporarily overriding settings in-memoryseg-settings-temporarySamuel Giddins2016-08-262-6/+22
* | | Auto merge of #4921 - JuanitoFatas:doc/development-pry-byebug, r=indirectHomu2016-08-301-0/+2
|\ \ \ | |_|/ |/| |
| * | Add a note on how to dive into the code with Pry [ci skip]JuanitoFatas2016-08-261-0/+2
* | | Auto merge of #4928 - bundler:seg-update-compact-index, r=segiddinsHomu2016-08-304-12/+17
|\ \ \
| * | | Speed up test gem installationseg-update-compact-indexSamuel Giddins2016-08-291-5/+9
| * | | Update specs to use compact_index 0.11Samuel Giddins2016-08-294-7/+8
|/ / /
* | | Auto merge of #4923 - bundler:seg-apple-git-support, r=indirectHomu2016-08-282-0/+10
|\ \ \ | |/ / |/| |
| * | [Env] Support running `bundle env` when not inside a bundleseg-apple-git-supportSamuel Giddins2016-08-262-0/+10
|/ /
* | Auto merge of #4491 - bundler:seg-exec-file--zsh, r=indirectHomu2016-08-261-0/+36
|\ \ | |/ |/|
| * [Exec] Add specs for $0 and __FILE__ when loadedseg-exec-file--zshSamuel Giddins2016-08-231-0/+36
* | Auto merge of #4836 - bundler:seg-resolve-for-specific-platforms, r=indirectHomu2016-08-2627-60/+290
|\ \
| * | [Plugin] Don’t print GemfileErrors twiceseg-resolve-for-specific-platformsSamuel Giddins2016-08-251-1/+3
| * | [Definition] Validate platform in addition to rubySamuel Giddins2016-08-2511-10/+31
| * | [Definition] Only add current platform if not frozenSamuel Giddins2016-08-251-3/+7
| * | [LockfileParser] Ensure specs are consistently orderedSamuel Giddins2016-08-252-1/+15
| * | [SpecSet] Fix #for when installing with --deploymentSamuel Giddins2016-08-251-10/+13
| * | [Source] Always print the platform when installingSamuel Giddins2016-08-252-2/+2
| * | Add a spec for platform_specific resolution / runtimeSamuel Giddins2016-08-251-0/+95
| * | Automatically add platform to version in the spec’s buildersSamuel Giddins2016-08-251-1/+4
| * | Add a platform helper for x64_macSamuel Giddins2016-08-251-0/+4