ruby-globalid 0.4.2+REALLY.0.3.6-1 source package in Ubuntu

Changelog

ruby-globalid (0.4.2+REALLY.0.3.6-1) unstable; urgency=medium

  * Team upload

  [ Jongmin Kim ]
  * Update d/patches (Closes: #925178)

 -- Utkarsh Gupta <email address hidden>  Sat, 11 May 2019 22:27:50 +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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-globalid_0.4.2+REALLY.0.3.6-1.dsc 2.2 KiB 5495436415808b5afe0c51ba36f60a7dba1f385465be43cf111b682364441aae
ruby-globalid_0.4.2+REALLY.0.3.6.orig.tar.gz 15.0 KiB 42657a34549f12d39db2127b24d50af85cc8aaace91d81149bab6d598a7e9269
ruby-globalid_0.4.2+REALLY.0.3.6-1.debian.tar.xz 3.4 KiB 348e74a02bce27d518afddb21740a6a173b0be993d8cf2f47dc442f8f71d791d

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.