ruby-encryptor 3.0.0-2 source package in Ubuntu

Changelog

ruby-encryptor (3.0.0-2) unstable; urgency=medium

  * Team upload
  * Ignore test failures (Its only reverse dependency is ruby-attr-encrypted
    which handles this correctly, all of its tests pass) (Closes: #880276)
  * Bump Standards-Version to 4.1.4 (no changes needed)
  * Bump debhelper compatibility level to 11
  * Use salsa.debian.org in Vcs-* fields

 -- Pirate Praveen <email address hidden>  Mon, 18 Jun 2018 17:34:47 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-encryptor_3.0.0-2.dsc 2.0 KiB b6295b8a510c2ee881d7db20d6e5d3b0836f0f0c62c76efc2be92a3072e6dc3a
ruby-encryptor_3.0.0.orig.tar.gz 13.0 KiB 15ba1741c5b89a373522a3cf5834c5a5dc88d5190c6ded67074c9b65939a687d
ruby-encryptor_3.0.0-2.debian.tar.xz 3.0 KiB 9914e54a0f4cd52901ec3c078a9735117bd3cf50f575d2eb3d040d4981cad279

No changes file available.

Binary packages built by this source

ruby-encryptor: 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.