ruby-thread-safe 0.3.3-1 source package in Ubuntu

Changelog

ruby-thread-safe (0.3.3-1) unstable; urgency=medium


  * New upstream version 0.3.3
  * Update patches for 0.3.3 release

 -- Ondřej Surý <email address hidden>  Tue, 29 Apr 2014 12:39:25 +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

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-thread-safe_0.3.3-1.dsc 2.1 KiB 9dfda1a6bc04ff36a6afde40606943da0ab97b747260a82f0e75400d724bdf07
ruby-thread-safe_0.3.3.orig.tar.gz 113.3 KiB 3d228015113fc8beef22e9bc86557871da41205de8da105a9eaec97bc9d844be
ruby-thread-safe_0.3.3-1.debian.tar.xz 5.4 KiB 12d6bbf74662e8110db742899233e51a5c583bec818a6c89656851ec8189bf00

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.