Sha256: e057fc40d5a9b34da776e1fba24579cb64bd7f368958c488ff919f472905dea3

Contents?: true

Size: 580 Bytes

Versions: 16

Compression:

Stored size: 580 Bytes

Contents

# 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-streaming-reporter-progress-bar/plugin"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
inspec-core-6.8.11 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.22.58 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.22.55 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-6.8.1 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.22.40 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-6.6.0 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.22.36 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.22.29 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.22.3 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.21.29 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.18.14 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.17.4 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.14.0 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.12.2 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.10.5 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb
inspec-core-5.7.9 lib/plugins/inspec-streaming-reporter-progress-bar/lib/inspec-streaming-reporter-progress-bar.rb