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

Changelog

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

  * Team upload

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:
  * New upstream version 0.3.6
  * Refresh packaging files with `dh-make-ruby -w`
  * Bump Standards-Version to 4.1.3 (no changes needed)
  * Add ruby-simplecov and ruby-coveralls to Build-Depends, to avoid having to
    patch simplecov/coveralls usage out
  * Drop all patches, not needed anymore
  * Point Vcs-* to salsa
  * debian/watch: switch to https://

 -- Antonio Terceiro <email address hidden>  Fri, 23 Feb 2018 16:06:32 -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
Oracular release universe misc
Noble release universe misc
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-thread-safe_0.3.6-1.dsc 2.1 KiB 23051a85263ce2e6e64cfd524cd5182252297f62e00c02fd43067471bbcc05ba
ruby-thread-safe_0.3.6.orig.tar.gz 115.2 KiB 1c7c3cc2511df5107d26012eb641c16a4afdf2bfef6cf2ba19d721e6ab74b62a
ruby-thread-safe_0.3.6-1.debian.tar.xz 5.6 KiB ed84f2afa59aff5490978e3d9194d88502eaa67f0c117203183a2cdfd11761ef

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.