ruby-acts-as-taggable-on 9.0.1-2 source package in Ubuntu
Changelog
ruby-acts-as-taggable-on (9.0.1-2) unstable; urgency=medium * Reupload to unstable * Bump Standards-Version to 4.6.1 (no changes needed) -- Pirate Praveen <email address hidden> Thu, 11 Aug 2022 18:30:14 +0530
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 | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-acts-as-taggable-on_9.0.1-2.dsc | 2.1 KiB | 30b5f3886a66a2f0e0edc6d4cf26711bbc8ff8f72ee217f2686b72389a82b812 |
ruby-acts-as-taggable-on_9.0.1.orig.tar.gz | 52.0 KiB | 8d368ea790fd7839d1fe767220974c098001ddbe728c0d53915b96abb50acb39 |
ruby-acts-as-taggable-on_9.0.1-2.debian.tar.xz | 3.4 KiB | 3ff70cab5657eca6c263c0b34e268f57e39c68b82c6aa72a92eb46fa39766e0e |
Available diffs
- diff from 8.1.0-2 to 9.0.1-2 (20.5 KiB)
No changes file available.
Binary packages built by this source
- ruby-acts-as-taggable-on: provides advanced tagging for Rails
With ActsAsTaggableOn, you can tag a single model on several contexts, such as
skills, interests, and awards. It also provides other advanced functionality.
.
This plugin was originally based on Acts as Taggable on Steroids by Jonathan
Viney. Rather than tying functionality to a specific keyword (namely `tags`),
acts as taggable on allows you to specify an arbitrary number of tag
"contexts" that can be used locally or in combination in the same way steroids
was used.