1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/main/ruby-abbrev/gemspec.patch
2025-04-22 23:19:26 +02:00

7 lines
266 B
Diff

--- a/abbrev.gemspec
+++ b/abbrev.gemspec
@@ -23,3 +23 @@
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- end
+ spec.files = Dir["lib/**/*.rb"]