Module: Gem::Guardian

Defined in:
lib/gem/guardian/cli.rb,
lib/gem/guardian/error.rb,
lib/gem/guardian/version.rb,
lib/gem/guardian/checksum.rb,
lib/gem/guardian/verifier.rb,
lib/gem/guardian/dependency.rb,
lib/gem/guardian/artifact_store.rb,
lib/gem/guardian/lockfile_parser.rb,
lib/gem/guardian/rubygems_client.rb

Defined Under Namespace

Modules: Checksum Classes: ArtifactStore, CLI, Dependency, LockfileParser, RubygemsClient, VerificationResult, Verifier

Constant Summary collapse

Error =
Class.new(StandardError)
ChecksumNotFound =
Class.new(Error)
ArtifactFetchError =
Class.new(Error)
LockfileError =
Class.new(Error)
VERSION =
"0.1.0"