mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
9ecfad0122
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
10 lines
No EOL
407 B
Ruby
10 lines
No EOL
407 B
Ruby
# .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 |