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