ruby-nio4r 2.5.8-1 source package in Ubuntu

Changelog

ruby-nio4r (2.5.8-1) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package

  [ Debian Janitor ]
  * Update watch file format version to 4.

  [ Pirate Praveen ]
  * New upstream version 2.5.8
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility level to 13
  * Refresh patches
  * Add rake-compiler and rubocop as build dependencies

 -- Pirate Praveen <email address hidden>  Tue, 14 Sep 2021 01:37:42 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-nio4r_2.5.8-1.dsc 2.0 KiB b5cb0286ffd6f225d47a763b64010a645063901b0c89ecb55765b0376597b587
ruby-nio4r_2.5.8.orig.tar.gz 116.6 KiB 510dd26b60512c4c86bda273eba22bb4fabdefdf89398fafa443cf84386430a5
ruby-nio4r_2.5.8-1.debian.tar.xz 4.5 KiB 49eb15c0e4933d0d2fc899d40e17ea57d59503c644f77c194e684d19c56f4f6e

No changes file available.

Binary packages built by this source

ruby-nio4r: Ruby library providing a selector API for monitoring IO objects

 nio4r (New IO for Ruby) provides an abstract, cross-platform stateful
 I/O selector API for Ruby. I/O selectors are the heart of
 "reactor"-based event loops, and monitor multiple I/O objects for
 various types of readiness, e.g. ready for reading or writing.
 .
 The most similar API provided by Ruby today is Kernel.select, however
 the select API requires you to pass in arrays of all of the I/O
 objects you're interested in every time. nio4r provides a more
 object-oriented API that lets you register I/O objects with a selector
 then handle them when they're selected for various types of events.
 .
 nio4r is modeled after the Java NIO API, but simplified for
 ease-of-use.
 .
 Its goals are:
 .
  * Expose high-level interfaces for stateful IO selectors.
  * Keep the API small to maximize both portability and performance across
    many different OSes and Ruby VMs.
  * Provide inherently thread-safe facilities for working with IO objects.

ruby-nio4r-dbgsym: debug symbols for ruby-nio4r