# .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