2009-01-12 - Sean Huber (shuber@huberry.com) * Remove read_attribute and write_attribute methods - unnecessary * ActiveRecord and DataMapper extensions are now "adapters" * Check for existing reader and writer methods separately before creating default ones for encrypted attributes 2009-01-11 - Sean Huber (shuber@huberry.com) * Update README 2009-01-10 - Sean Huber (shuber@huberry.com) * Update README 2009-01-08 - Sean Huber (shuber@huberry.com) * Update comments and documentation * Update README * Add gemspec * Add support for data mapper * Attribute methods are now defined before calling attr_encrypted when using active record * Add ability to specify your own encoding directives * Update logic that evaluates symbol and proc options * Add support for :if and :unless options * Add AttrEncrypted namespace 2009-01-07 - Sean Huber (shuber@huberry.com) * Initial commit * Add comments/documentation to the active record related logic * Add more attr_encrypted tests * Update tests and comments