1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/ruby-hashdiff/gemspec.patch
2025-04-17 20:29:55 +00:00

11 lines
546 B
Diff

--- a/hashdiff.gemspec 2025-02-24 23:01:35.019042968 -0500
+++ b/hashdiff.gemspec 2025-02-24 23:07:30.736083984 -0500
@@ -10,7 +10,7 @@
s.summary = ' Hashdiff is a diff lib to compute the smallest difference between two hashes. '
s.description = ' Hashdiff is a diff lib to compute the smallest difference between two hashes. '
- s.files = `git ls-files`.split("\n").grep_v(%r{^spec/})
+ s.files = Dir["lib/*/**"]
s.test_files = `git ls-files -- Appraisals {spec}/*`.split("\n")
s.require_paths = ['lib']