Skip to content

Commit

Permalink
Merge pull request #323 from chef/gemfile
Browse files Browse the repository at this point in the history
Ship the gemfile in the gem
  • Loading branch information
tas50 authored Sep 22, 2018
2 parents 681682e + 1577fe7 commit 351ad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 351ad4f

Please sign in to comment.