mirror of
https://github.com/inspec/inspec
synced 2024-11-22 04:33:09 +00:00
Update README and gem description
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
60125d890b
commit
0ec6e16fc1
3 changed files with 5 additions and 7 deletions
3
inspec-bin/README.md
Normal file
3
inspec-bin/README.md
Normal 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.
|
|
@ -1,5 +0,0 @@
|
|||
task :install do
|
||||
sh('gem build inspec-bin.gemspec')
|
||||
# Not likely to be portable
|
||||
sh('yes | gem install *.gem')
|
||||
end
|
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue