True if the gems in the system satisfy dependency
.
Ensures the Gem::Specification
written out for this gem is loadable upon installation.
return the stub script text used to launch the true Ruby script
Prefix and suffix the program filename the same as ruby.
The path where installed executables live
Given a name and requirement, downloads this gem into cache and returns the filename. Returns nil if the gem cannot be located.
Find
and fetch gem name tuples that match dependency
.
If matching_platform
is false, gems for all platforms are returned.
Find
and fetch specs that match dependency
.
If matching_platform
is false, gems for all platforms are returned.
Return currently unresolved specs that contain the file matching path
.
Make sure the YAML specification is properly formatted with dashes
TODO: move to minitest
Builds and installs the Gem::Specification
spec
into the user dir
Installs the provided default specs including writing the spec file
Install the provided default specs
Add spec
to +@fetcher+ serving the data in the file path
. repo
indicates which repo to make spec
appear to be in.
Allows tests to use a random (but controlled) port number instead of a hardcoded one. This helps CI tools when running parallels builds on the same builder slave.
Choose from a list of options. question
is a prompt displayed above the list. list
is a list of option strings. Returns the pair [option_name, option_index].
private functions