ruby-acts-as-tree 2.9.1-1 source package in Ubuntu
Changelog
ruby-acts-as-tree (2.9.1-1) unstable; urgency=medium * Team upload. * New upstream version. - Provides Ruby 2.7 and Rails 6 compatibility (closes: #996121). [ Debian Janitor ] * Bump debhelper from old 11 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update watch file format version to 4. [ Daniel Leidert ] * d/control: Add Rules-Requires-Root field. (Standards-Version): Bump to 4.6.0. (Depends): Remove interpreters and use ${ruby:Depends}. * d/copyright: Massive update. * d/rules: Use gem installation layout and check dependencies. * d/watch: Use gemwatch URL. * d/upstream/metadata: Add YAML syntax and Archive and Changelog fields. -- Daniel Leidert <email address hidden> Sun, 21 Nov 2021 03:09:14 +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 | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-acts-as-tree_2.9.1-1.dsc | 2.1 KiB | a2a3270d7d799aaa6dd2ef1940363b3553ba44fbe404e471fb5310621010c2b6 |
ruby-acts-as-tree_2.9.1.orig.tar.gz | 11.0 KiB | 55887ca07a625031d9b38300313eeffaba7de51b79ff4a32536d7c7819ca049a |
ruby-acts-as-tree_2.9.1-1.debian.tar.xz | 2.7 KiB | 0b43aec506edd705e8b7f2b770af6e57476ca177f942af490cb737cd6489807b |
Available diffs
- diff from 2.8.0-1.1 to 2.9.1-1 (6.2 KiB)
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`.