mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Need inspec-bin Gemfile in the gem for appbundler
Signed-off-by: tyler-ball <tball@chef.io>
This commit is contained in:
parent
d4e7c91f5b
commit
9e8169cb87
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue