mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
15 lines
503 B
Diff
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"]
|
|
|