From 8883b3b588c1f868b49bf8a6cf230ed299999180 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sat, 12 Jun 2010 18:15:33 +0200 Subject: [PATCH] added more description --- README | 3 +++ lib/plistifier/plist_encoding.rb | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index cd1a548..01e9ddf 100644 --- a/README +++ b/README @@ -36,5 +36,8 @@ Thanks This plugin uses Christian Kruses CFPropertyList http://rubyforge.org/projects/cfpropertylist/ to generate Plists. +This plugin started as a copy of http://github.com/chuyeow/jsonifier/ I just changed it to +support and added the CFPropertyList stuff. + Copyright (c) 2010 Jeena Paradies, released under the MIT license diff --git a/lib/plistifier/plist_encoding.rb b/lib/plistifier/plist_encoding.rb index 7414410..11f605b 100644 --- a/lib/plistifier/plist_encoding.rb +++ b/lib/plistifier/plist_encoding.rb @@ -56,7 +56,6 @@ module Plistifier #:nodoc: attrs[name] = @record.read_attribute(name) end attrs - # @record.attributes(:only => attribute_names) end # Returns 1st level methods as a hash.