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>
9 lines
No EOL
395 B
Ruby
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 |