Need inspec-bin Gemfile in the gem for appbundler

Signed-off-by: tyler-ball <tball@chef.io>
This commit is contained in:
tyler-ball 2019-04-29 15:46:14 -06:00
parent d4e7c91f5b
commit 9e8169cb87

View file

@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'inspec', "= #{InspecBin::VERSION}"
spec.add_development_dependency 'rake'
spec.files = %w{README.md LICENSE} + Dir.glob('*.gemspec') +
spec.files = %w{README.md LICENSE Gemfile} + Dir.glob('*.gemspec') +
Dir.glob('{lib,bin}/**/*', File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
spec.bindir = 'bin'