ruby-uuid 2.3.9-1.1 source package in Ubuntu

Changelog

ruby-uuid (2.3.9-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 11:29:51 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-uuid_2.3.9-1.1.dsc 2.0 KiB 837d8ec60569319fc6bc3cdbe05d8032c457fd7f5d556ce28dbd2429b26a51da
ruby-uuid_2.3.9.orig.tar.gz 10.0 KiB a12b7b6cb252f0d7fc35cb7fc5fc82e8d55cad37fbcd6cd02cabed53bf6ecf8a
ruby-uuid_2.3.9-1.1.debian.tar.xz 4.0 KiB e796094e8b7887ab9efdf52fd95e57a9e14435a10fc1ba66d84e163df9bcc708

Available diffs

No changes file available.

Binary packages built by this source

ruby-uuid: UUID generator for Ruby

 UUID generator for producing universally unique identifiers based on RFC 4122.
 These identifiers are useful in distributed applications like diaspora.
 .
 A UUID is 128 bit long, and consists of a 60-bit time value, a 16-bit
 sequence number and a 48-bit node identifier.
 .
 To guarantee that UUIDs are unique across all machines in the network,
 the IEEE 802 MAC address of the machine's network interface card is used as
 the node identifier.
 .
 Learn more about using this library from /usr/share/ruby-uuid/README.rdoc