State
Transition Table Serialization
Remove everything in the DependencyList
that matches but doesn’t satisfy items in dependencies
(a hash of gem names to arrays of dependencies).
Creates the following instance variables:
a spec named ‘a’, intended for regular installs
a spec named ‘b’, intended for user installs
the path to a built gem from @spec
the path to a built gem from @user_spec
And returns a Gem::Installer
for the @user_spec that installs into Gem.user_dir
Returns true and prepares http response, if rdoc for the requested gem name pattern was found.
The search is based on the file system content, not on the gems metadata. This allows additional documentation folders like ‘core’ for the Ruby core documentation - just put it underneath the main doc folder.
Suggests gems based on the supplied gem_name
. Returns an array of alternative gem names.
Thanks, FakeWeb!