Provides information about specifcations and dependencies to the resolver, allowing the {Resolver} class to remain generic while still providing power and flexibility.
This module contains the methods that users of Gem::Resolver::Molinillo
must to implement, using knowledge of their own model classes.
TextConstruct
that conveys a description or subtitle for a Feed
TextConstruct
that conveys a description or title for a feed or Entry
An error caused by conflicts in version
Raised when a lockfile cannot be parsed
An SSLContext
is used to set various options regarding certificates, algorithms, verification, session caching, etc. The SSLContext
is used to create an SSLSocket
.
All attributes must be set before creating an SSLSocket
as the SSLContext
will be frozen afterward.
The following attributes are available but don’t show up in rdoc:
ssl_version, cert, key, client_ca
, ca_file
, ca_path
, timeout,
session_id_context
, session_add_cb, session_new_cb
, session_remove_cb
An OpenSSL::OCSP::Response
contains the status of a certificate check which is created from an OpenSSL::OCSP::Request
.
An OpenSSL::OCSP::BasicResponse
contains the status of a certificate check which is created from an OpenSSL::OCSP::Request
. A BasicResponse
is more detailed than a Response
.