From 1577fe7b8a855625a31b3f550d0f496a7036bb55 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 21 Sep 2018 17:10:36 -0700 Subject: [PATCH] Ship the gemfile in the gem We need this for appbundler this gem in ChefDK Signed-off-by: Tim Smith --- chef-vault.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef-vault.gemspec b/chef-vault.gemspec index e234815..cbb5e04 100644 --- a/chef-vault.gemspec +++ b/chef-vault.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.description = s.summary s.homepage = "https://github.com/chef/chef-vault" s.license = "Apache License, v2.0" - s.files = `git ls-files`.split("\n").select { |f| f =~ %r{^(?:LiCENSE|bin/|lib/)}i } + s.files = `git ls-files`.split("\n").select { |f| f =~ %r{^(?:LICENSE|Gemfile|bin/|lib/)}i } s.require_paths = ["lib"] s.bindir = "bin" s.executables = %w{ chef-vault }