ruby-celluloid 0.16.0-5 source package in Ubuntu

Changelog

ruby-celluloid (0.16.0-5) unstable; urgency=medium

  * Team upload
  * Workaround Fixnum->Integer change (Closes: #892192)
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.1.3 (no changes needed)
  * Use salsa.debian.org in Vcs-* fields
  * Use https in watch file
  * Add gem2deb to build dependencies

  [ Cédric Boutillier ]
  * Set Testsuite to autopkgtest-pkg-ruby (Closes: #830070)
  * Fix typo in remove-rubygems-bundler-coveralls.patch's description
  * Open log file in specs in a temporary directory (fixes autopkgtests)

 -- Hleb Valoshka <email address hidden>  Fri, 23 Mar 2018 22:24:53 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-celluloid_0.16.0-5.dsc 1.7 KiB 5faeadc15751c42a5f716fdfab3daf5bc930a84f657d7bb9cb88e6b9c1065719
ruby-celluloid_0.16.0.orig.tar.gz 49.1 KiB aa2e384f50441ad5ed73e04ea8be4049edfaf3182be1d63d4f8caaec32a71978
ruby-celluloid_0.16.0-5.debian.tar.xz 15.4 KiB 5b7ed4d5a571a6c855817bf9d097a274778859559bbfaa35379d7641db0a3b5b

No changes file available.

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.