aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-concurrent-ruby/ungit-gemspec.patch
blob: 100b650a8be9356bcd64b8b45653cf4e68ad4cd8 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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',