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