inspec/lib/plugins/inspec-reporter-json-min/inspec-reporter-json-min.gemspec
Nikita Mathur 9ecfad0122 Added gemspec file to core plugins to be used in plugin listing for description
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2022-03-18 17:27:11 +05:30

9 lines
No EOL
438 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-reporter-json-min"
spec.summary = "Json-min json reporter plugin"
spec.description = "This plugin provides the `json-min` reporter, which produces test output in JSON format with less detail than the `json` reporter."
spec.license = "Apache-2.0"
end