inspec/lib/plugins/inspec-reporter-junit/inspec-reporter-junit.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
552 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-junit"
spec.summary = "JUnit XML reporter plugin"
spec.description = "`junit` is the legacy Chef InSpec JUnit reporter, which is retained for backwards compatibility. It generates an XML report in Apache Ant JUnit format. The output format is considered nonstandard in several ways. New users are advised to use `junit2`."
spec.license = "Apache-2.0"
end