ruby-peach 0.5.1-4 source package in Ubuntu

Changelog

ruby-peach (0.5.1-4) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Lucas Nussbaum ]
  * Refresh packaging using dh-make-ruby -w

 -- Lucas Nussbaum <email address hidden>  Sat, 09 Jan 2021 08:43:13 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-peach_0.5.1-4.dsc 2.0 KiB 537700b8e412b37d834279fac118118250b221127367ef21e9676f3fdbeb1df3
ruby-peach_0.5.1.orig.tar.gz 14.5 KiB 039d2ce17dd4d87d2f0f9b0e555c1b0dc6a5a9081e50275cd9da2b45a24248a5
ruby-peach_0.5.1-4.debian.tar.xz 3.1 KiB 6654726ec117f2eab2499aeee39fcf06d680362a632dce77893e11f0d44ddf55

Available diffs

No changes file available.

Binary packages built by this source

ruby-peach: parallel execution of each and map in Ruby

 This Ruby module provides parallel (multi-threaded) versions of the each and
 map methods. This makes it each to (almost transparently) parallelize such
 loops.