ruby-thread-safe 0.3.5-2 source package in Ubuntu

Changelog

ruby-thread-safe (0.3.5-2) unstable; urgency=medium

  * Team upload
  * Upload to unstable.
  * Switch test runner to rake

 -- Antonio Terceiro <email address hidden>  Tue, 03 Nov 2015 17:09:44 -0200

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-thread-safe_0.3.5-2.dsc 2.1 KiB bc98fc1189374dc82401595539006f2aa305b2b571ebb22d47e6b550943f618c
ruby-thread-safe_0.3.5.orig.tar.gz 115.9 KiB 085ea2763ad84c83c8246789a2f394a774a4cc568ddb09c12045e664a02f956a
ruby-thread-safe_0.3.5-2.debian.tar.xz 5.9 KiB 7d0c90f48454fcc8353cd59a50767df31f0b6893ebb62a5b8f5b12785e959f7d

Available diffs

No changes file available.

Binary packages built by this source

ruby-thread-safe: thread-safe collections and utilities for Ruby

 This Ruby library contains a collection of data structures providing
 thread-safe versions of arrays and hashes. These data structures lock
 against the objects themselves for every method call, ensuring only one thread
 can be reading or writing at a time.
 .
 These data structures as well as the utilities contained in this library make
 thread-safe programming in Ruby easier.