mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fix our inspec.gemspec for appbundler.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
e8b6ff219f
commit
77acd330e5
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
|
|||
# ONLY the aws/azure/gcp files. The rest will come in from inspec-core
|
||||
# the gemspec is necessary for appbundler so don't remove it
|
||||
spec.files =
|
||||
Dir.glob("{{lib,etc}/**/*,inspec.gemspec}")
|
||||
.grep(/aws|azure|gcp|gemspec/)
|
||||
Dir.glob("{{lib,etc}/**/*,Gemfile,inspec.gemspec}")
|
||||
.grep(/aws|azure|gcp|gemspec|Gemfile|inspec.gemspec/)
|
||||
.reject { |f| File.directory?(f) }
|
||||
|
||||
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
|
||||
|
|
Loading…
Reference in a new issue