aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-posix-spawn/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-posix-spawn/gemspec.patch')
-rw-r--r--testing/ruby-posix-spawn/gemspec.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/ruby-posix-spawn/gemspec.patch b/testing/ruby-posix-spawn/gemspec.patch
deleted file mode 100644
index aa7aba211c..0000000000
--- a/testing/ruby-posix-spawn/gemspec.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/posix-spawn.gemspec
-+++ b/posix-spawn.gemspec
-@@ -17,9 +17,7 @@
- s.add_development_dependency 'minitest', '>= 4'
-
- s.extensions = ['ext/extconf.rb']
-- s.executables << 'posix-spawn-benchmark'
- s.require_paths = ['lib']
-
-- s.files = `git ls-files`.split("\n")
-- s.extra_rdoc_files = %w[ COPYING HACKING ]
-+ s.files = Dir['lib/**/*', 'ext/*']
- end