Singular accessor for require_paths
Singular accessor for require_paths
A vendor_gem
is used with a gem dependencies file. The gem created here has no files, just a gem specification for the given name
and version
.
Yields the specification
to the block, if given
create_gemspec creates gem specification in given directory
or ‘.’ for the given name
and version
.
Yields the specification
to the block, if given
Return a progress reporter object chosen from the current verbosity.
Given a gem file’s contents, validates against its own MD5 checksum
Contents of the gem file
Redirects to url
with a WEBrick::HTTPStatus::Redirect
status
.
Example:
res.set_redirect WEBrick::HTTPStatus::TemporaryRedirect
Visit all subnodes of self
recursively
Enumerates the parents of directory
.
When allow_prerelease
is set to true
prereleases gems are allowed to match dependencies.
Returns the hash value of a given string. This is equivalent to Digest::Class.new(*parameters)
.digest(string), where extra parameters, if any, are passed through to the constructor and the string is passed to digest()
.
Returns the hex-encoded hash value of a given string. This is almost equivalent to Digest.hexencode
(Digest::Class.new(*parameters)
.digest(string)).
Returns the base64 encoded hash value of a given string. The return value is properly padded with ‘=’ and contains no line feeds.
Returns a string formatted with an easily readable representation of the internal state of the pointer.
String representation of this configuration object, including the class name and its sections.