ok_to_remove?(full_name, check_dev=true) Instance Public methods Is is ok to remove a gemspec from the dependency list? If removing the gemspec creates breaks a currently ok dependency, then it is NOT ok to remove the gemspec.
remove_by_name(full_name) Instance Public methods Removes the gemspec matching full_name from the dependency list
remove_specs_unsatisfied_by(dependencies) Instance Public methods Remove everything in the DependencyList that matches but doesn't satisfy items in dependencies (a hash of gem names to arrays of dependencies).
spec_predecessors() Instance Public methods Return a hash of predecessors. result[spec] is an Array of gemspecs that have a dependency satisfied by the named gemspec.
tsort_each_child(node) Instance Public methods
tsort_each_node(&block) Instance Public methods
why_not_ok?(quick = false) Instance Public methods
new(conflict) Class Public methods
conflicting_dependencies() Instance Public methods
new(spec, req, others_possible=true) Class Public methods
Page 302 of 11844