inspec/lib/plugins/inspec-habitat/inspec-habitat.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
395 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-habitat"
spec.summary = "Plugin to create/upload habitat package"
spec.description = "This extensions will allow you to create/upload habitat package from an inspec profile."
spec.license = "Apache-2.0"
end