Remove everything in the DependencyList
that matches but doesn’t satisfy items in dependencies
(a hash of gem names to arrays of dependencies).
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.
Enumerates the outdated local gems yielding the local specification and the latest remote version.
This method may take some time to return as it must check each local gem against the server’s index.
Thanks, FakeWeb!
Creates a self-signed certificate with an issuer and subject of subject
and the given extensions
for the key
.
Add the install/update options to the option parser.
Add local/remote options to the command line parser.
Add the –bulk-threshold option
Creates a self-signed certificate with the given number of bits
, the issuer cn
and a comment
to be stored in the certificate.
Creates a self-signed certificate with the given number of bits
, the issuer cn
and a comment
to be stored in the certificate.