summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 12:32:29 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 12:32:29 -0400
commitfe3841bb18c3072cb4a9a917a183761cafcc524c (patch)
tree07b5c7c06c653b93aae9403964c5159da06a10ec
parent247f664058e9413d3be43063434b2cdbfbe09ee9 (diff)
downloadchef-ksubrama/gemspec.tar.gz
Change chef-config's gemspec to include itselfksubrama/gemspec
-rw-r--r--chef-config/chef-config.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/chef-config.gemspec b/chef-config/chef-config.gemspec
index 475bd0f2d2..6619f04169 100644
--- a/chef-config/chef-config.gemspec
+++ b/chef-config/chef-config.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency(rspec, "~> 3.2")
end
- spec.files = %w(Rakefile LICENSE README.md) +
+ spec.files = %w(Rakefile LICENSE README.md) + Dir.glob("*.gemspec") +
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
spec.bindir = "bin"