From 12b2e1d6eea25d4c589f37d1ddbed45d5a20d51f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 23 Oct 2018 18:46:50 -0700 Subject: Don't ship rakefile/gemfile/gemspecs We don't ship the specs. We're not running the tests on this gem. Signed-off-by: Tim Smith --- mixlib-shellout.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixlib-shellout.gemspec') diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec index c161a81..0145759 100644 --- a/mixlib-shellout.gemspec +++ b/mixlib-shellout.gemspec @@ -18,6 +18,6 @@ Gem::Specification.new do |s| s.add_development_dependency "chefstyle" s.require_path = "lib" - s.files = %w{Gemfile Rakefile LICENSE README.md} + Dir.glob("*.gemspec") + + s.files = %w{LICENSE README.md} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } end -- cgit v1.2.1