inspec-containerd-docs 0.1.1 → 0.1.2

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: 2627e35b61a3e3c276ab02874bb7af350c55d00029661208a78ab07ccab81bb0
4
- data.tar.gz: 7c697c7218870584db38a706f00aa4a916309e056d3984bb6c2f5b9207144ae2
3
+ metadata.gz: de767961508a5d1e25080c9ccee53153b06630ae8a6f3bb61c0edcfd3d585320
4
+ data.tar.gz: 1ef70635d316aa1ec7d32e436367a085eeec1c90f879d7dc7238291c4c182a94
5
5
  SHA512:
6
- metadata.gz: a5f8c9f4d9834aa7737c0ae42107e373d98ac2f8a66216b25f9606254ddb04007f6d43d9c478a94d0c4e17bd5a16649d21005cd3b80bba3f008319ad33e004fc
7
- data.tar.gz: a17288fba765d314fbeb7dcddf6f0f98ddb6734d60cd23b5ac2c1de728ac1ad2e38c67d87c0b9c4e4fd1248fa74fba9c19efafbb8ef8bb57b563286abe1f54a0
6
+ metadata.gz: 927e673f62f65552bcade3e315fbc9ec4d12dd2099625e14b7d64655037f658085cefab69f5a3254f6aa7dd55f56dcb8415aa8bf51f1a90505780f0891388e44
7
+ data.tar.gz: 0c131b823afd1bf70c533090ccddd911839970906b5d577267cb9ba3696f5f94a66ae3abc9fa944c01ca2f1c47e3627e44d0a21a32aa6dd4c7f470055b86185f
@@ -17,7 +17,7 @@ module InspecPlugins
17
17
 
18
18
  # Define an Input plugin type.
19
19
  cli_command :'containerd' do
20
- require_relative 'cli'
20
+ require 'inspec-containerd-docs/version'
21
21
  InspecPlugins::ContainerdDocs::CliCommand
22
22
  end
23
23
  end
@@ -5,6 +5,6 @@
5
5
  # to learn the current version.
6
6
  module InspecPlugins
7
7
  module ContainerdDocs
8
- VERSION = "0.1.1".freeze
8
+ VERSION = "0.1.2".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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Brinkerhoff