1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/ruby-concurrent-ruby/ungit-gemspec.patch
2017-12-26 01:27:32 +01:00

10 lines
338 B
Diff

--- a/support/file_map.rb
+++ b/support/file_map.rb
@@ -1,6 +1,6 @@
module FileMap
- GIT_FILES = `git ls-files`.split("\n")
+ GIT_FILES = Dir['lib/**/*']
ALL_LIB_FILES = Dir['lib/concurrent/**/*.rb'] & GIT_FILES
EDGE_LIB_FILES = Dir['lib/concurrent/actor.rb',
'lib/concurrent/actor/**/*.rb',