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
|
Source: ruby-encryptor
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-encryptor.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-encryptor
Homepage: http://github.com/attr-encrypted/encryptor
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-encryptor
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: wrapper for the standard Ruby OpenSSL library
A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt
strings. Intended to be used along with attr_encrypted gem to easily encrypt/
decrypt attributes in any class or model.
|