ruby-globalid 0.6.0-2 source package in Ubuntu

Changelog

ruby-globalid (0.6.0-2) unstable; urgency=medium

  * Team Upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on ruby-activesupport.

  [ Pirate Praveen ]
  * Fix CVE-2023-22799 (Closes: #1029851)
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Pirate Praveen <email address hidden>  Sun, 19 Mar 2023 17:58:06 +0530

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-globalid_0.6.0-2.dsc 2.0 KiB 92552095517eabdd5c0723cd6b8f25138f7bad13c53b2d0e5aa1e2920649e559
ruby-globalid_0.6.0.orig.tar.gz 20.4 KiB eea0ccfc0103a2c2abb0c02349140418bd0df28af758ef1df802537dd4b2303a
ruby-globalid_0.6.0-2.debian.tar.xz 4.1 KiB 5cf7912fac429ccdcb8fd60e1d6ce7a7247865d2cd9f35966076fca456185000

Available diffs

No changes file available.

Binary packages built by this source

ruby-globalid: reference models by URI for Ruby on Rails

 A Global ID is an app wide URI of the form gid://YourApp/Some::Model/id
 that uniquely identifies a model instance.
 .
 This is helpful when you need a single identifier to reference different
 classes of objects, for example in job scheduling, when one needs to reference
 a model object rather than serialize the object itself. Another example is a
 drop-down list of options, consisting of both Users and Groups. One has then a
 universal identifier that works for objects of both classes.
 .
 This package is part of the dependencies for the Ruby on Rails framework.