Bundler::Molinillo is a generic dependency resolution algorithm.
| ResolutionState | = | Struct.new( :name, :requirements, :activated, :requirement, :possibilities, :depth, :conflicts, :unused_unwind_options | A state that a {Resolution} can be in @attr [String] name the name of the current requirement @attr [Array<Object>] requirements currently unsatisfied requirements @attr [DependencyGraph] activated the graph of activated dependencies @attr [Object] requirement the current requirement @attr [Object] possibilities the possibilities to satisfy the current requirement @attr [Integer] depth the depth of the resolution @attr [Hash] conflicts unresolved conflicts, indexed by dependency name @attr [Array<UnwindDetails>] unused_unwind_options unwinds for previous conflicts that weren‘t explored | |
| VERSION | = | '0.6.6'.freeze | The version of Bundler::Molinillo. |