Results for: "Logger"

get_group( ‘[foo]bar’ ) -> [‘bar’, ‘[foo]’]

No documentation available
No documentation available

Sets up the maker for constructing Entry elements.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Guts of original execute

No documentation available
No documentation available
No documentation available

Ensures that signer is valid for time and was signed by the issuer. If the issuer is nil no verification is performed.

Extracts the certificate chain from the spec and calls verify to ensure the signatures and certificate chain is valid according to the policy..

Return the full path to the cached gem file matching the given name and version requirement. Returns ‘nil’ if no match.

Example:

get_path 'rake', '> 0.4' # "/usr/lib/ruby/gems/1.8/cache/rake-0.4.2.gem"
get_path 'rake', '< 0.1' # nil
get_path 'rak'           # nil (exact name required)
Search took: 3ms  ·  Total Results: 2247