File: move_unicode_data.patch

package info (click to toggle)
ruby-addressable 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 736 kB
  • sloc: ruby: 9,460; makefile: 12
file content (16 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: move unicode.data to /usr/share/ruby-addressable/
Author: Cédric Boutillier <boutil@debian.org>
Forwarded: no
Last-Update: 2013-06-4

--- a/lib/addressable/idna/pure.rb
+++ b/lib/addressable/idna/pure.rb
@@ -33,7 +33,7 @@
 
 
     UNICODE_TABLE = File.expand_path(
-      File.join(File.dirname(__FILE__), '../../..', 'data/unicode.data')
+      File.join(File.dirname(__FILE__), '../../../../../', 'share/ruby-addressable/unicode.data')
     )
 
     ACE_PREFIX = "xn--"