Returns full path to the directory where gem’s extensions are installed.
Returns path to the extensions directory.
Location of RubyGems.org credentials
Really verbose mode gives you extra output.
Indicated, based on the requested domain, if local gems should be considered.
Indicated, based on the requested domain, if remote gems should be considered.
Builds extensions. Valid types of extensions are extconf.rb files, configure scripts and rakefiles or mkrf_conf files.
Creates an installer for spec
that will install into gem_home
. If user
is true a user-install will be performed.
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.