DESCRIPTION
Among Ruby Facets most common additions were an assortment of Hash-like
classes. To better support this collection of libraries it was deemed
prudent to create a separate project specifically for them. Hence the
“Facets” Hashery.
Included in this collection are the widely used OrderedHash, the related
but more featured Dictionary class, a number of open classes,
similar to the standard OpenStruct, plus a number of other variations on
the standard Hash and a few other useful bits. See the API documentation
for a complete rundown.
RELEASE NOTES
Please see the HISTORY file.
HOW TO USE
For usage information, see the individual library files include in this
collection.
HOW TO INSTALL
To install with RubyGems simply open a console and type:
$ sudo gem install hashery
Tarball packages are available for manual site installations via Ruby Setup.
AUTHORS
Contributing authors include:
Kirk Haines
Joshua Hull
Robert Klemme
Jan Molic
George Moschovitis
Jeena Paradies
Erik Veenstra
LICENSE
Copyright © 2010 Rubyworks
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.