new(*deps) Class Public methods
gem(name, *reqs) Instance Public methods Declare that a gem of name name with reqs requirements is needed.
import(deps) Instance Public methods Add deps Gem::Depedency objects to the set.
install(options, &b) Instance Public methods
install_into(dir, force=true, &b) Instance Public methods
load_gemdeps(path) Instance Public methods Load a dependency management file.
resolve(set=nil) Instance Public methods Resolve the requested dependencies and return an Array of Specification objects to be activated.
resolve_current() Instance Public methods Resolve the requested dependencies against the gems available via Gem.path and return an Array of Specification objects to be activated.
sorted_requests() Instance Public methods
specs() Instance Public methods
Page 330 of 11844