mirror of
https://github.com/inspec/inspec
synced 2025-02-19 23:48:43 +00:00
Merge pull request #503 from chef/jcd/fix-license
Fix license warning during gem build.
This commit is contained in:
commit
0c9c76e623
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