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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8317beeaf0e084478957e42680e112d0aaef220c7a728498798411a1acd51928
4
- data.tar.gz: 015f3c3cb7948affd4d9a0924dd73b53d7a80bcd0c0d881fc5ef5ffb401bf3fc
3
+ metadata.gz: 2627e35b61a3e3c276ab02874bb7af350c55d00029661208a78ab07ccab81bb0
4
+ data.tar.gz: 7c697c7218870584db38a706f00aa4a916309e056d3984bb6c2f5b9207144ae2
5
5
  SHA512:
6
- metadata.gz: a3c32082172b61884e623a598e75de33fdb9c04ea39fdd4a4c5da9f37eba112d453e1d97471706d1ef8320b6276b4d2276671663865a6acf8564a6474902192a
7
- data.tar.gz: d26d4949e246325c7a179365ec402dc5670ad0e7b2c3595a016a0b6206604e8f5121dead52414c929938bedd609d25048106a3a3cb3a6b37b33dac40de876f1d
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 InspecPlugin::ContainerdDocs
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
@@ -5,6 +5,6 @@
5
5
  # to learn the current version.
6
6
  module InspecPlugins
7
7
  module ContainerdDocs
8
- VERSION = "0.1.0".freeze
8
+ VERSION = "0.1.1".freeze
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspec-containerd-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Brinkerhoff