Source: ruby-acts-as-taggable-on Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11~), ruby-activerecord (>= 2:5.0), gem2deb Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-acts-as-taggable-on.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-acts-as-taggable-on Homepage: https://github.com/mbleigh/acts-as-taggable-on Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-acts-as-taggable-on Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-activerecord (>= 2:5.0), ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: 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.