dependencies_ok?(spec) Instance Public methods
formatted_program_filename(filename) Instance Public methods
path_ok?(gem_dir, spec) Instance Public methods Is spec in gem_dir?
remove(spec) Instance Public methods spec the spec of the gem to be uninstalled list the list of all such gems Warning: this method modifies the list parameter. Once it has uninstalled a gem, it is removed from that list.
remove_all(list) Instance Public methods Removes all gems in list. NOTE: removes uninstalled gems from list.
remove_executables(spec) Instance Public methods Removes installed executables and batch files (windows only) for gemspec.
uninstall() Instance Public methods Performs the uninstall of the gem. This removes the spec, the Gem directory, and the cached .gem file.
uninstall_gem(spec) Instance Public methods Uninstalls gem spec
new(dep) Class Public methods
alert(*args) Instance Public methods
Page 358 of 11844