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

Vasudev Kamath kamathvasudev at gmail.com
Sat Apr 30 15:08:12 UTC 2011


The following commit has been merged in the master branch:
commit 77b19a73f6686760041c8f31684d4f3d75b3a21a
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Apr 30 20:37:33 2011 +0530

    Removed unnecessary comment lines

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 4f6fe10..303c067 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1,2 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# 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}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")

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



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