mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Fix warning:
WARNING: WARNING: license value 'Apache 2.0' is invalid. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license. WARNING: See http://guides.rubygems.org/specification-reference/ for help
This commit is contained in:
parent
3c42a1b608
commit
dee0b32c2f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.summary = 'Infrastructure and compliance testing.'
|
spec.summary = 'Infrastructure and compliance testing.'
|
||||||
spec.description = 'InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification.'
|
spec.description = 'InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification.'
|
||||||
spec.homepage = 'https://github.com/chef/inspec'
|
spec.homepage = 'https://github.com/chef/inspec'
|
||||||
spec.license = 'Apache 2.0'
|
spec.license = 'Apache-2.0'
|
||||||
|
|
||||||
spec.files = %w{
|
spec.files = %w{
|
||||||
README.md Rakefile MAINTAINERS.toml MAINTAINERS.md LICENSE inspec.gemspec
|
README.md Rakefile MAINTAINERS.toml MAINTAINERS.md LICENSE inspec.gemspec
|
||||||
|
|
Loading…
Add table
Reference in a new issue