inspec-containerd-docs 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8317beeaf0e084478957e42680e112d0aaef220c7a728498798411a1acd51928
4
- data.tar.gz: 015f3c3cb7948affd4d9a0924dd73b53d7a80bcd0c0d881fc5ef5ffb401bf3fc
3
+ metadata.gz: de767961508a5d1e25080c9ccee53153b06630ae8a6f3bb61c0edcfd3d585320
4
+ data.tar.gz: 1ef70635d316aa1ec7d32e436367a085eeec1c90f879d7dc7238291c4c182a94
5
5
  SHA512:
6
- metadata.gz: a3c32082172b61884e623a598e75de33fdb9c04ea39fdd4a4c5da9f37eba112d453e1d97471706d1ef8320b6276b4d2276671663865a6acf8564a6474902192a
7
- data.tar.gz: d26d4949e246325c7a179365ec402dc5670ad0e7b2c3595a016a0b6206604e8f5121dead52414c929938bedd609d25048106a3a3cb3a6b37b33dac40de876f1d
6
+ metadata.gz: 927e673f62f65552bcade3e315fbc9ec4d12dd2099625e14b7d64655037f658085cefab69f5a3254f6aa7dd55f56dcb8415aa8bf51f1a90505780f0891388e44
7
+ data.tar.gz: 0c131b823afd1bf70c533090ccddd911839970906b5d577267cb9ba3696f5f94a66ae3abc9fa944c01ca2f1c47e3627e44d0a21a32aa6dd4c7f470055b86185f
@@ -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
@@ -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.0".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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Brinkerhoff