Raised when a tar file is corrupt
Allows writing of tar files
A set which represents the installed gems. Respects all the normal settings that control where to look for installed gems.
The SourceSet
chooses the best available method to query a remote index.
Kind off like BestSet but filters the sources for gems
Encodes given str
to URL-encoded form data.
This method doesn’t convert *, -, ., 0-9, A-Z, _, a-z, but does convert SP (ASCII space) to + and converts others to %XX.
If enc
is given, convert str
to the encoding before percent encoding.
This is an implementation of www.w3.org/TR/2013/CR-html5-20130806/forms.html#url-encoded-form-data.
Decodes given str
of URL-encoded form data.
This decodes + to SP.
A generic resource abstract class.
Private method to assemble query
from attributes
, scope
, filter
, and extensions
.
Returns Regexp
that is default self.regexp, unless schemes
is provided. Then it is a Regexp.union
with self.pattern.
Constructs the default Hash
of patterns.
Constructs the default Hash
of Regexp’s.
Get the distributionPoint fullName URI
from the certificate’s CRL
distribution points extension, as described in RFC5280 Section 4.2.1.13
Returns an array of strings or nil or raises ASN1::ASN1Error
.