summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 12:34:14 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 12:34:14 -0400
commitf5ad0f94005a6132098ea819564b8883c8f6a76a (patch)
tree5bd9fca4c9d378313681ab9d951320987361a908
parentdb36af2b9964d053eb03f89f91da296b0dc515aa (diff)
downloadohai-f5ad0f94005a6132098ea819564b8883c8f6a76a.tar.gz
Add gemspec files to allow bundler to run from the gem
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 5b71340e..46c8dfd4 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -46,5 +46,5 @@ Gem::Specification.new do |s|
s.executables = %w(ohai)
s.require_path = 'lib'
- s.files = %w(LICENSE README.md Gemfile Rakefile) + Dir.glob("{docs,lib,spec}/**/*")
+ s.files = %w(LICENSE README.md Gemfile Rakefile) + Dir.glob("*.gemspec") + Dir.glob("{docs,lib,spec}/**/*")
end