--- !ruby/object:Gem::Specification name: io_splice version: !ruby/object:Gem::Version hash: 7 prerelease: segments: - 3 - 0 - 0 version: 3.0.0 platform: ruby authors: - Ruby io_splice hackers autorequire: bindir: bin cert_chain: [] date: 2011-03-01 00:00:00 +00:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: wrongdoc prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 1 - 5 version: "1.5" type: :development version_requirements: *id001 description: |- The splice family of Linux system calls can transfer data between file descriptors without the need to copy data into userspace. Instead of a userspace buffer, they rely on an ordinary Unix pipe as a kernel-level buffer. email: ruby.io.splice@librelist.com executables: [] extensions: - ext/io_splice/extconf.rb extra_rdoc_files: - README - LICENSE - NEWS - ChangeLog - lib/io/splice.rb - ext/io_splice/io_splice_ext.c - LATEST files: - .document - .gitignore - .manifest - .wrongdoc.yml - COPYING - ChangeLog - GIT-VERSION-FILE - GIT-VERSION-GEN - GNUmakefile - LATEST - LICENSE - NEWS - README - Rakefile - examples/splice-cp.rb - examples/splice-tee.rb - ext/io_splice/extconf.rb - ext/io_splice/io_splice_ext.c - io_splice.gemspec - lib/io/splice.rb - local.mk.sample - pkg.mk - setup.rb - test/test_io_splice.rb has_rdoc: true homepage: http://bogomips.org/ruby_io_splice/ licenses: [] post_install_message: rdoc_options: - -t - io_splice - zero-copy pipe I/O for Linux and Ruby - -W - http://bogomips.org/ruby_io_splice.git/tree/%s require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: qrp rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: zero-copy pipe I/O for Linux and Ruby test_files: - test/test_io_splice.rb