summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Compatibility with frozen string literalsSamuel Giddins2016-01-3193-29/+130
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-3111-27/+31
* [RuboCop] Fix Performance/TimesMapSamuel Giddins2016-01-311-1/+1
* [RuboCop] Fix Performance/StartWithSamuel Giddins2016-01-311-2/+2
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-3120-119/+94
* [PathPreserver] Use the passed-in envseg-preserve-pathSamuel Giddins2016-01-311-5/+5
* Refactor path preservation into generic codeSamuel Giddins2016-01-313-18/+14
* Preserve PATH in with_clean_envSamuel Giddins2016-01-312-0/+8
* Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp...Homu2016-01-313-3/+8
|\
| * Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-303-3/+8
* | Auto merge of #4249 - cirdes:outdated-semantic, r=indirectHomu2016-01-312-0/+14
|\ \
| * | bundle outdated with major and minor optionsCirdes Henrique2016-01-292-0/+14
* | | Auto merge of #4244 - dtognazzini:fix-path-to-gemfile, r=indirectHomu2016-01-312-7/+18
|\ \ \
| * | | Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-272-13/+13
| * | | Make all paths be relative to Gemfile during evaluation.Donnie Tognazzini2016-01-271-3/+11
| * | | Fix the path to the Gemfile during evaluation.Donnie Tognazzini2016-01-271-1/+4
* | | | Auto merge of #4254 - bundler:seg-thread-names, r=indirectHomu2016-01-313-4/+14
|\ \ \ \
| * | | | [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-303-4/+14
| | |_|/ | |/| |
* | | | Auto merge of #4252 - bundler:seg-debug-once, r=segiddinsHomu2016-01-311-1/+2
|\ \ \ \
| * | | | [Resolver] Determine debug mode onceseg-debug-onceSamuel Giddins2016-01-301-1/+2
| |/ / /
* | | | [Resolver] Update Molinillo to 0.4.2Samuel Giddins2016-01-308-24/+72
|/ / /
* | | Auto merge of #4231 - bundler:seg-exec-spaces, r=indirectHomu2016-01-281-1/+1
|\ \ \ | |/ / |/| |
| * | [Exec] Fix exec-ing with 0 args in a directory with spacesseg-exec-spacesSamuel Giddins2016-01-251-1/+1
* | | Fail in an informative way when no YAML is available at allSamuel Giddins2016-01-251-1/+1
* | | Update dependency fetcher specs for refactoringSamuel Giddins2016-01-252-2/+3
* | | [Definition] Insure @locked_ruby_version is initializedSamuel Giddins2016-01-251-0/+1
* | | [Fetcher] Avoid method redefinition warningSamuel Giddins2016-01-251-0/+1
* | | [CompactIndexClient] Don't request when the gem does not existSamuel Giddins2016-01-251-1/+2
* | | [Updater] Simplify content logicSamuel Giddins2016-01-251-3/+2
* | | [CompactIndex] Send the proper arity function to the WorkerSamuel Giddins2016-01-251-1/+2
* | | [EndpointSpec] Avoid creating unused hashesSamuel Giddins2016-01-251-1/+2
* | | [CompactIndex] Centralize error handlingSamuel Giddins2016-01-251-14/+20
* | | [CompactIndexClient] Don't raise Bundler::HTTPErrorSamuel Giddins2016-01-253-3/+7
* | | [CompactIndex] Fetch in parallel using Bundler::WorkerSamuel Giddins2016-01-251-0/+7
* | | [CompactIndexClient] Remove dependency upon Bundler::WorkerSamuel Giddins2016-01-251-8/+11
* | | Refactor cache slug logic into the RemoteSamuel Giddins2016-01-252-8/+17
* | | [EndpointSpecification] Remove redundant nil-checksSamuel Giddins2016-01-251-3/+3
* | | [CompactIndex] Use the cache_uri for the cache pathSamuel Giddins2016-01-251-2/+3
* | | [Remote] Add the concept of a cache_uriSamuel Giddins2016-01-251-1/+2
* | | [EndpointSpecification] Freeze constant stringSamuel Giddins2016-01-251-1/+1
* | | [CompactIndexClient] Require setSamuel Giddins2016-01-251-0/+1
* | | update digest to include host+port as well as pathAndre Arko2016-01-251-6/+10
* | | find is better than .select.firstAndre Arko2016-01-251-2/+1
* | | uniq the completed list per @segiddinsAndre Arko2016-01-251-1/+1
* | | unify global config and compact index cache dirsAndre Arko2016-01-252-3/+6
* | | it’s supposed to return an arrayAndre Arko2016-01-251-3/+3
* | | ArgumentErrors are not really retriableAndre Arko2016-01-251-1/+1
* | | flat_map doesn’t exist on 1.8.7 :/Andre Arko2016-01-251-1/+1
* | | resolve warning for extra proc parametersAndre Arko2016-01-251-1/+1
* | | turns out URI#hostname is 1.9+, URI#host is 1.8+Andre Arko2016-01-251-4/+5