.ruby in hashery-1.5.0 vs .ruby in hashery-2.0.0
- old
+ new
@@ -1,8 +1,8 @@
---
source:
-- var
+- meta
authors:
- name: Trans
email: transfire@gmail.com
- name: Kirk Haines
- name: Robert Klemme
@@ -12,14 +12,11 @@
- name: Erik Veenstra
copyrights:
- holder: Rubyworks
year: '2010'
license: BSD-2-Clause
-replacements: []
-alternatives: []
requirements:
-- name: blankslate
- name: detroit
groups:
- build
development: true
- name: qed
@@ -29,35 +26,51 @@
- name: lemon
groups:
- test
development: true
dependencies: []
+alternatives: []
conflicts: []
repositories:
- uri: git://github.com/rubyworks/hashery.git
scm: git
name: upstream
resources:
- home: http://rubyworks.github.com/hashery
- code: http://github.com/rubyworks/hashery
- mail: http://groups.google.com/group/rubyworks-mailinglist
- docs: http://rubydocs.info/gems/hashery/frames
- wiki: http://wiki.github.com/rubyworks/hashery
- gems: http://rubygems.org/gems/hashery
+- uri: http://rubyworks.github.com/hashery
+ label: Website
+ type: home
+- uri: http://github.com/rubyworks/hashery
+ label: Source Code
+ type: code
+- uri: http://groups.google.com/group/rubyworks-mailinglist
+ label: Mailing List
+ type: mail
+- uri: http://rubydoc.info/github/rubyworks/hashery/master/frames
+ label: Documentation
+ type: docs
+- uri: http://wiki.github.com/rubyworks/hashery
+ label: User Guide
+ type: wiki
+- uri: http://rubygems.org/gems/hashery
+ type: gems
+categories: []
extra: {}
load_path:
- lib
+- alt
revision: 0
created: '2010-04-21'
summary: Facets-bread collection of Hash-like classes.
title: Hashery
-version: 1.5.0
+version: 2.0.0
name: hashery
-description: ! 'The Hashery is a collection of Hash-like classes, spun-off from the
- original
+description: ! 'The Hashery is a tight collection of Hash-like classes. Included among
+ its many
- Ruby Facets library. Included are the widely used OrderedHash, the related but
+ offerings are the auto-sorting Dictionary class, the efficient LRUHash, the
- more featured Dictionary class, a number of open classes, similiar to the
+ flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass
- standard OpenStruct and a few variations on the standard Hash.'
-date: '2011-11-10'
+ 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.'
+date: '2012-06-18'