summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-30 15:17:33 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 15:17:33 -0700
commit126f9e5081504136ba51d1bd907b0f0692d43a39 (patch)
tree5579566e63cc7db05893ecd1a2e5e401d113f298
parenta32e96a6a8cd53e2ff2a775ef0f757550289f89b (diff)
downloadmixlib-authentication-126f9e5081504136ba51d1bd907b0f0692d43a39.tar.gz
Ship Gemfile so tests can run from the gem
-rw-r--r--mixlib-authentication.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index 7bc6129..afb6930 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-log"
s.require_path = 'lib'
- s.files = %w(LICENSE README.rdoc Rakefile NOTICE) + Dir.glob("{lib,spec}/**/*")
+ s.files = %w(LICENSE README.rdoc Gemfile Rakefile NOTICE) + Dir.glob("{lib,spec}/**/*")
end