模块 Gem::Molinillo

Gem::Molinillo 是一个通用的依赖关系解析算法。

常量

ResolutionState

{Resolution} 可以处于的状态 @attr [String] name 当前需求的名称 @attr [Array<Object>] requirements 当前未满足的需求 @attr [DependencyGraph] activated 已激活的依赖关系图 @attr [Object] requirement 当前的需求 @attr [Object] possibilities 满足当前需求的可能性 @attr [Integer] depth 解析的深度 @attr [Hash] conflicts 未解决的冲突,按依赖关系名称索引 @attr [Array<UnwindDetails>] unused_unwind_options 未探索的先前冲突的回溯选项

VERSION

Gem::Molinillo 的版本。