ruby-bcrypt 2.1.4-2 source package in Ubuntu

Changelog

ruby-bcrypt (2.1.4-2) unstable; urgency=low
  * Team upload.  * debian/ruby-tests.rb: Do not add 'ext/mri' to the $LOAD_PATH. This fixes    the problem of runing tests for Ruby 1.8 against the binary extension for    Ruby 1.9, which causes a segfault during the test phase of the build. A    newer gem2deb is required to run the tests, so debian/control was changed    accordingly to Build-Depend on gem2deb (>= 0.2.6~)    (Closes: #633302)  * Bump standards version to 3.9.2 -- Antonio Terceiro <email address hidden>  Thu, 21 Jul 2011 11:28:18 -0700

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-bcrypt_2.1.4-2.dsc 1.3 KiB d89731767c0becc9032cbf39cc211b9fa4a3ab85d397aa4228fa0e0b560f9b7f
ruby-bcrypt_2.1.4.orig.tar.gz 35.8 KiB 7f97d70560c9f40df2d79e3832998e9692f7405e6221f8ad26d676b2a6f8088d
ruby-bcrypt_2.1.4-2.debian.tar.gz 3.1 KiB 3d8b0843de1afddc3a012133fe97763d78980b18d540e5a82f8563c40a268c24

No changes file available.

Binary packages built by this source

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