pkgsrc/misc/ruby-hashie/PLIST
taca 16db88ac0c misc/ruby-hashie: update to 4.1.0
Update ruby-hashie to 4.1.0.


4.1.0 - 2020-02-01

Added

* #499: Add Hashie::Extensions::Mash::PermissiveRespondTo to make specific
   subclasses of Mash fully respond to messages for use with SimpleDelegator
   - @michaelherold.

Changed

* #498: Exclude tests from the gem release to reduce installation size and
  improve installation speed - @michaelherold.

Fixed

* #467: Fixed DeepMerge#deep_merge mutating nested values within the
  receiver - @michaelherold.
* #505: Ensure that Hashie::Arrays are not deconverted within Hashie::Mashes
  to make Mash#dig work properly - @michaelherold.
* #507: Suppress Psych.safe_load arg warn when using Psych 3.1.0+ - @koic.
* #508: Fixed Mash.load no longer uses Rails-only #except - @bobbymcwho.
* #508: Fixed Hashie::Extensions::DeepMerge #deep_merge not correctly
  dup'ing sub-hashes if active_support hash extensions were not present -
  @bobbymcwho.
* #500: Do not warn when setting Mash keys that look like underbang, bang,
  and query methods - @michaelherold.
* #510: Ensure that Hashie::Mash#compact is only defined on Ruby version >=
  2.4.0 - @bobbymcwho.
* #511: Suppress keyword arguments warning for Ruby 2.7.0 - @koic.
* #512: Suppress an integer unification warning for using Ruby 2.4.0+ - @koic.
* #513: Suppress a Ruby's warning when using Ruby 2.6.0+ - @koic.

4.0.0 - 2019-10-30

Added

* #323: Added Hashie::Extensions::Mash::DefineAccessors - @marshall-lee.
* #474: Expose YAML#safe_load options in Mash#load - @riouruma, @dblock.
* #478: Added optional array parameter to Hashie::Mash.disable_warnings -
  @bobbymcwho.
* #481: Ruby 2.6 - Support Hash#merge and #merge! called with multiple
  Hashes/Mashes - @bobbymcwho.
* #488: Added ability to create an anonymous Hashie::Mash subclass with key
  conflict errors silenced using Hashie::Mash.quiet.new - @bobbymcwho.

Changed

* #481: Implement non-destructive standard Hash methods - @bobbymcwho.
* #482: Update Travis configs to make jruby builds run on trusty dist -
  @BobbyMcWho.

Fixed

* #459: Fixed a regression in Mash.load that disallowed aliases - @arekt and
  @michaelherold.
* #465: Fixed deep_update to call any readers when a key exists -
  @laertispappas.
* #479: Fixed an issue with Hash#except not returning a Mash in Rails 6 -
  @bobbymcwho.
* #489: Updated the documentation to exlain the behavior of Mash and keyword
  arguments - @Bhacaz.
* #465: Clean up our RuboCop configuration and fix the outstanding line
  length violations. This involved some minor refactoring on
  Hashie::Extensions::Coercion, Hashie::Extensions::Dash::IndifferentAccess,
  Hashie::Extensions::DeepLocate, Hashie::Extensions::Mash::SafeAssignment,
  and Hashie::Hash, but none that were detectable via the test suite -
  @michaelherold.
2020-06-07 15:57:40 +00:00

51 lines
2.3 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2020/06/07 15:57:40 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/UPGRADING.md
${GEM_LIBDIR}/hashie.gemspec
${GEM_LIBDIR}/lib/hashie.rb
${GEM_LIBDIR}/lib/hashie/array.rb
${GEM_LIBDIR}/lib/hashie/clash.rb
${GEM_LIBDIR}/lib/hashie/dash.rb
${GEM_LIBDIR}/lib/hashie/extensions/active_support/core_ext/hash.rb
${GEM_LIBDIR}/lib/hashie/extensions/array/pretty_inspect.rb
${GEM_LIBDIR}/lib/hashie/extensions/coercion.rb
${GEM_LIBDIR}/lib/hashie/extensions/dash/coercion.rb
${GEM_LIBDIR}/lib/hashie/extensions/dash/indifferent_access.rb
${GEM_LIBDIR}/lib/hashie/extensions/dash/property_translation.rb
${GEM_LIBDIR}/lib/hashie/extensions/deep_fetch.rb
${GEM_LIBDIR}/lib/hashie/extensions/deep_find.rb
${GEM_LIBDIR}/lib/hashie/extensions/deep_locate.rb
${GEM_LIBDIR}/lib/hashie/extensions/deep_merge.rb
${GEM_LIBDIR}/lib/hashie/extensions/ignore_undeclared.rb
${GEM_LIBDIR}/lib/hashie/extensions/indifferent_access.rb
${GEM_LIBDIR}/lib/hashie/extensions/key_conflict_warning.rb
${GEM_LIBDIR}/lib/hashie/extensions/key_conversion.rb
${GEM_LIBDIR}/lib/hashie/extensions/mash/define_accessors.rb
${GEM_LIBDIR}/lib/hashie/extensions/mash/keep_original_keys.rb
${GEM_LIBDIR}/lib/hashie/extensions/mash/permissive_respond_to.rb
${GEM_LIBDIR}/lib/hashie/extensions/mash/safe_assignment.rb
${GEM_LIBDIR}/lib/hashie/extensions/mash/symbolize_keys.rb
${GEM_LIBDIR}/lib/hashie/extensions/merge_initializer.rb
${GEM_LIBDIR}/lib/hashie/extensions/method_access.rb
${GEM_LIBDIR}/lib/hashie/extensions/parsers/yaml_erb_parser.rb
${GEM_LIBDIR}/lib/hashie/extensions/pretty_inspect.rb
${GEM_LIBDIR}/lib/hashie/extensions/ruby_version.rb
${GEM_LIBDIR}/lib/hashie/extensions/ruby_version_check.rb
${GEM_LIBDIR}/lib/hashie/extensions/strict_key_access.rb
${GEM_LIBDIR}/lib/hashie/extensions/stringify_keys.rb
${GEM_LIBDIR}/lib/hashie/extensions/symbolize_keys.rb
${GEM_LIBDIR}/lib/hashie/hash.rb
${GEM_LIBDIR}/lib/hashie/logger.rb
${GEM_LIBDIR}/lib/hashie/mash.rb
${GEM_LIBDIR}/lib/hashie/railtie.rb
${GEM_LIBDIR}/lib/hashie/rash.rb
${GEM_LIBDIR}/lib/hashie/trash.rb
${GEM_LIBDIR}/lib/hashie/utils.rb
${GEM_LIBDIR}/lib/hashie/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec