aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-posix-spawn/gemspec.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-13 10:02:05 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 15:45:05 +0000
commit1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0 (patch)
tree3f9a07bbbb8f36e91c5bb376b1ef7ef636a4f338 /testing/ruby-posix-spawn/gemspec.patch
parent1d6d15e604e891da8be27cfb770c736d7afde27c (diff)
downloadaports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.bz2
aports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.xz
community/ruby-posix-spawn: move from testing
Minor changes to pass lint
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