pkgsrc/misc/ruby-hashie/PLIST
taca ec4292f0ab Update ruby-hashie to 3.5.5.
# Change Log

## [3.5.5] - 2017-02-24

[3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5

### Added

* [#326](https://github.com/intridea/hashie/pull/326): Added `Hashie::Extensions::Mash::KeepOriginalKeys` to give Mashes the ability to keep the original structure given to it - [@michaelherold](https://github.com/michaelherold).

### Fixed

* [#415](https://github.com/intridea/hashie/pull/415): Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - [@michaelherold](https://github.com/michaelherold).

## [3.5.4] - 2017-02-22

[3.5.4]: https://github.com/intridea/hashie/compare/v3.5.3...v3.5.4

### Added

* [#412](https://github.com/intridea/hashie/pull/412): Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - [@michaelherold](https://github.com/michaelherold).

### Fixed

* [#409](https://github.com/intridea/hashie/pull/409): Fixed Railtie detection for projects where Rails is defined but Railties are not availble - [@CallumD](https://github.com/callumd).
* [#411](https://github.com/intridea/hashie/pull/411): Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - [@michaelherold](https://github.com/michaelherold).

## [3.5.3] - 2017-02-11

[3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3

### Fixed

* [#402](https://github.com/intridea/hashie/pull/402): Use a Railtie to set Hashie.logger on rails boot - [@matthewrudy](https://github.com/matthewrudy).
* [#406](https://github.com/intridea/hashie/pull/406): Ensure that subclasses that disable warnings propagate that setting to grandchild classes - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.

## [3.5.2] - 2017-02-10

[3.5.2]: https://github.com/intridea/hashie/compare/v3.5.1...v3.5.2

### Added

* [#395](https://github.com/intridea/hashie/pull/395): Add the ability to disable warnings in Mash subclasses - [@michaelherold](https://github.com/michaelherold).
* [#400](https://github.com/intridea/hashie/pull/400): Fix Hashie.logger load and set the Hashie logger to the Rails logger in a Rails environment - [@michaelherold](https://github.com/michaelherold).

### Fixed

* [#396](https://github.com/intridea/hashie/pull/396): Fix for specs in #381: Incorrect use of shared context meant example was not being run - [@biinari](https://github.com/biinari).
* [#399](https://github.com/intridea/hashie/pull/399): Fix passing Pathname object to Hashie::Mesh.load() - [@albb0920](https://github.com/albb0920).

### Miscellanous

* [#397](https://github.com/intridea/hashie/pull/397): Add the integration specs harness into the main test tasks - [@michaelherold](https://github.com/michaelherold).

## [3.5.1] - 2017-01-31

* [#392](https://github.com/intridea/hashie/pull/392): Fix for #391: Require all dependencies of Hashie::Mash - [@dblock](https://github.com/dblock).

[3.5.1]: https://github.com/intridea/hashie/compare/v3.5.0...v3.5.1

## [3.5.0] - 2017-01-31

* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [@mltsy](https://github.com/mltsy).
* [#389](https://github.com/intridea/hashie/pull/389): Support Ruby 2.4.0 - [@camelmasa](https://github.com/camelmasa).

[3.5.0]: https://github.com/intridea/hashie/compare/v3.4.6...v3.5.0

### Added

* [#381](https://github.com/intridea/hashie/pull/381): Add a logging layer that lets us report potential issues to our users. As the first logged issue, report when a `Hashie::Mash` is attempting to overwrite a built-in method, since that is one of our number one questions - [@michaelherold](https://github.com/michaelherold).

### Changed

* [#384](https://github.com/intridea/hashie/pull/384): Updated to CodeClimate 1.x - [@boffbowsh](https://github.com/boffbowsh).

### Fixed

* [#369](https://github.com/intridea/hashie/pull/369): If a translation for a property exists when using IndifferentAccess and IgnoreUndeclared, use the translation to find the property - [@whitethunder](https://github.com/whitethunder).
* [#376](https://github.com/intridea/hashie/pull/376): Leave string index unchanged if it can't be converted to integer for Array#dig - [@sazor](https://github.com/sazor).
* [#377](https://github.com/intridea/hashie/pull/377): Dont use Rubygems to check ruby version - [@sazor](https://github.com/sazor).
* [#378](https://github.com/intridea/hashie/pull/378): Deep find all searches inside all nested hashes - [@sazor](https://github.com/sazor).
* [#380](https://github.com/intridea/hashie/pull/380): Evaluate procs default values of Dash in object initialization - [@sazor](https://github.com/sazor).

### Miscellanous

* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [@michaelherold](https://github.com/michaelherold).
2017-03-20 14:28:58 +00:00

91 lines
4.3 KiB
Text

@comment $NetBSD: PLIST,v 1.6 2017/03/20 14:28:58 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/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_conversion.rb
${GEM_LIBDIR}/lib/hashie/extensions/mash/keep_original_keys.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_LIBDIR}/spec/hashie/array_spec.rb
${GEM_LIBDIR}/spec/hashie/clash_spec.rb
${GEM_LIBDIR}/spec/hashie/dash_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/autoload_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/coercion_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/dash/coercion_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/dash/indifferent_access_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/deep_fetch_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/deep_find_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/deep_locate_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/deep_merge_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/ignore_undeclared_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/indifferent_access_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/indifferent_access_with_rails_hwia_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/key_conversion_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/mash/keep_original_keys_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/mash/safe_assignment_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/mash/symbolize_keys_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/merge_initializer_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/method_access_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/strict_key_access_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/stringify_keys_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/symbolize_keys_spec.rb
${GEM_LIBDIR}/spec/hashie/hash_spec.rb
${GEM_LIBDIR}/spec/hashie/mash_spec.rb
${GEM_LIBDIR}/spec/hashie/parsers/yaml_erb_parser_spec.rb
${GEM_LIBDIR}/spec/hashie/rash_spec.rb
${GEM_LIBDIR}/spec/hashie/trash_spec.rb
${GEM_LIBDIR}/spec/hashie/utils_spec.rb
${GEM_LIBDIR}/spec/hashie/version_spec.rb
${GEM_LIBDIR}/spec/hashie_spec.rb
${GEM_LIBDIR}/spec/integration/omniauth-oauth2/app.rb
${GEM_LIBDIR}/spec/integration/omniauth-oauth2/integration_spec.rb
${GEM_LIBDIR}/spec/integration/omniauth-oauth2/some_site.rb
${GEM_LIBDIR}/spec/integration/omniauth/app.rb
${GEM_LIBDIR}/spec/integration/omniauth/integration_spec.rb
${GEM_LIBDIR}/spec/integration/rails-without-dependency/integration_spec.rb
${GEM_LIBDIR}/spec/integration/rails/app.rb
${GEM_LIBDIR}/spec/integration/rails/integration_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/integration_specs.rb
${GEM_LIBDIR}/spec/support/logger.rb
${GEM_LIBDIR}/spec/support/module_context.rb
${GEM_LIBDIR}/spec/support/ruby_version_check.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec