mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #370 from chef/dr/desc
Improve the description and summary of the InSpec gem.
This commit is contained in:
commit
acbec3a0df
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue