![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/lib/gems/2.5.0/gems/posix-spawn-0.3.9/ |
Upload File : |
require File.expand_path('../lib/posix/spawn/version', __FILE__) Gem::Specification.new do |s| s.name = 'posix-spawn' s.version = POSIX::Spawn::VERSION s.summary = 'posix_spawnp(2) for ruby' s.description = 'posix-spawn uses posix_spawnp(2) for faster process spawning' s.homepage = 'http://github.com/rtomayko/posix-spawn' s.authors = ['Ryan Tomayko', 'Aman Gupta'] s.email = ['r@tomayko.com', 'aman@tmm1.net'] s.license = 'MIT' s.add_development_dependency 'rake-compiler', '0.7.6' 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 ] end