alert_warning(*args) Instance Public methods
alert_error(*args) Instance Public methods
alert(*args) Instance Public methods
new(dep) Class Public methods
uninstall_gem(spec) Instance Public methods Uninstalls gem spec
uninstall() Instance Public methods Performs the uninstall of the gem. This removes the spec, the Gem directory, and the cached .gem file.
remove_executables(spec) Instance Public methods Removes installed executables and batch files (windows only) for gemspec.
remove_all(list) Instance Public methods Removes all gems in list. NOTE: removes uninstalled gems from list.
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.
path_ok?(gem_dir, spec) Instance Public methods Is spec in gem_dir?
Page 1974 of 2275