ruby-sequenced 3.1.1-1.1 source package in Ubuntu

Changelog

ruby-sequenced (3.1.1-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>  Sat, 09 Jan 2021 16:27:30 +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-sequenced_3.1.1-1.1.dsc 2.1 KiB b8a6a4db5ca602ddfa49a297d0d08691fe78bbfc26c50fa6f6c341b98a747be7
ruby-sequenced_3.1.1.orig.tar.gz 74.3 KiB ed9f993245eb66f1123408d5fba118c098adcb87be08fe37d33bb803d46a406d
ruby-sequenced_3.1.1-1.1.debian.tar.xz 2.1 KiB 82121c5e9e167cf2484eb74371d6c0c72c430398b9d29a46333f3264512f86fd

Available diffs

No changes file available.

Binary packages built by this source

ruby-sequenced: generate scoped sequential IDs for ActiveRecord models

 This library provides an `acts_as_sequenced` macro that automatically assigns
 a unique, sequential ID to each record. The sequential ID is not a replacement
 for the database primary key, but rather adds another way to
 retrieve the object without exposing the primary key.