Sha256: dcf866ac9d5e29e880b9c5c4ade66646ec44f721f269880e5cb756e59c6398fd

Contents?: true

Size: 1.71 KB

Versions: 0

Compression: gzip

Compressed size: 789 Bytes

Stored size: 789 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: io_splice
version: !ruby/object:Gem::Version 
  version: 2.1.0
platform: ruby
authors: 
- io_splice hackers
autorequire: 
bindir: bin
cert_chain: []

date: 2010-06-06 00:00:00 +00:00
default_executable: 
dependencies: []

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
files: 
- .document
- .gitignore
- .manifest
- COPYING
- ChangeLog
- GIT-VERSION-FILE
- GIT-VERSION-GEN
- GNUmakefile
- 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
- setup.rb
- test/test_io_splice.rb
has_rdoc: true
homepage: http://bogomips.org/ruby_io_splice/
licenses: []

post_install_message: 
rdoc_options: 
- -Na
- -t
- io_splice - zero-copy pipe I/O for Linux and Ruby
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: qrp
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: zero-copy pipe I/O for Linux and Ruby
test_files: 
- test/test_io_splice.rb

Package Spec version

io_splice-2.1.0