public
Rubygem
Description: ObjectProxy provides a proxied interface to Ruby objects. It lets you add methods to objects that don't normally support them.
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/object_proxy.git
object_proxy / History.txt
100644 15 lines (7 sloc) 0.258 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=== 1.0.2 / 2008-08-06
 
* Deciding on an underscore gem name. I don't want to have to type gem install ObjectProxy if I can help it
 
=== 1.0.1 / 2008-03-06
 
* Added test for ObjectProxySafeHash
 
=== 1.0.0 / 2008-03-05
 
* 1 major enhancement
 
  * Birthday!