Source: ruby-acts-as-taggable-on
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               ruby-activerecord (>= 2:7.0),
               ruby-zeitwerk (<< 3.0),
               ruby-zeitwerk (>= 2.4),
               gem2deb
Standards-Version: 4.7.2
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

Package: ruby-acts-as-taggable-on
Architecture: all
Depends: ${ruby:Depends},
         ${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.
