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
Updated to 0.0.5
mbleigh (author)
Tue Apr 29 18:06:06 -0700 2008
commit  070af379f953bc24afe8184b43b823df53865f6a
tree    2de3f9a7b740014cef52bfa547f5734644bfdd51
parent  4f8a26b3cb484cda443eb273ba885049569f4c9c
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+=== 0.0.5 / 2008-04-29
0
+
0
+* [bugfix] Mashes do not infinite loop when initialized with another Mash.
0
+
0
 === 0.0.4 / 2008-04-25
0
 
0
 * Setting up for GitHub gem hosting instead of Rubyforge.
...
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.4"
0
+ s.version = "0.0.5"
0
   s.date = "2008-04-26"
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"

Comments

    No one has commented yet.