ruby-celluloid-io 0.16.2-1 source package in Ubuntu

Changelog

ruby-celluloid-io (0.16.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.16.2.
  * Update build dependencies.
  * Patches:
    - Disable bundler, rubygems and coveralls.
    - Rspec3 compatibility.
    - Add require 'pathname' to spec_helper.
    - Disable DNS and SSL tests.
  * Bump Standards-Version to 3.9.6 (no changes)

 -- Hleb Valoshka <email address hidden>  Fri, 26 Jun 2015 18:49:46 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-celluloid-io_0.16.2-1.dsc 1.8 KiB 20491477c02d0419eebe35aa9251c573b886fe0251c0fae355354d56a2875fec
ruby-celluloid-io_0.16.2.orig.tar.gz 49.3 KiB 0f585406879490f9654f78272d103aa6d1a1c4560ed5654d2eccd51dfcb05df9
ruby-celluloid-io_0.16.2-1.debian.tar.xz 5.2 KiB 92a1aeadc96ee0ed18a6e06c3ed317ea86c8d5af338969667eccaffe76180f39

Available diffs

No changes file available.

Binary packages built by this source

ruby-celluloid-io: Ruby library providing an event-driven IO system for Celluloid actors

 Celluloid::IO provides an event-driven IO system and sockets useful
 for building fast and scalable network applications that integrates
 directly with the Celluloid actor library, making it easy to combine
 both threaded and evented concepts.
 .
 Celluloid::IO is ideal for implementing services which handle large
 numbers of mostly-idle connections, such as Websocket servers or
 chat/messaging systems.