summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 18:06:17 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 18:06:17 -0400
commit6d7adf9b39459541250049ae03d9e2c6abe94b90 (patch)
tree9be15c86a3e05ac30152a74744f62d1d67917b9d /chef.gemspec
parent057d2ee6a2c3b66430bf2259bba6e77331d3b958 (diff)
parentee8039ae47fe057f5f1d1a2d60117299a0966370 (diff)
downloadchef-6d7adf9b39459541250049ae03d9e2c6abe94b90.tar.gz
Merge pull request #4049 from chef/ksubrama/gemspecjk/notification_blocks
Add gemspec files to allow bundler to run from the gem
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index b1abe7670a..96673f391a 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -52,5 +52,5 @@ Gem::Specification.new do |s|
s.executables = %w( chef-client chef-solo knife chef-shell chef-apply )
s.require_path = 'lib'
- s.files = %w(Gemfile Rakefile LICENSE README.md CONTRIBUTING.md) + Dir.glob("{distro,lib,tasks,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
+ s.files = %w(Gemfile Rakefile LICENSE README.md CONTRIBUTING.md) + Dir.glob("{distro,lib,tasks,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) } + Dir.glob("*.gemspec")
end