diff options
Diffstat (limited to 'community/ruby-concurrent-ruby/ungit-gemspec.patch')
-rw-r--r-- | community/ruby-concurrent-ruby/ungit-gemspec.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ruby-concurrent-ruby/ungit-gemspec.patch b/community/ruby-concurrent-ruby/ungit-gemspec.patch new file mode 100644 index 0000000000..100b650a8b --- /dev/null +++ b/community/ruby-concurrent-ruby/ungit-gemspec.patch @@ -0,0 +1,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', |