ruby-typed-array 0.1.2-9 source package in Ubuntu

Changelog

ruby-typed-array (0.1.2-9) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + ruby-typed-array: Add Multi-Arch: foreign.

  [ Cédric Boutillier ]
  * Reploace deprecated Fixnum by Integer (ruby3.2 support)
  * Remove X?-Ruby-Versions fields from d/control
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Fri, 17 Nov 2023 00:55:42 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-typed-array_0.1.2-9.dsc 1.4 KiB 475688edf59fb7cec103a40e9ddcbb6fd44b7c297d5127f66dd6fcac3ffd4b47
ruby-typed-array_0.1.2.orig.tar.gz 7.2 KiB 4903d14050ae01b36c1ee97e1cd41d6c1f2040e42eb56bebef0517a097a6bd2c
ruby-typed-array_0.1.2-9.debian.tar.xz 3.8 KiB 52bdf4a52fab04a7a10d974e8b61cb9841b65e6de71301db0711accd96756796

Available diffs

No changes file available.

Binary packages built by this source

ruby-typed-array: Ruby library providing enforced-type functionality to Arrays

 All methods that alter the contents of an array that implements this Gem are
 first checked to ensure that the added items are of the types allowed. All
 methods behave exactly as their Array counterparts, including additional
 forms, block processing, etc.