mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update author/email tags in gemspec
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
06e517ba07
commit
be53391565
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ require 'inspec/version'
|
|||
Gem::Specification.new do |spec|
|
||||
spec.name = 'inspec'
|
||||
spec.version = Inspec::VERSION
|
||||
spec.authors = ['Dominik Richter']
|
||||
spec.email = ['dominik.richter@gmail.com']
|
||||
spec.authors = ['Chef InSpec Team']
|
||||
spec.email = ['inspec@chef.io']
|
||||
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/inspec/inspec'
|
||||
|
|
Loading…
Reference in a new issue