From 456ef593963ad281aab6f33d8db178c58f3518d4 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 5 Feb 2020 21:36:05 +0100 Subject: [PATCH] Drop git usage from gemspec Forwarded: not-needed Gbp-Pq: Name 0004-puma.gemspec-drop-git-usage.patch --- puma.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/puma.gemspec b/puma.gemspec index e89a786..54419e4 100644 --- a/puma.gemspec +++ b/puma.gemspec @@ -13,8 +13,7 @@ Gem::Specification.new do |s| if RbConfig::CONFIG['ruby_version'] >= '2.5' s.metadata["msys2_mingw_dependencies"] = "openssl" end - s.files = `git ls-files -- bin docs ext lib tools`.split("\n") + - %w[History.md LICENSE README.md] + s.files = Dir.glob('**/*').reject { |f| f =~ /^debian\//} s.homepage = "https://puma.io" if s.respond_to?(:metadata=) -- 2.30.2