diff options
author | Thom May <thom@chef.io> | 2018-04-12 17:14:44 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-04-12 17:14:44 +0100 |
commit | ddb7b55b316ae1698ffc224cf9270af9dcec7c7c (patch) | |
tree | d12546064d4ed2a1f25a35f8cba4d1751e97a6b1 /chef.gemspec | |
parent | 415c82c77489b25000ef22040168eee33950ebaf (diff) | |
download | chef-ddb7b55b316ae1698ffc224cf9270af9dcec7c7c.tar.gz |
ship resource-inspectortm/ship_resource_inspector
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index 5f99dd72fb..614744fb6f 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -55,7 +55,7 @@ Gem::Specification.new do |s| s.add_dependency "bundler", ">= 1.10" s.bindir = "bin" - s.executables = %w{ chef-client chef-solo knife chef-shell chef-apply } + s.executables = %w{ chef-client chef-solo knife chef-shell chef-apply chef-resource-inspector } s.require_paths = %w{ lib } s.files = %w{Gemfile Rakefile LICENSE README.md CONTRIBUTING.md VERSION} + Dir.glob("{distro,lib,lib-backcompat,tasks,acceptance,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } + Dir.glob("*.gemspec") |