From fbd8ca45dfc14b4e4fe3f9d1f96aefa51ce700b9 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Sat, 16 Jan 2016 01:59:38 +0100 Subject: [PATCH] Improve the description and summary of the InSpec gem. --- inspec.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inspec.gemspec b/inspec.gemspec index 9b223ecf8..a34dfa6da 100644 --- a/inspec.gemspec +++ b/inspec.gemspec @@ -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'