ruby-acts-as-list 1.0.4-1 source package in Ubuntu

Changelog

ruby-acts-as-list (1.0.4-1) unstable; urgency=medium

  [ Andrius Merkys ]
  * Team upload.
  * New upstream version 1.0.4
  * No longer explicitly depending on ruby | ruby-interpreter.

  [ Debian Janitor ]
  * Update watch file format version to 4.

 -- Andrius Merkys <email address hidden>  Wed, 13 Oct 2021 08:09:11 -0400

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-acts-as-list_1.0.4-1.dsc 2.1 KiB badd3189123a4875307964276400ec5f4cb5be8bf24ae70fe134d532e2a98822
ruby-acts-as-list_1.0.4.orig.tar.gz 36.9 KiB 0db2a07312b8ac00e5f147cad46d4c834fc05db53ca58a4583f5a5bdeb642295
ruby-acts-as-list_1.0.4-1.debian.tar.xz 3.7 KiB 3c6a3d7e297fce13957bcf8ee24f0ff7331b57e82461821bf563f169ce655cb7

Available diffs

No changes file available.

Binary packages built by this source

ruby-acts-as-list: sorting, reordering capabilities to active_record models

 This "acts_as" extension provides the capabilities for sorting and reordering
 a number of objects in a list. The class that has this specified needs to have
 a "position" column defined as an integer on the mapped database table.