Creates a new tar entry for header
that will be read from io
Wraps io
and allows up to limit
bytes to be written
Creates a new RestrictedStream
wrapping io
Raises a ParseError
with the given message
which was encountered at a line
and column
while parsing.
Parses lockfiles
Initializes an empty dependency graph
Initializes a new error with the given missing dependency. @param [Object] dependency @see {#dependency} @param [Array<Object>] required_by
@see {#required_by}
Initializes a new error with the given circular vertices. @param [Array<DependencyGraph::Vertex>] nodes the nodes in the dependency
that caused the error
Initializes a new error with the given version conflicts. @param [{String => Resolution::Conflict}] conflicts see {#conflicts}
Initializes a new resolver. @param [SpecificationProvider] specification_provider
see {#specification_provider}
@param [UI] resolver_ui
see {#resolver_ui}
class that Parses String’s into URI’s
It contains a Hash
set of patterns and Regexp’s that match and validate.
Indicates some other unhandled resolver error was encountered.
Contains information on the agent used to generate the feed.
Reference: validator.w3.org/feed/docs/rfc4287.html#element.generator
Raised when a lockfile cannot be parsed