ruby-celluloid 0.16.0-4ubuntu1 source package in Ubuntu

Changelog

ruby-celluloid (0.16.0-4ubuntu1) bionic; urgency=medium

  * debian/patches/0005-fixnum-to-integer.patch: Replace reference to
    Fixnum with Integer.

 -- Daniel Watkins <email address hidden>  Thu, 08 Mar 2018 12:09:54 +0100

Upload details

Uploaded by:
Dan Watkins
Sponsored by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-celluloid_0.16.0.orig.tar.gz 49.1 KiB aa2e384f50441ad5ed73e04ea8be4049edfaf3182be1d63d4f8caaec32a71978
ruby-celluloid_0.16.0-4ubuntu1.debian.tar.xz 15.2 KiB 00711af867900235096747038101122601e7a91fff51412b27dd9be29486ffaf
ruby-celluloid_0.16.0-4ubuntu1.dsc 1.9 KiB 1a4123a450fb329a7dbefda8981481339fd0a63db23521feb5f7dd845a111423

View changes file

Binary packages built by this source

ruby-celluloid: actor-based concurrent object framework for ruby

 Celluloid provides a simple and natural way to build fault-tolerant concurrent
 programs in Ruby.
 .
 Celluloid enables people to build concurrent programs out of concurrent objects
 just as easily as they build sequential programs out of sequential objects.
 .
 Recommended for any developer, including novices, Celluloid should help ease
 your worries about building multithreaded Ruby programs.