summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-30 15:08:47 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 15:08:47 -0700
commitcd59349fb0103e3a8c0b9d80adae82a370a0632f (patch)
tree93c3d06408d665d2a9ec05cdb5528316874c3399
parentd0af6592150da6bfcd54abac0ba751ef548fe917 (diff)
downloadmixlib-config-cd59349fb0103e3a8c0b9d80adae82a370a0632f.tar.gz
Ship the Gemfile so tests can be run from the gem
-rw-r--r--mixlib-config.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-config.gemspec b/mixlib-config.gemspec
index c5a28c6..c8af4e5 100644
--- a/mixlib-config.gemspec
+++ b/mixlib-config.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
"LICENSE",
"README.md"
]
- s.files = [ "LICENSE", "NOTICE", "README.md", "Rakefile" ] + Dir.glob("{lib,spec}/**/*")
+ s.files = [ "LICENSE", "NOTICE", "README.md", "Gemfile", "Rakefile" ] + Dir.glob("{lib,spec}/**/*")
s.homepage = "http://www.chef.io"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"