public
Rubygem
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Homepage:
Clone URL: git://github.com/mbleigh/mash.git
Bumped gem version.
mbleigh (author)
Tue Jul 22 06:55:49 -0700 2008
commit  40e11f61dbf4ac184f1d0dd76e691afe75d0be56
tree    367ec05b24e97671877a7ae67edb24e695a8bf70
parent  e7bd3ecb863ecbabc56b161e78277661edb1b85e
...
1
2
3
4
 
 
5
6
7
...
1
2
 
 
3
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 Gem::Specification.new do |s|
0
   s.name = "mash"
0
-  s.version = "0.0.5"
0
-  s.date = "2008-04-26"
0
+  s.version = "0.0.6"
0
+  s.date = "2008-07-22"
0
   s.summary = "An extended Hash that gives simple pseudo-object functionality that can be built from hashes and easily extended"  
0
   s.email = "michael@intridea.com"
0
   s.homepage = "http://github.com/mbleigh/mash"

Comments