git clone git://github.com/kballard/osx-plist.git
Fix the install instructions to reference the proper gem name
Completely re-work the structure of the project.
Remove the ::PropertyList deprecation module
Update osx/plist library to use OSX::PropertyList and OSX::PropertyListError
plist ruby extension is now osx/plist.
Fix plist extconf.rb such that anybody can build a working fat plist.bundle
Prevent timeEpoch from GCing
• truncate the date parsed to 1970 ± INT_MAX so to not cause a Ruby exception when the date is out of range (e.g. when using NSDate’s distantPast or distantFuture)
Commit preliminary universal support for plist extension (not working yet)
Add rdoc documentation to the plist extension
Fix typo in comment
Add new assertion
Add another test
Remove obsolete workaround (if you can no longer build plist, make sure you ran `gem install fixrbconfig; sudo fixrbconfig`
Add new tests for <6 characters
Fix order of a couple tests and a memory leak of the error string
Fix long conversion when long long isn't available (thanks allan)
Make extconf.rb always use /usr/bin/ruby so it will compile against ruby 1.6 even if I have ruby 1.8 installed elsewhere
Fix the ruby plist extension to work under ruby 1.6
Make extconf.rb work right under ruby 1.6
Fix a possible crash in plist
Add a simple README
Initial source