Prepares the gem for signing and checksum generation. If a signing certificate and key are not present only checksum generation is set up.
Dump only the raw version string, not the complete object. It’s a string for backwards (RubyGems 1.3.5 and earlier) compatibility.
Load custom marshal format. It’s a string for backwards (RubyGems 1.3.5 and earlier) compatibility.
Combines sets
into a ComposedSet
that allows specification lookup in a uniform manner. If one of the sets
is itself a ComposedSet
its sets are flattened into the result ComposedSet
.
Duplicates array_attributes
from other_spec
so state isn’t shared.
Is this specification missing its extensions? When this returns true you probably want to build_extensions
Returns the path to the certificate named cert_name
from test/rubygems/
.
Display a warning on stderr. Will ask question
if it is not nil.
Display an error message in a location expected to get error messages. Will ask question
if it is not nil.
CommandProcessor#expand_path(path)
path: String return: String returns the absolute path for <path>
check the user
and password
.
If password
is not provided, then user
is split, using URI::Generic.split_userinfo
, to pull user
and +password.
see also URI::Generic.check_user
, URI::Generic.check_password
check the user v
component for RFC2396 compliance and against the URI::Parser
Regexp
for :USERINFO
Can not have a registry or opaque component defined, with a user component defined.
protected setter for the password component v
see also URI::Generic.password=
returns the userinfo ui
as user, password if properly formatted as ‘user:password’
check the opaque v
component for RFC2396 compliance and against the URI::Parser
Regexp
for :OPAQUE
Can not have a host, port, user or path component defined, with an opaque component defined.
Merges a base path base
, with relative path rel
, returns a modified base path.
returns an Array of the components defined from the COMPONENT
Array
private setter for scope val
private setter for filter val
This method provides the metavariables defined by the revision 3 of “The WWW Common Gateway Interface Version 1.1” To browse the current document of CGI
Version 1.1, see below: tools.ietf.org/html/rfc3875