mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
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
|