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

Changelog

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

  * Team upload.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Debian Janitor ]
  * Apply multi-arch hints. + ruby-typed-array: Add :any qualifier for ruby
    dependency.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ HIGUCHI Daisuke (VDR dai) ]
  * eliminate lintian warning: ruby-interpreter-is-deprecated
  * eliminate lintian warning: update-debian-copyright
  * Update standards version to 4.6.1

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sun, 17 Jul 2022 16:10:24 +0900

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-typed-array_0.1.2-8.dsc 2.0 KiB 60be861671d34892d3de1492d01f2e71bb5206ff28001440abfbc69cb53903f9
ruby-typed-array_0.1.2.orig.tar.gz 7.2 KiB 4903d14050ae01b36c1ee97e1cd41d6c1f2040e42eb56bebef0517a097a6bd2c
ruby-typed-array_0.1.2-8.debian.tar.xz 3.2 KiB d08d2c3cd8be6fc7109687c540db5462d12355591ef13e87f7ede5e9d462d5e6

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.