1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/ruby-rb-inotify/gemspec.patch
2021-06-29 22:33:04 +02:00

11 lines
425 B
Diff

--- a/rb-inotify.gemspec
+++ b/rb-inotify.gemspec
@@ -12,7 +12,7 @@
spec.homepage = 'https://github.com/guard/rb-inotify'
spec.licenses = ['MIT']
- spec.files = `git ls-files`.split($/)
+ spec.files = Dir['lib/**/*']
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]