ruby-globalid 1.2.1-1 source package in Ubuntu

Changelog

ruby-globalid (1.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.2.1
  * Drop CVE-2023-22799.patch (applied upstream from 1.0.1 release)

 -- Pirate Praveen <email address hidden>  Mon, 05 Feb 2024 01:44:09 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-globalid_1.2.1-1.dsc 2.0 KiB de4d3fd8e2912b8d8d085766b617bb913ac646b1f87338de5ecf618865177521
ruby-globalid_1.2.1.orig.tar.gz 23.6 KiB 0cb9f9830ad24bd7675f3196ce47c58c55502cb8c4cd2d146f95f3e78769f23a
ruby-globalid_1.2.1-1.debian.tar.xz 3.5 KiB 247a15203ac3933f70c46debe561b62804b1ee7b8905a7947a5839e2af262fc3

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.