Commit Graph

3 Commits

Author SHA1 Message Date
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
jeremy
5831aa3e03 Bump version to 4.7.4, needed by update to databases/ruby-amalgalite.
OK landry@
2011-03-14 17:41:33 +00:00
jeremy
f36e8d1cb6 Import ruby-arrayfields 4.7.0
allow keyword access to array instances.  arrayfields works by adding
only a few methods to arrays, namely #fields= and fields, but the
#fields= method is hooked to extend an array on a per object basis.  in
otherwords __only__ those arrays whose fields are set will have
auto-magical keyword access bestowed on them - all other arrays remain
unaffected.  arrays with keyword access require much less memory when
compared to hashes/objects and yet still provide fast lookup and
preserve data order.
2010-12-20 17:32:49 +00:00