projects
/
puma.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115a7a0
)
Drop git usage from gemspec
author
Antonio Terceiro
<terceiro@softwarelivre.org>
Wed, 5 Feb 2020 20:36:05 +0000
(21:36 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 9 Dec 2021 21:50:38 +0000
(21:50 +0000)
Forwarded: not-needed
Gbp-Pq: Name 0004-puma.gemspec-drop-git-usage.patch
puma.gemspec
patch
|
blob
|
history
diff --git
a/puma.gemspec
b/puma.gemspec
index e89a78613b255b3758a208ebcce64412d80a25b3..54419e4e6445574eb977ec9e19823696edc3dd9a 100644
(file)
--- 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=)