File: control

package info (click to toggle)
ruby-attr-encrypted 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 296 kB
  • sloc: ruby: 1,633; sh: 16; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,059 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
Source: ruby-attr-encrypted
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),
               gem2deb,
               ruby-encryptor,
               ruby-activerecord,
               ruby-sequel,
               ruby-sqlite3,
               ruby-actionpack
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-attr-encrypted.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-attr-encrypted
Homepage: https://github.com/attr-encrypted/attr_encrypted
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-attr-encrypted
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Encrypt and decrypt attributes
 Generates attr_accessors that encrypt and decrypt attributes transparently.
 It works with ANY class, however, you get a few extra features when you're
 using it with ActiveRecord, DataMapper, or Sequel