-
Notifications
You must be signed in to change notification settings - Fork 4
/
Index.yml
52 lines (40 loc) · 1.19 KB
/
Index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
name:
hashery
version:
2.1.2
title:
Hashery
summary:
Facets-bread collection of Hash-like classes.
description:
The Hashery is a tight collection of Hash-like classes. Included among its many
offerings are the auto-sorting Dictionary class, the efficient LRUHash, the
flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass
of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash
making it a snap to subclass and augment to fit any specific use case.
authors:
- Trans <[email protected]>
- Kirk Haines
- Robert Klemme
- Jan Molic
- George Moschovitis
- Jeena Paradies
- Erik Veenstra
resources:
home: http://rubyworks.github.com/hashery
code: http://github.com/rubyworks/hashery
mail: http://groups.google.com/group/rubyworks-mailinglist
docs: http://rubydoc.info/github/rubyworks/hashery/master/frames
wiki: http://wiki.github.com/rubyworks/hashery
gems: http://rubygems.org/gems/hashery
repositories:
upstream: "git://github.com/rubyworks/hashery.git"
organizations:
- RubyWorks (http://rubyworks.github.com/)
copyrights:
- 2010 Rubyworks (BSD-2-Clause)
load_path:
- lib
- alt
created: '2010-04-21'