public
Description: Allows you to define attr_accessors that reference members of a hash
Homepage:
Clone URL: git://github.com/shuber/hattr_accessor.git
hattr_accessor / CHANGELOG
100644 31 lines (25 sloc) 1.081 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2009-03-05 - Sean Huber (shuber@huberry.com)
  * Merge pixeltrix/master
  * Include Huberry::HattrAccessor in Object instead of Class
  * Update README
  * Update gemspec
 
2009-01-18 - Sean Huber (shuber@huberry.com)
  * Boolean type casted empty strings should return false
 
2009-01-12 - Sean Huber (shuber@huberry.com)
  * Check for existing reader and writer methods separately before creating default ones for options[:attribute]
  * Remove alias_method_chain - unnecessary
 
2009-01-10 - Sean Huber (shuber@huberry.com)
  * Object includes Huberry::AliasMethodChain instead of Module
  * Remove init.rb
 
2009-01-08 - Sean Huber (shuber@huberry.com)
  * Update CHANGELOG email addresses
  * Remove .gitignore
  * Update README
  * Move include logic into the main hattr_accessor file
 
2008-10-17 - Sean Huber (shuber@huberry.com)
* Refactor #{attribute}_with_hattr_accessor method
* Rename doc/README.markdown to doc/README
 
2008-10-14 - Sean Huber (shuber@huberry.com)
* Initial import
* Update README
* Add tests to ensure errors are raised when :attribute does not exist