README in shared-0.4.4 vs README in shared-1.0.0
- old
+ new
@@ -10,9 +10,17 @@
URIS
http://rubyforge.org/projects/codeforpeople
http://codeforpeople.com/lib/ruby/
HISTORY
+ 1.0.0
+ - add Share/Shared methods
+ - move from @@vars to closure based impl
+
+ 0.4.5
+ - add Shared.for as 'shared' alias to rails' style const missing can
+ trigger lib load for a call. usage: Shared.for(:name){ ... }
+
0.4.3
- added version info
- move methods from Object to Kernel and made them private (thx Stefan
Rusterholz)