From be53391565ffd0a45b7f513b6894517daf1b126a Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Fri, 24 May 2019 12:55:11 -0700 Subject: [PATCH] Update author/email tags in gemspec Signed-off-by: Miah Johnson --- inspec.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inspec.gemspec b/inspec.gemspec index 1993f97e0..f14371201 100644 --- a/inspec.gemspec +++ b/inspec.gemspec @@ -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'