inspec-containerd-docs 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/inspec-containerd-docs/cli.rb +1 -1
- data/lib/inspec-containerd-docs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2627e35b61a3e3c276ab02874bb7af350c55d00029661208a78ab07ccab81bb0
|
|
4
|
+
data.tar.gz: 7c697c7218870584db38a706f00aa4a916309e056d3984bb6c2f5b9207144ae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5f8c9f4d9834aa7737c0ae42107e373d98ac2f8a66216b25f9606254ddb04007f6d43d9c478a94d0c4e17bd5a16649d21005cd3b80bba3f008319ad33e004fc
|
|
7
|
+
data.tar.gz: a17288fba765d314fbeb7dcddf6f0f98ddb6734d60cd23b5ac2c1de728ac1ad2e38c67d87c0b9c4e4fd1248fa74fba9c19efafbb8ef8bb57b563286abe1f54a0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# lib/inspec-containerd-docs/cli.rb
|
|
2
2
|
|
|
3
|
-
module
|
|
3
|
+
module InspecPlugins::ContainerdDocs
|
|
4
4
|
# Class name doesn't matter, but this is a reasonable default name
|
|
5
5
|
class CliCommand < Inspec.plugin(2, :cli_command) # Note two-arg form
|
|
6
6
|
# Implement API or use DSL as dictated by cli_command plugin type
|