GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Clone URL: git://github.com/mbleigh/mash.git
Bumping gem version.
mbleigh (author)
Sat Aug 16 14:47:55 -0700 2008
commit  bb4ed9b62df3a0130e5417a50e545d8c1e0e0014
tree    8904eaa55941d6424804692502c9d05601b60424
parent  b437e8d93bc1d11cd8b83edc600287e4e746f25a
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = "mash"
0
- s.version = "0.0.6"
0
+ s.version = "0.0.7"
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"