1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/community/ruby-zstd-ruby/gemspec.patch
2024-12-05 14:57:11 +01:00

15 lines
503 B
Diff

--- a/zstd-ruby.gemspec
+++ b/zstd-ruby.gemspec
@@ -23,11 +23,7 @@
# "public gem pushes."
#end
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
- f.match(%r{^(test|spec|features|benchmarks|zstd|.github|examples)/})
- end
- spec.bindir = "exe"
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.files = Dir["ext/**/*", "lib/**/*.rb"]
spec.require_paths = ["lib"]
spec.extensions = ["ext/zstdruby/extconf.rb"]