Builds and installs the Gem::Specification
spec
Uninstalls the Gem::Specification
spec
creates a temporary directory with hax TODO: deprecate and remove
Reads a Marshal
file at path
Reads a binary file at path
Install the provided specs
Is this test being run on a Windows platform?
Is this test being run on a Windows platform?
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
Uninstalls gem spec
Removes installed executables and batch files (windows only) for gemspec
.
Display an error message in a location expected to get error messages. Will ask question
if it is not nil.
start a job
Returns default port
Returns default port
check the password 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=
check the host v
component for RFC2396 compliance and against the URI::Parser
Regexp
for :HOST
Can not have a registry or opaque component defined, with a host component defined.
check the port v
component for RFC2396 compliance and against the URI::Parser
Regexp
for :PORT
Can not have a registry or opaque component defined, with a port component defined.
oth
URI
or String
Calculates relative path to oth from self
require 'uri' uri = URI.parse('http://my.example.com') p uri.route_to('http://my.example.com/main.rbx?page=1') #=> #<URI::Generic:0x2020c2f6 URL:/main.rbx?page=1>