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

Changelog

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

  * Team upload
  * debian/ruby-tests.rake: exclude test/test_cache_loops.rb, which is a
    stress test that is maybe causing issues on the buildd.
  * debian/rules: remove coverage/ on clean
  * add missing Build-Dependencies on ruby-minitest and rake
  * Update packaging with a new dh-make-ruby run

 -- Antonio Terceiro <email address hidden>  Wed, 04 Nov 2015 09:12:28 -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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-thread-safe_0.3.5-3.dsc 2.1 KiB 0815f863428daf9befe7ffdbd54ed54eb6cd3c02aad1e85c5a1bd6d6ecb089a1
ruby-thread-safe_0.3.5.orig.tar.gz 115.9 KiB 085ea2763ad84c83c8246789a2f394a774a4cc568ddb09c12045e664a02f956a
ruby-thread-safe_0.3.5-3.debian.tar.xz 5.9 KiB 5b20cf6030560b5c3f2b6f4fc83e96d0d6d585f1eae8721e367940e7a645ebd7

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.