File: control

package info (click to toggle)
ruby-jsonb-accessor 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: ruby: 371; makefile: 10; sh: 5
file content (26 lines) | stat: -rw-r--r-- 1,031 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
Source: ruby-jsonb-accessor
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ravi Dwivedi <ravi@anche.no>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-activerecord (>= 2:5.0),
               ruby-activesupport (>= 2:5.0),
               ruby-pg (>= 0.18.1)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jsonb-accessor.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jsonb-accessor
Homepage: https://github.com/devmynd/jsonb_accessor
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-jsonb-accessor
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Adds typed jsonb backed fields to ActiveRecord models
 Jsonb Accessor allows you to treat fields on a jsonb column as though they
 were actual columns being picked up by ActiveRecord. It also adds generic
 scopes for querying jsonb columns.