summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop 1.8.7patrick/drop-1.8.7Patrick Way2019-08-301-1/+0
* 3.5.0 was released on 2018-12-22 to rubygemsv3.5.0Matt Brictson2019-07-032-2/+8
* Merge pull request #48 from tas50/masterPatrick Way2018-12-202-8/+6
|\
| * Only ship the required libs in the gem artifactTim Smith2018-12-202-8/+6
|/
* Preparing v3.4.0v3.4.0Matt Brictson2017-12-082-2/+7
* Merge pull request #44 from masolin/support_custom_indent_formatMatt Brictson2017-08-224-21/+84
|\
| * Add description of support custom indent to Changelog and READMEYen-Nan Lin2017-08-222-0/+18
| * Use options hash instead of keyword arguments to support Ruby 1.8 & 1.9Yen-Nan Lin2017-08-012-27/+33
| * Support custom indent stringYen-Nan Lin2017-07-312-20/+59
* | Merge pull request #45 from copacetic/masterMatt Brictson2017-08-161-0/+5
|\ \ | |/ |/|
| * Add security considerations section to READMEHayg Astourian2017-08-161-0/+5
|/
* Update communication prompts to point to githubPatrick Way2017-07-201-2/+3
* Update project linksMatt Brictson2017-07-151-3/+3
* Update credits (#42)Matt Brictson2017-05-151-1/+2
* Merge pull request #41 from reitermarkus/code-cleanupMatt Brictson2017-05-067-241/+234
|\
| * Move `module Emit` into `module Plist`.Markus Reiter2017-05-061-166/+166
| * Use `snake_case`.Markus Reiter2017-05-061-1/+1
| * Fix comment indentation.Markus Reiter2017-05-063-15/+15
| * Don’t use class variables.Markus Reiter2017-05-061-4/+2
| * Refactor method code style.Markus Reiter2017-05-066-56/+57
| * Remove extra empty lines.Markus Reiter2017-05-061-1/+0
| * 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
| * Remove useless `module Plist` from `plist.rb`.Markus Reiter2017-05-061-3/+0
|/
* Preparing v3.3.0v3.3.0Matt Brictson2017-04-282-2/+7
* Fix ASCII/UTF-8 error. (#38)Markus Reiter2017-04-234-6/+48
* Add more Ruby versions to Travis configuration. (#40)Matt Brictson2017-04-231-4/+8
* Merge pull request #39 from patsplat/cleanupMatt Brictson2017-04-2310-18/+10
|\
| * Add `encoding` comment to Ruby files.Markus Reiter2017-04-235-1/+9
| * Remove shebangs from Ruby files.Markus Reiter2017-04-238-16/+0
| * Fix whitespace.Markus Reiter2017-04-231-1/+1
|/
* Update CHANGELOG for #32Matt Brictson2017-04-181-0/+1
* require plist/versionMatt Brictson2017-04-181-0/+1
* Add badges to the README (#37)Matt Brictson2017-04-171-0/+3
* Fix unused variable `e` warning (#32)Matt Brictson2017-04-171-1/+1
* Fix Fixnum, Bignum deprecations in Ruby 2.4 (#33)Matt Brictson2017-04-172-2/+3
* Reorganize project based on `bundle gem` practices (#35)Matt Brictson2017-04-1710-154/+76
* Remove rbx from Travis (#36)Matt Brictson2017-04-171-3/+1
* Add 3.2.0 release notes, clean up CHANGELOG (#34)Matt Brictson2017-04-171-3/+19
* Merge pull request #29 from albertyw/masterMatt Brictson2017-04-171-1/+1
|\
| * Update versionAlbert Wang2016-01-311-1/+1
|/
* Merge pull request #16 from samn/fix-rakefilePatrick Way2016-01-271-2/+2
|\
| * Use rubygems/package_task instead of rake/gempackagetaskSam Neubardt2013-01-161-4/+4
* | Merge pull request #18 from bfreese/pdata-fixPatrick Way2016-01-273-4/+6
|\ \
| * | Fixed defect in PData in which exception was thrown when <data/> element was ...Brian Freese2013-02-283-4/+6
| |/
* | Merge pull request #23 from alexruperez/masterPatrick Way2016-01-271-2/+2
|\ \
| * | Updated README.rdoc 'Apple Computer' -> 'Apple'Alejandro Rupérez2014-04-041-2/+2
| |/
* | Merge pull request #26 from HCLarsen/exists-to-existPatrick Way2016-01-271-1/+1
|\ \ | |/ |/|
| * Updated dprecated File.exists? to File.exist?Chris Larsen2016-01-171-1/+1
|/