# -*- encoding: utf-8 -*- # stub: io_splice 4.4.2 ruby lib # stub: ext/io_splice/extconf.rb Gem::Specification.new do |s| s.name = "io_splice".freeze s.version = "4.4.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ruby io_splice hackers".freeze] s.date = "2020-02-22" s.description = "The splice family of Linux system calls can transfer data between file\ndescriptors without the need to copy data into userspace. Instead of a\nuserspace buffer, they rely on an ordinary Unix pipe as a kernel-level\nbuffer. The `splice' and `tee' syscalls are also provided by the\n{sleepy_penguin}[https://yhbt.net/sleepy_penguin/] library.\n\"io_splice\" remains maintained for old applications or users\nexperimenting with the vmsplice syscalls".freeze s.email = "ruby-io-splice@yhbt.net".freeze s.extensions = ["ext/io_splice/extconf.rb".freeze] s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze, "NEWS".freeze, "ext/io_splice/io_splice_ext.c".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".manifest".freeze, ".olddoc.yml".freeze, "COPYING".freeze, "GIT-VERSION-FILE".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "LATEST".freeze, "LICENSE".freeze, "NEWS".freeze, "README".freeze, "archive/.gitignore".freeze, "archive/slrnpull.conf".freeze, "examples/splice-cp.rb".freeze, "examples/splice-tee.rb".freeze, "ext/io_splice/extconf.rb".freeze, "ext/io_splice/io_splice_ext.c".freeze, "io_splice.gemspec".freeze, "lib/io/splice.rb".freeze, "lib/io/splice/mri_18.rb".freeze, "local.mk.sample".freeze, "pkg.mk".freeze, "setup.rb".freeze, "test/test_io_splice.rb".freeze, "test/test_io_splice_eintr.rb".freeze, "test/test_io_splice_in_full.rb".freeze] s.homepage = "https://yhbt.net/ruby_io_splice/".freeze s.licenses = ["LGPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "zero-copy pipe I/O for Linux and Ruby (deprecated)".freeze s.test_files = ["test/test_io_splice_in_full.rb".freeze, "test/test_io_splice.rb".freeze, "test/test_io_splice_eintr.rb".freeze] end