Merge pull request #503 from chef/jcd/fix-license

Fix license warning during gem build.
This commit is contained in:
Dominik Richter 2016-02-29 02:24:03 +01:00
commit 0c9c76e623

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
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.homepage = 'https://github.com/chef/inspec'
spec.license = 'Apache 2.0'
spec.license = 'Apache-2.0'
spec.files = %w{
README.md Rakefile MAINTAINERS.toml MAINTAINERS.md LICENSE inspec.gemspec