[DRE-commits] [SCM] ohai.git branch, master, updated. upstream/0.6.10-26-gf34861a

Antonio Terceiro terceiro at debian.org
Sun Apr 29 13:14:28 UTC 2012


The following commit has been merged in the master branch:
commit fcb83bb935c6026341b85b68d0401f74a11660bb
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Apr 17 22:49:47 2012 -0300

    Force external encoding to utf-8

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index daea7f1..2513e1e 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,3 @@
+Encoding.default_external = 'UTF-8' if defined?(Encoding)
 require 'rspec/autorun'
 Dir['spec/**/*_spec.rb'].each { |f| require f }

-- 
ohai.git



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