summaryrefslogtreecommitdiff
path: root/lib/plist/generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not indent multiline string values (#54)Taylor Boyko2020-12-281-141/+91
* Use options hash instead of keyword arguments to support Ruby 1.8 & 1.9Yen-Nan Lin2017-08-011-22/+28
* Support custom indent stringYen-Nan Lin2017-07-311-20/+22
* Move `module Emit` into `module Plist`.Markus Reiter2017-05-061-166/+166
* Refactor method code style.Markus Reiter2017-05-061-6/+6
* Add `encoding` comment to Ruby files.Markus Reiter2017-04-231-0/+2
* Remove shebangs from Ruby files.Markus Reiter2017-04-231-2/+0
* Fix whitespace.Markus Reiter2017-04-231-1/+1
* Fix Fixnum, Bignum deprecations in Ruby 2.4 (#33)Matt Brictson2017-04-171-2/+2
* Merge pull request #2 from bradleyjucsc/masterBen Bleything2012-08-011-8/+1
|\
| * Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and s...bradleyjucsc2010-09-231-8/+1
* | Remove 'Computer' from 'Apple Computer' string in plist files ;-)Shay Frendt2011-07-061-1/+1
|/
* ruby 1.9 compatibility!Ben Bleything2010-02-231-6/+12
* excise a bunch of unnecessary @@ variablesBen Bleything2010-02-161-5/+4
* remove ugly header comments, replace with simpler alternativeBen Bleything2010-02-141-8/+7
* rejigger generator.rb so we don't have extra indentation to worry aboutBen Bleything2010-02-141-162/+163
* comment tweakageBen Bleything2006-09-211-1/+1
* move IndentedString inside Plist::EmitBen Bleything2006-09-211-33/+32
* fix whitespaceBen Bleything2006-09-201-13/+13
* add tests and fixes for empty collection elements (more pedantic adherence to...Ben Bleything2006-09-151-13/+21
* reinsert rdoc modifiersBen Bleything2006-09-151-2/+2
* merge generator-injection-removal branch into trunkBen Bleything2006-09-131-130/+180
* 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-20/+18
* whitespace cleanupBen Bleything2006-08-201-5/+5
* finish splitting out functions into filesBen Bleything2006-08-191-218/+35
* prepare to split generator and parser out of plist.rbBen Bleything2006-08-191-0/+352