Sha256: 411ff50e87eff060cbdd7cee851431f9a349b1fa156cc20961e8cf7a1ebd3794

Contents?: true

Size: 583 Bytes

Versions: 7

Compression:

Stored size: 583 Bytes

Contents

# encoding: utf-8

# This file is known as the "entry point."
# This is the file InSpec will try to load if it
# thinks your plugin is installed.

# The *only* thing this file should do is setup the
# load path, then load the plugin definition file.

# Next two lines simply add the path of the gem to the load path.
# This is not needed when being loaded as a gem; but when doing
# plugin development, you may need it.  Either way, it's harmless.
libdir = File.dirname(__FILE__)
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)

require 'inspec-resource-lister/plugin'

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
inspec-core-2.3.10 examples/plugins/inspec-resource-lister/lib/inspec-resource-lister.rb
inspec-2.3.10 examples/plugins/inspec-resource-lister/lib/inspec-resource-lister.rb
inspec-core-2.3.5 examples/plugins/inspec-resource-lister/lib/inspec-resource-lister.rb
inspec-2.3.5 examples/plugins/inspec-resource-lister/lib/inspec-resource-lister.rb
inspec-resource-lister-0.1.0 lib/inspec-resource-lister.rb
inspec-core-2.3.4 examples/plugins/inspec-resource-lister/lib/inspec-resource-lister.rb
inspec-2.3.4 examples/plugins/inspec-resource-lister/lib/inspec-resource-lister.rb