9dddb09679
== 2.1.0 / 2012-11-24 The major change of the 2.1 release is to switch over to `Hash#fetch` as the fundamental CRUD read method inplace of the previous `#read` core extension (an alias of `#[]`). This is a pretty fundamental change which required modification of a number of classes. So please do extra-diligence and file an issue if you experience any problems. In addition, the Hash#read core extension has been renamed to Hash#retrieve to avoid any possible confusion with IO objects. This release also fixes a couple of issues with 1.8 compatibility and makes a few other small enhancements. Changes: * Rename Hash#read to Hash#retrieve. * Deprecate `Dictionary.alpha` in favor of `Dictionary.alphabetic`. * Add support for block argument in Dictionary#order_by_key and #order_by_value. * Fix OpenHash issues with Ruby 1.8.x compatibility. * OpenHash methods are opened up via `protected` instead of `private`. * Change OpenCascade to auto-create the subclass when inherited.
57 lines
2.1 KiB
Text
57 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2012/12/16 16:25:00 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.meta
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/DEMO.rdoc
|
|
${GEM_LIBDIR}/HISTORY.rdoc
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/NOTICE.txt
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/alt/hashery/basicobject.rb
|
|
${GEM_LIBDIR}/alt/hashery/castinghash.rb
|
|
${GEM_LIBDIR}/alt/hashery/fuzzyhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/keyhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/linkedlist.rb
|
|
${GEM_LIBDIR}/alt/hashery/lruhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/opencascade.rb
|
|
${GEM_LIBDIR}/alt/hashery/openhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/orderedhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/propertyhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/queryhash.rb
|
|
${GEM_LIBDIR}/alt/hashery/statichash.rb
|
|
${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
|