Merge pull request #370 from chef/dr/desc

Improve the description and summary of the InSpec gem.
This commit is contained in:
Christoph Hartmann 2016-01-15 20:25:35 -05:00
commit acbec3a0df

View file

@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = Inspec::VERSION
spec.authors = ['Dominik Richter']
spec.email = ['dominik.richter@gmail.com']
spec.summary = 'Validate Inspec compliance checks'
spec.description = 'Validate Inspec compliance checks.'
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'