mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Improve the description and summary of the InSpec gem.
This commit is contained in:
parent
a7729ce656
commit
fbd8ca45df
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