summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-30 15:02:44 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 15:02:44 -0700
commit9d9bde1e8d51f7a09fa83773a6dcc2bf129588a8 (patch)
treee061e277873d269b33a57e4bdc77788022ed4d79
parentdc78297bbbaa88156733ac053e2c66057b17b049 (diff)
downloadohai-9d9bde1e8d51f7a09fa83773a6dcc2bf129588a8.tar.gz
Ship our Gemfile so people can run our tests from the gem
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 915068b4..5b71340e 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 Rakefile) + Dir.glob("{docs,lib,spec}/**/*")
+ s.files = %w(LICENSE README.md Gemfile Rakefile) + Dir.glob("{docs,lib,spec}/**/*")
end