File: control

package info (click to toggle)
ruby-acts-as-taggable-on 11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 596 kB
  • sloc: ruby: 3,924; makefile: 8
file content (32 lines) | stat: -rw-r--r-- 1,382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.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

Package: ruby-acts-as-taggable-on
Architecture: all
Depends: ruby-activerecord (>= 2:7.0),
         ruby-zeitwerk (<< 3.0),
         ruby-zeitwerk (>= 2.4),
         ${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.