Importing graphics/ruby-color-tools 1.0.0.
[pkgsrc.git] / graphics / ruby-color-japanese / patches / patch-ag
1 $NetBSD$
2
3 Fix script encoding.
4
5 --- test/test_encode.rb.orig    2010-09-03 08:05:33.000000000 +0000
6 +++ test/test_encode.rb
7 @@ -1,4 +1,4 @@
8 -# -*- encoding: utf8 -*-\r
9 +# -*- encoding: utf-8 -*-\r
10  \r
11  require File.dirname(__FILE__) + '/helper.rb'\r
12  \r