ruby-forwardable-extended 2.6.0-3 source package in Ubuntu

Changelog

ruby-forwardable-extended (2.6.0-3) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.5.0, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + ruby-forwardable-extended: Add :all 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
  * set Rules-Requires-Root as no.
  * Update standards version to 4.6.1

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 23 Jul 2022 16:44:03 +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
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-forwardable-extended_2.6.0-3.dsc 2.1 KiB 85ea1faee97931323d3a7cfd7047b2594b802a011f7506c02d4700ffd2b5ded6
ruby-forwardable-extended_2.6.0.orig.tar.gz 3.0 KiB 51908357de403a5b85e37346a7f55c846e7bb3d4d7322f96fa2245db2302d2c3
ruby-forwardable-extended_2.6.0-3.debian.tar.xz 2.5 KiB 28b07f2e3317e990084c9ebb0c1937f89170baa7585b1b2549f3d381b26ad075

Available diffs

No changes file available.

Binary packages built by this source

ruby-forwardable-extended: Forwardable with hash and instance variable extensions

 Provides more Forwardable methods for your source as
 Forwardable::Extended.
 .
  - Any delegation can accept `alias_of' which will be the message sent
    to the object.
  - You can send arguments by attaching the keyword `:args => [:my_arg]',
    these are sent a `#to_s message.'
  - Any delegation can be boolean if you wish it to be, even `:reverse'.