Source: ruby-bcrypt
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Cédric Boutillier <boutil@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 gem2deb (>= 1),
 java-common (>= 0.75),
 rake,
 ruby-rspec,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-bcrypt.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-bcrypt
Homepage: https://github.com/bcrypt-ruby/bcrypt-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-bcrypt
Architecture: any
Depends:
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: Ruby binding for the bcrypt() password hashing algorithm
 bcrypt() is a sophisticated and secure hash algorithm designed
 by the OpenBSD project for hashing passwords. bcrypt-ruby provides
 a simple, humane wrapper for safely handling passwords.
