Module not available on this version
This module is only available on newer versions. The first available version of the module is shown here.
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
Bundler::Molinillo is a generic
dependency resolution algorithm.
Constants
VERSION = '0.6.6'.freeze
ResolutionState = Struct.new(
:name,
:requirements,
:activated,
:requirement,
:possibilities,
:depth,
:conflicts,
:unused_unwind_options
)
Attributes
Show files where this module is defined (21 files)
lib/bundler/vendor/molinillo/lib/molinillo.rb
lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
lib/bundler/vendor/molinillo/lib/molinillo/state.rb