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

Changelog

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

  * Reupload to unstable
  * Bump standards version to 4.1.3 and debhelper compat to 11

 -- Pirate Praveen <email address hidden>  Thu, 22 Feb 2018 20:46:56 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-acts-as-taggable-on_5.0.0-2.dsc 2.1 KiB a8dea66d365e13be066e62a71c5c6ea118eaf28a8d0e98eb10a8f84fc6fe192c
ruby-acts-as-taggable-on_5.0.0.orig.tar.gz 49.4 KiB aa61c15691768a8c3cf119c990abf28b93b377c05207cbb92d6709109d5e0508
ruby-acts-as-taggable-on_5.0.0-2.debian.tar.xz 2.8 KiB ad37115e949212bbf5dfbac01c725182cfcf0dbb69cabcfead6fbaa5b3e1883c

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.