ruby-acts-as-taggable-on 7.0.0-3 source package in Ubuntu

Changelog

ruby-acts-as-taggable-on (7.0.0-3) unstable; urgency=medium

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

  [ Pirate Praveen ]
  * Drop maximum version constraint on ruby-activerecord

 -- Pirate Praveen <email address hidden>  Mon, 06 Sep 2021 23:34: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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-acts-as-taggable-on_7.0.0-3.dsc 2.1 KiB 537c1c6e283d84d2365f01ff02e4d61b1dbe1e6da5928b9534e51021e99e1624
ruby-acts-as-taggable-on_7.0.0.orig.tar.gz 50.5 KiB 7c18b586ef951f6f0c1db284dad672b047366d5ff66e012d50eb1d338c101d4f
ruby-acts-as-taggable-on_7.0.0-3.debian.tar.xz 3.3 KiB a31af677a6b8e61a2670123c046f8b906d1527faee9ec8ccf41b0e7c54618c57

Available diffs

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.