[DRE-commits] [SCM] Ruby binding for the bcrypt() password hashing algorithm branch, master, updated. upstream/2.1.4-2-gd63d86f

Vasudev Kamath kamathvasudev at gmail.com
Fri Apr 29 16:47:20 UTC 2011


The following commit has been merged in the master branch:
commit d63d86fef15e291c5f234f2adaa8133ec7211547
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Fri Apr 29 22:16:20 2011 +0530

    Added ruby-rspec as dependency and enabled tests in ruby-test.rb

diff --git a/debian/control b/debian/control
index 5d4b36e..d4dfef2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.2.1)
+               gem2deb (>= 0.2.1),
+               ruby-rspec (>= 2.5.0)
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bcrypt.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bcrypt;a=summary
@@ -16,7 +17,8 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ruby1.8 | ruby-interpreter
+         ruby1.8 | ruby-interpreter,
+         ruby-rspec (>= 2.5.0)         
 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
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..4f6fe10 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -3,8 +3,8 @@
 # no test suite was defined in the Gem specification. It would be
 # a good idea to define it here so the package gets tested at build time.
 # Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
+$: << 'lib' << '.'
+Dir['{spec}/**/*.rb'].each { |f| require f }
 #
 # require 'test/ts_foo.rb'
 #

-- 
Ruby binding for the bcrypt() password hashing algorithm



More information about the Pkg-ruby-extras-commits mailing list