summaryrefslogtreecommitdiff
path: root/chef-zero.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'chef-zero.gemspec')
-rw-r--r--chef-zero.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/chef-zero.gemspec b/chef-zero.gemspec
index 44472bd..815dba8 100644
--- a/chef-zero.gemspec
+++ b/chef-zero.gemspec
@@ -25,5 +25,6 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables = ['chef-zero']
s.require_path = 'lib'
- s.files = %w(LICENSE README.md Gemfile Rakefile) + Dir.glob('{lib,spec}/**/*')
+ s.files = %w(LICENSE README.md Gemfile Rakefile) + Dir.glob("*.gemspec") +
+ Dir.glob('{lib,spec}/**/*', File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
end