mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
9 lines
No EOL
397 B
Ruby
9 lines
No EOL
397 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-init"
|
|
spec.summary = "Plugin for scaffolding profile, plugin or a resource"
|
|
spec.description = "This extensions helps you to easily create a new profile, plugin or a resource."
|
|
spec.license = "Apache-2.0"
|
|
end |