From: Antonio Terceiro Date: Wed, 5 Feb 2020 20:36:05 +0000 (+0100) Subject: Drop git usage from gemspec X-Git-Tag: archive/raspbian/6.6.0-4+rpi1~1^2^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f083c8cc3eae9bf6f262a9b120f76b690eee4693;p=puma.git Drop git usage from gemspec Forwarded: not-needed Gbp-Pq: Name 0004-puma.gemspec-drop-git-usage.patch --- diff --git a/puma.gemspec b/puma.gemspec index f5e01c2..9ff86a3 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=)