mirror of
https://github.com/inspec/inspec
synced 2024-11-15 09:27:20 +00:00
9454821d7c
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
9 lines
340 B
Ruby
9 lines
340 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-sign"
|
|
spec.summary = ""
|
|
spec.description = "Plugin to generate asymmetrical keys that you can use to encrypt profiles"
|
|
spec.license = "Apache-2.0"
|
|
end
|