inspec/lib/plugins/inspec-plugin-manager-cli/inspec-plugin-manager-cli.gemspec

10 lines
407 B
Ruby
Raw Normal View History

# .gemspec file is added to add plugin details
# These specs are used in plugin list and search command
Gem::Specification.new do |spec|
spec.name = "inspec-plugin-manager-cli"
spec.summary = "CLI plugin for InSpec"
spec.description = "This is a CLI plugin for InSpec. It uses the Plugins API v2 to create a
series of commands to manage plugins."
spec.license = "Apache-2.0"
end