Sha256: e0a52e87db6a3008c107d87984be4073788e4c4e29923d434bdffc4d31eb1140
Contents?: true
Size: 397 Bytes
Versions: 30
Compression:
Stored size: 397 Bytes
Contents
# .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
Version data entries
30 entries across 30 versions & 2 rubygems