Raised when you haven’t provided enough input to your MockGemUi
Raised when a tar file is corrupt
TarReader
reads tar files and allows iteration over their items
A FetchError
exception wraps up the various possible IO
and HTTP failures that could happen while downloading from the internet.
The BestSet
chooses the best available method to query a remote index.
It combines IndexSet and APISet
A set which represents the installed gems. Respects all the normal settings that control where to look for installed gems.
An InstalledSpecification
represents a gem that is already installed locally.
A set of gems for installation sourced from remote sources and local .gem files
A VendorSet
represents gems that have been unpacked into a specific directory that contains a gemspec.
This is used for gem dependency file support.
Example:
set = Gem::Resolver::VendorSet.new set.add_vendor_gem 'rake', 'vendor/rake'
The directory vendor/rake must contain an unpacked rake gem along with a rake.gemspec (watching the given name).
A VendorSpecification
represents a gem that has been unpacked into a project and is being loaded through a gem dependencies file through the path:
option.
The TrustDir
manages the trusted certificates for gem signature verification.
Represents an installed gem. This is used for dependency resolution.
This represents a vendored source that is similar to an installed gem.