summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix message parenthesis colorAlessandro Lepore2016-09-201-1/+1
* Auto merge of #4971 - bundler:seg-pare-metadata-error, r=indirectHomu2016-09-191-0/+2
|\
| * [EndpointSpecification] Raise a helpful error when parsing metadata failsseg-pare-metadata-errorSamuel Giddins2016-09-161-0/+2
* | Auto merge of #4967 - bundler:seg-lock-no-update, r=indirectHomu2016-09-192-7/+4
|\ \
| * | [Lock] Default to not updatingseg-lock-no-updateSamuel Giddins2016-09-112-7/+4
| |/
* | Auto merge of #4994 - bundler:seg-definition-init-perf, r=segiddinsHomu2016-09-171-4/+2
|\ \
| * | [Definition] Avoid parsing lockfile twice on initseg-definition-init-perfSamuel Giddins2016-09-161-4/+2
* | | Auto merge of #4976 - bundler:seg-fix-eval-gemfile-path-sources, r=indirectHomu2016-09-171-1/+6
|\ \ \
| * | | [Path] Fix serializing absolute paths that are inside the rootseg-fix-eval-gemfile-path-sourcesSamuel Giddins2016-09-131-1/+1
| * | | [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-131-1/+6
| | |/ | |/|
* | | [RubygemsIntegration] Only set visibility if theres a methodSamuel Giddins2016-09-161-1/+2
* | | [RubygemsIntegration] Ensure redefined methods have the same visibilitySamuel Giddins2016-09-161-0/+12
| |/ |/|
* | Support specify engine by symbol in GemfileJuanitoFatas2016-09-151-2/+2
* | Auto merge of #4977 - chrismo:cons_lock_shared_deps, r=segiddinsHomu2016-09-141-2/+2
|\ \
| * | Fix #4934. Make GVP _after_ eager unlock.chrismo2016-09-131-2/+2
* | | Merge tag 'v1.13.1'Samuel Giddins2016-09-131-1/+1
|\ \ \
| * | | Version 1.13.1 with changelogv1.13.1Samuel Giddins2016-09-131-1/+1
| * | | Auto merge of #4972 - bundler:seg-molinillo-0.5.1, r=indirectHomu2016-09-132-3/+9
| * | | Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirectHomu2016-09-131-0/+10
| * | | Version 1.13.0 with changelogv1.13.0Andre Arko2016-09-061-1/+1
| * | | Version 1.13.0.rc.2 with changelogv1.13.0.rc.2Andre Arko2016-08-211-1/+1
| * | | postpone the `add` command until 1.14Andre Arko2016-08-211-10/+0
| * | | it’s not injecting anymoreAndre Arko2016-08-211-1/+1
| * | | mark inject deprecated for removal in 2.0Andre Arko2016-08-211-0/+1
* | | | Update vendored Molinillo to 0.5.1seg-molinillo-0.5.1Samuel Giddins2016-09-132-3/+9
| |_|/ |/| |
* | | Auto merge of #4955 - bundler:seg-fail-invalid-uri-schemes, r=indirectHomu2016-09-111-0/+11
|\ \ \
| * | | Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-071-0/+11
* | | | 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 #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-072-3/+16
|\ \ \ | |/ / |/| |
| * | [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-291-2/+3
* | | Move the alias to where it should beJuanitoFatas2016-08-311-2/+1
* | | 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
* | | [Env] Support running `bundle env` when not inside a bundleseg-apple-git-supportSamuel Giddins2016-08-261-0/+2
|/ /
* | [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