ruby-acts-as-tree 2.9.1-2 source package in Ubuntu

Changelog

ruby-acts-as-tree (2.9.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ Cédric Boutillier ]
  * Add patch to use Minitest namespace instead of deprecated MiniTest (ruby3.3 support)
  * Bump Standards-Version to 4.7.0 (no changes needed)
  * Drop X?-Ruby-Versions fields in d/control

 -- Cédric Boutillier <email address hidden>  Thu, 25 Jul 2024 16:06:46 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-acts-as-tree_2.9.1-2.dsc 1.5 KiB 1cc49b69101bff7dd517e0f72e851f359aab85062d2fde822bec1fe9d91e8530
ruby-acts-as-tree_2.9.1.orig.tar.gz 11.0 KiB 55887ca07a625031d9b38300313eeffaba7de51b79ff4a32536d7c7819ca049a
ruby-acts-as-tree_2.9.1-2.debian.tar.xz 3.0 KiB 7ce79a38bc19a095e88c1f12a4abfef240ebbb3f68c13bbf148379d31d7d9028

Available diffs

No changes file available.

Binary packages built by this source

ruby-acts-as-tree: simple tree behaviour to active_record models

 Ruby-acts-as-tree is a ruby gem that adds simple support for organizing
 ActiveRecord models into parent–children relationships. By default, ActsAsTree
 expects a foreign key column called `parent_id`.