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