Description: fix relative path for file outside lib
 load the file from /usr/share/ruby-twitter-text path
 .
 Debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Update: 2014-11-23

Index: ruby-twitter-text/lib/twitter-text/regex.rb
===================================================================
--- ruby-twitter-text.orig/lib/twitter-text/regex.rb
+++ ruby-twitter-text/lib/twitter-text/regex.rb
@@ -28,7 +28,7 @@ module Twitter
 
     TLDS = YAML.load_file(
       File.join(
-        File.expand_path('../../..', __FILE__), # project root
+        File.expand_path('../../../../../share/ruby-twitter-text', __FILE__), # project root
         'test', 'twitter-text-conformance', 'tld_lib.yml'
       )
     )
