aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Switching back to env to enable plugin cliAsutosh Palai2016-06-071-1/+1
* Merge branch 'master' into pluginAsutosh Palai2016-06-0722-116/+174
|\
| * Auto merge of #4580 - bundler:seg-resolver-performance, r=indirectHomu2016-06-079-74/+58
| |\
| | * [RuboCop] Fix SpacingSamuel Giddins2016-06-041-1/+1
| | * [Resolver] Deal with Gem::Version hash and == not aligningSamuel Giddins2016-06-041-2/+7
| | * [Index] Delete unused code & micro-optimizeSamuel Giddins2016-06-041-26/+13
| | * [RuboCop] Fix violationsSamuel Giddins2016-06-021-5/+1
| | * [Index] Don't calculate Platform#to_s twiceSamuel Giddins2016-06-021-3/+6
| | * [Resolver] Drop unused empty array allocationsSamuel Giddins2016-06-021-4/+2
| | * Use Array#concat instead of push(*ary)Samuel Giddins2016-06-026-8/+8
| | * [RemoteSpecification] Add #to_sSamuel Giddins2016-06-021-0/+4
| | * [EndpointSpecification] Stop allocating intermediary arraysSamuel Giddins2016-06-021-2/+2
| | * fixup! [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-2/+2
| | * [RuboCop] Fix style issuesSamuel Giddins2016-06-022-4/+2
| | * [Resolver] Speed up searchingSamuel Giddins2016-06-021-9/+6
| | * [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-7/+9
| | * [RemoteSpecification] Avoid allocating an object every method_missingSamuel Giddins2016-06-021-5/+1
| | * [Index] Speed up searchingSamuel Giddins2016-06-021-4/+2
| * | Auto merge of #4617 - allenzhao:path-development, r=RochesterinNYCHomu2016-06-062-8/+26
| |\ \
| | * | Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-042-5/+19
| | * | Add logic to check if the issue is path source relatedAllen Zhao2016-05-261-10/+14
| * | | Auto merge of #4640 - bundler:seg-bundle-lock-add-platform, r=indirectHomu2016-06-053-2/+13
| |\ \ \
| | * | | [Lock] Add --add-platformSamuel Giddins2016-06-043-2/+13
| | | |/ | | |/|
| * | | [Env] Fix printing gemspecsSamuel Giddins2016-06-041-2/+2
| * | | fix gemspec cachingSamuel Giddins2016-06-041-8/+1
| * | | add spec for allowing conflictsSamuel Giddins2016-06-041-1/+1
| * | | gemspec allow conflictsSamuel Giddins2016-06-047-11/+34
| |/ /
| * | [Inline] Install when necessarySamuel Giddins2016-05-312-4/+14
| * | Auto merge of #4606 - allenzhao:handle-yanked, r=RochesterinNYCHomu2016-05-301-2/+17
| |\ \
| | * | Fix specAllen Zhao2016-05-291-1/+1
| | * | Handle yanked gemsAllen Zhao2016-05-241-2/+17
| * | | Auto merge of #4610 - b-ggs:binstub-standalone, r=RochesterinNYCHomu2016-05-292-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Make spec context more specific, modify standalone option descriptionBoggs2016-05-261-1/+1
| | * | Add standalone flag to binstubs, fix #4594Boggs2016-05-252-0/+4
| * | | Merge tag 'v1.12.5'Samuel Giddins2016-05-251-1/+1
| |\ \ \
| | * | | Version 1.12.5 with changelogSamuel Giddins2016-05-251-1/+1
| | * | | Auto merge of #4607 - will-in-wi:clean_up_workers, r=segiddinsHomu2016-05-251-1/+1
| | * | | Auto merge of #4611 - BrianHawley:fix_20160524_require_env, r=segiddinsHomu2016-05-251-3/+3
| | * | | Auto merge of #4598 - bundler:seg-exec-help-with-dash, r=RochesterinNYCHomu2016-05-252-24/+9
| * | | | Auto merge of #4607 - will-in-wi:clean_up_workers, r=segiddinsHomu2016-05-261-1/+1
| |\ \ \ \
| | * | | | Switch to tapWilliam Johnston2016-05-241-4/+1
| | * | | | Clean up worker threads once done with them.William Johnston2016-05-241-1/+4
| | | |/ / | | |/| |
| * / | | Fix the combination of gem :require and env or install_ifBrian Hawley2016-05-241-3/+3
| |/ / /
* | | | Added spec for multiple plugin installAsutosh Palai2016-06-071-3/+3
* | | | Multiple plugins to be installed by cli installAsutosh Palai2016-06-074-47/+49
* | | | Minor correctionsAsutosh Palai2016-06-074-5/+5
* | | | Using module_function in Plugin moduleAsutosh Palai2016-06-071-99/+101
* | | | Added more unit specsAsutosh Palai2016-06-071-2/+2
* | | | Added unit test form plugin moduleAsutosh Palai2016-06-071-2/+6
* | | | Added a few Error classesAsutosh Palai2016-06-071-2/+5