ruby-acts-as-taggable-on 6.5.0-2 source package in Ubuntu

Changelog

ruby-acts-as-taggable-on (6.5.0-2) unstable; urgency=medium

  * Reupload to unstable
  * Bump Standards-Version to 4.5.0 (no changes needed)
  * Drop compat file, rely on debhelper-compat and bump compat level to 12

 -- Pirate Praveen <email address hidden>  Mon, 30 Mar 2020 22:26:50 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-acts-as-taggable-on_6.5.0-2.dsc 2.2 KiB efff37cfc6e656c6628115d37372aaa1c74a014cf54a02a09233acd34ada0196
ruby-acts-as-taggable-on_6.5.0.orig.tar.gz 50.2 KiB fa97dc15179b5cfb098b869c30fe90caa29535485612aa83667e2f8b3b39156b
ruby-acts-as-taggable-on_6.5.0-2.debian.tar.xz 3.1 KiB 001d666be1320be42c7fd3bb3701100a49b8f623fa2ba1547cff72934205224a

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.