pkgsrc/devel/ruby-hashery/PLIST
taca 74cff97466 Adding ruby-hashery package version 2.0.1.
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.
2012-09-16 08:14:21 +00:00

46 lines
1.6 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2012/09/16 08:14:21 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.ruby
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Config.rb
${GEM_LIBDIR}/DEMO.rdoc
${GEM_LIBDIR}/HISTORY.rdoc
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/NOTICE.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/lib/hashery.rb
${GEM_LIBDIR}/lib/hashery.yml
${GEM_LIBDIR}/lib/hashery/association.rb
${GEM_LIBDIR}/lib/hashery/casting_hash.rb
${GEM_LIBDIR}/lib/hashery/core_ext.rb
${GEM_LIBDIR}/lib/hashery/crud_hash.rb
${GEM_LIBDIR}/lib/hashery/dictionary.rb
${GEM_LIBDIR}/lib/hashery/fuzzy_hash.rb
${GEM_LIBDIR}/lib/hashery/ini_hash.rb
${GEM_LIBDIR}/lib/hashery/key_hash.rb
${GEM_LIBDIR}/lib/hashery/linked_list.rb
${GEM_LIBDIR}/lib/hashery/lru_hash.rb
${GEM_LIBDIR}/lib/hashery/open_cascade.rb
${GEM_LIBDIR}/lib/hashery/open_hash.rb
${GEM_LIBDIR}/lib/hashery/ordered_hash.rb
${GEM_LIBDIR}/lib/hashery/path_hash.rb
${GEM_LIBDIR}/lib/hashery/property_hash.rb
${GEM_LIBDIR}/lib/hashery/query_hash.rb
${GEM_LIBDIR}/lib/hashery/stash.rb
${GEM_LIBDIR}/lib/hashery/static_hash.rb
${GEM_LIBDIR}/test/case_association.rb
${GEM_LIBDIR}/test/case_casting_hash.rb
${GEM_LIBDIR}/test/case_core_ext.rb
${GEM_LIBDIR}/test/case_crud_hash.rb
${GEM_LIBDIR}/test/case_dictionary.rb
${GEM_LIBDIR}/test/case_ini_hash.rb
${GEM_LIBDIR}/test/case_key_hash.rb
${GEM_LIBDIR}/test/case_linked_list.rb
${GEM_LIBDIR}/test/case_lru_hash.rb
${GEM_LIBDIR}/test/case_open_cascade.rb
${GEM_LIBDIR}/test/case_open_hash.rb
${GEM_LIBDIR}/test/case_property_hash.rb
${GEM_LIBDIR}/test/case_query_hash.rb
${GEM_LIBDIR}/test/fixture/example.ini
${GEM_LIBDIR}/test/helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec