diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-07 18:04:21 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-07 18:07:29 +0100 |
commit | 7b059c91c709fe09589876116022ca81d7804e33 (patch) | |
tree | 03da82f8022646a456628551bdd4ce0f76dafbc8 /testing/ruby-posix-spawn/gemspec.patch | |
parent | 2ac0b0bd4ef7da59d284d49fa087fb5447e62b1e (diff) | |
download | aports-7b059c91c709fe09589876116022ca81d7804e33.tar.bz2 aports-7b059c91c709fe09589876116022ca81d7804e33.tar.xz |
testing/ruby-posix-spawn: new aport
https://github.com/rtomayko/posix-spawn
Ruby process spawning library
Diffstat (limited to 'testing/ruby-posix-spawn/gemspec.patch')
-rw-r--r-- | testing/ruby-posix-spawn/gemspec.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/ruby-posix-spawn/gemspec.patch b/testing/ruby-posix-spawn/gemspec.patch new file mode 100644 index 0000000000..aa7aba211c --- /dev/null +++ b/testing/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 |