Update README and gem description

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-04-26 14:23:12 -04:00 committed by tyler-ball
parent 60125d890b
commit 0ec6e16fc1
3 changed files with 5 additions and 7 deletions

3
inspec-bin/README.md Normal file
View file

@ -0,0 +1,3 @@
# inspec-bin
This gem exists so that we can publish the `inspec` executable in a separate gem from the main `inspec` library gem. This permits the community to use Chef InSpec as a library.

View file

@ -1,5 +0,0 @@
task :install do
sh('gem build inspec-bin.gemspec')
# Not likely to be portable
sh('yes | gem install *.gem')
end

View file

@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ['Chef InSpec Core Engineering ']
spec.email = ['inspec@chef.io']
spec.summary = 'Infrastructure and compliance testing.'
spec.description = 'InSpec executable for inspec gem. Use of this executable requires a commercial relationship Chef Software.'
spec.homepage = 'https://github.com/inspec/inspec'
spec.description = 'InSpec executable for inspec gem. Use of this executable may require accepting a license agreement.'
spec.homepage = 'https://github.com/inspec/inspec/tree/master/inspec-bin'
spec.license = 'Apache-2.0'
spec.require_paths = ['lib']