summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Way <patrick.way@intersection.com>2017-07-20 15:10:29 -0400
committerGitHub <noreply@github.com>2017-07-20 15:10:29 -0400
commitd1593e66fa2650cb9bfb761d35468fbee673e348 (patch)
tree56cd8a925d100912c2152e291ef0f4bd2806e2a3
parent684ec3a7c2ba87a58e0bb2ccb12af69b3fea7b61 (diff)
downloadplist-d1593e66fa2650cb9bfb761d35468fbee673e348.tar.gz
Update communication prompts to point to github
-rwxr-xr-xlib/plist/parser.rb5
1 files 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)