| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Jun 2011 18:03:54
4.7.4
|
pgollucci  |
- Removing remaining MD5 from rubygem- ports |
11 Nov 2010 03:22:25
4.7.4
|
pgollucci  |
- github is redirecting all these to https now |
20 Oct 2010 01:35:47
4.7.4
|
pgollucci  |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
26 Aug 2010 23:55:19
4.7.4
|
pgollucci  |
Move wenheping@gmail.com aka wen@FreeBSD.org -> ruby@FreeBSD.org for rubygem-*
Approved by: wen
With Hat: ruby |
23 Jun 2010 18:42:12
4.7.4
|
pgollucci  |
RF -> RG Conversion (Part II)
PR: ports/147844
Submitted by: pgollucci (myself)
Reviewed by: portmgr (flz)
Discussed with: portmgr (pav)
Tested by: make checksum
Feature safe: yes |
10 Jun 2009 00:14:25
4.7.4
|
pgollucci  |
- Update to 4.7.4
PR: ports/135351
Approved by: maintainer (via private e-mail)
Submitted by: pgollucci@ (myself) |
01 May 2009 15:03:14
4.7.3
|
miwi  |
- Update to 4.7.3
Approved by: maintainer implicit |
01 Mar 2009 19:59:28
4.7.2
|
miwi  |
- Update to 4.7.2
Approved by: maintainer implicit |
15 Feb 2009 22:30:27
4.7.0
|
miwi  |
- Update to 4.7.0
Approved by: maintainer implicit |
09 Nov 2008 23:05:41
4.6.0
|
miwi  |
arrayfields 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.
WWW: http://codeforpeople.com/lib/ruby/arrayfields/
PR: ports/128663
Submitted by: Wen Heping <wenheping at gmail.com> |