mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Update file list for gemspec
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
0ec6e16fc1
commit
2938d12be7
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency 'inspec', "= #{InspecBin::VERSION}"
|
||||
spec.add_development_dependency 'rake'
|
||||
|
||||
spec.files = %w{Rakefile LICENSE} + Dir.glob('*.gemspec') +
|
||||
Dir.glob('{lib}/**/*', File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
|
||||
spec.files = %w{README.md LICENSE} + Dir.glob('*.gemspec') +
|
||||
Dir.glob('{lib,bin}/**/*', File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
|
||||
|
||||
spec.bindir = 'bin'
|
||||
spec.executables = %w{inspec}
|
||||
|
|
Loading…
Reference in a new issue