summaryrefslogtreecommitdiff
path: root/lib/plist/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow `Marshal.load` to be disabled for `Plist.parse_xml` (#61)Matt Brictson2023-02-211-11/+18
* Add error unimplemented (#51)Laurent Arnoud2019-12-291-1/+6
* Add support for text inside `<![CDATA[ ... ]]>`. (#49)Markus Reiter2019-09-041-2/+8
* Update communication prompts to point to githubPatrick Way2017-07-201-2/+3
* Fix comment indentation.Markus Reiter2017-05-061-11/+11
* Don’t use class variables.Markus Reiter2017-05-061-4/+2
* Refactor method code style.Markus Reiter2017-05-061-15/+16
* Remove extra empty line.Markus Reiter2017-05-061-2/+0
* Replace `Hash.new` with literal `{}`.Markus Reiter2017-05-061-1/+1
* Replace `Array.new` with literal `[]`.Markus Reiter2017-05-061-2/+2
* Fix ASCII/UTF-8 error. (#38)Markus Reiter2017-04-231-4/+27
* Add `encoding` comment to Ruby files.Markus Reiter2017-04-231-0/+2
* Remove shebangs from Ruby files.Markus Reiter2017-04-231-2/+0
* Fix unused variable `e` warning (#32)Matt Brictson2017-04-171-1/+1
* Merge pull request #18 from bfreese/pdata-fixPatrick Way2016-01-271-2/+1
|\
| * Fixed defect in PData in which exception was thrown when <data/> element was ...Brian Freese2013-02-281-2/+1
* | Updated dprecated File.exists? to File.exist?Chris Larsen2016-01-171-1/+1
|/
* Fix typo in commentDustin J. Mitchell2012-08-011-1/+1
* remove ugly header comments, replace with simpler alternativeBen Bleything2010-02-141-7/+8
* * parser now accepts strings or anything that responds to #readBen Bleything2007-02-241-11/+10
* fix whitespaceBen Bleything2006-09-201-3/+3
* merge generator-injection-removal branch into trunkBen Bleything2006-09-131-32/+27
* add back the rdoc start/stop modifiers so the rdoc output isn't hosedBen Bleything2006-09-111-2/+2
* fixed bugs, changed data elements to return StringIOPatrick May2006-09-101-10/+14
* whitespace cleanupBen Bleything2006-08-201-10/+10
* finish splitting out functions into filesBen Bleything2006-08-191-156/+30
* prepare to split generator and parser out of plist.rbBen Bleything2006-08-191-0/+352