aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-posix-spawn/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-posix-spawn/gemspec.patch')
-rw-r--r--community/ruby-posix-spawn/gemspec.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/ruby-posix-spawn/gemspec.patch b/community/ruby-posix-spawn/gemspec.patch
new file mode 100644
index 00000000000..aa7aba211cd
--- /dev/null
+++ b/community/ruby-posix-spawn/gemspec.patch
@@ -0,0 +1,13 @@
+--- 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