-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4889 from rolandwalker/plist_parse_updates
Plist parse updates
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ module Plist | |
# + Date elements are returned as DateTime objects. | ||
# + Data elements are implemented as Tempfiles | ||
# | ||
# Plist::parse_xml will blow up if it encounters a data element. | ||
# 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 | ||
# [email protected] so that I can implement the proper support. | ||
|