summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 13:51:52 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-10-09 13:51:52 -0400
commita39d63cb1a6c1031abd1bcb3a8e9a30127a89b10 (patch)
tree5bd9fca4c9d378313681ab9d951320987361a908
parentdb36af2b9964d053eb03f89f91da296b0dc515aa (diff)
parentf5ad0f94005a6132098ea819564b8883c8f6a76a (diff)
downloadohai-a39d63cb1a6c1031abd1bcb3a8e9a30127a89b10.tar.gz
Merge pull request #632 from chef/ksubrama/gemspec
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