mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
a8716f8dda
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
9 lines
No EOL
597 B
Ruby
9 lines
No EOL
597 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-streaming-reporter-progress-bar"
|
|
spec.summary = "Displays a real-time progress bar and control title as output"
|
|
spec.description = "This plugin is a streaming reporter plugin which shows the real-time progress of a running InSpec profile using a progress bar. It also outputs the ID of a running control with an indicator showing if the control has passed, failed or skipped."
|
|
spec.license = "Apache-2.0"
|
|
end |