[DRE-commits] [SCM] ruby-highline.git branch, master, updated. debian/1.6.13-2-14-gf5406b6

Cédric Boutillier boutil at debian.org
Fri Jun 28 06:28:05 UTC 2013


The following commit has been merged in the master branch:
commit f54cd299092e8bd24a4ba0fedb5785394639a838
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jun 27 22:42:51 2013 +0200

    set external encoding when needed for tests

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index a08c0b4..2971320 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,6 @@
+if defined? Encoding
+  Encoding.default_external = Encoding::UTF_8
+end
+
 $: << 'lib' << 'test' << '.'
 Dir['{spec,test}/**/{test,tc}_*.rb'].each { |f| require f }

-- 
ruby-highline.git



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