From d1593e66fa2650cb9bfb761d35468fbee673e348 Mon Sep 17 00:00:00 2001 From: Patrick Way Date: Thu, 20 Jul 2017 15:10:29 -0400 Subject: Update communication prompts to point to github --- lib/plist/parser.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb index 9be3e23..c4fd32f 100755 --- a/lib/plist/parser.rb +++ b/lib/plist/parser.rb @@ -20,8 +20,9 @@ module Plist # # Plist.parse_xml will blow up if it encounters a Date element. # If you encounter such an error, or if you have a Date element which - # can't be parsed into a Time object, please send your plist file to - # plist@hexane.org so that I can implement the proper support. + # can't be parsed into a Time object, please create an issue + # attaching your plist file at https://github.com/patsplat/plist/issues + # so folks can implement the proper support. def self.parse_xml(filename_or_xml) listener = Listener.new # parser = REXML::Parsers::StreamParser.new(File.new(filename), listener) -- cgit v1.2.1