From 3b4d43bd6579c84cf1f7afe24a9bb7e817919b12 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 15 Oct 2016 15:17:07 +0000 Subject: [PATCH] Update ruby-hashie to 3.4.6. [3.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6 ### Fixed * [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [@jrafanie](https://github.com/jrafanie). ## [3.4.5] - 2016-09-16 [3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5 ### Added * [#337](https://github.com/intridea/hashie/pull/337), [#331](https://github.com/intridea/hashie/issues/331): `Hashie::Mash#load` accepts a `Pathname` object - [@gipcompany](https://github.com/gipcompany). ### Deprecated * [#366](https://github.com/intridea/hashie/pull/366): Hashie is no longer tested on Ruby < 2 - [@dblock](https://github.com/dblock). ### Fixed * [#358](https://github.com/intridea/hashie/pull/358): Fixed support for Array#dig - [@modosc](https://github.com/modosc). * [#365](https://github.com/intridea/hashie/pull/365): Ensured ActiveSupport::HashWithIndifferentAccess is defined before use in #deep_locate - [@mikejarema](https://github.com/mikejarema). ### Miscellanous * [#366](https://github.com/intridea/hashie/pull/366): Added Danger, PR linter - [@dblock](https://github.com/dblock). ## [3.4.4] - 2016-04-29 [3.4.4]: https://github.com/intridea/hashie/compare/v3.4.3...v3.4.4 ### Added * [#349](https://github.com/intridea/hashie/pull/349): Convert `Hashie::Mash#dig` arguments for Ruby 2.3.0 - [@k0kubun](https://github.com/k0kubun). ### Fixed * [#240](https://github.com/intridea/hashie/pull/240): Fixed nesting twice with Clash keys - [@bartoszkopinski](https://github.com/bartoszkopinski). * [#317](https://github.com/intridea/hashie/pull/317): Ensure `Hashie::Extensions::MethodQuery` methods return boolean values - [@michaelherold](https://github.com/michaelherold). * [#319](https://github.com/intridea/hashie/pull/319): Fix a regression from 3.4.1 where `Hashie::Extensions::DeepFind` is no longer indifference-aware - [@michaelherold](https://github.com/michaelherold). * [#322](https://github.com/intridea/hashie/pull/322): Fixed `reverse_merge` issue with `Mash` subclasses - [@marshall-lee](https://github.com/marshall-lee). * [#346](https://github.com/intridea/hashie/pull/346): Fixed `merge` breaking indifferent access - [@docwhat](https://github.com/docwhat), [@michaelherold](https://github.com/michaelherold). * [#350](https://github.com/intridea/hashie/pull/350): Fixed from string translations used with `IgnoreUndeclared` - [@marshall-lee](https://github.com/marshall-lee). --- misc/ruby-hashie/Makefile | 4 ++-- misc/ruby-hashie/PLIST | 7 ++++++- misc/ruby-hashie/distinfo | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/misc/ruby-hashie/Makefile b/misc/ruby-hashie/Makefile index f06d35f7c1003..6b243e9d2b6d5 100644 --- a/misc/ruby-hashie/Makefile +++ b/misc/ruby-hashie/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2015/12/12 14:47:00 taca Exp $ +# $NetBSD: Makefile,v 1.5 2016/10/15 15:17:07 taca Exp $ # -DISTNAME= hashie-3.4.3 +DISTNAME= hashie-3.4.6 CATEGORIES= misc MAINTAINER= tsutsui@NetBSD.org diff --git a/misc/ruby-hashie/PLIST b/misc/ruby-hashie/PLIST index 62cdff868fc6a..35a1105c6780b 100644 --- a/misc/ruby-hashie/PLIST +++ b/misc/ruby-hashie/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/12/12 14:47:00 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/10/15 15:17:07 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CHANGELOG.md @@ -9,8 +9,10 @@ ${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 @@ -27,6 +29,7 @@ ${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_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 @@ -35,6 +38,7 @@ ${GEM_LIBDIR}/lib/hashie/mash.rb ${GEM_LIBDIR}/lib/hashie/rash.rb ${GEM_LIBDIR}/lib/hashie/trash.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 @@ -63,4 +67,5 @@ ${GEM_LIBDIR}/spec/hashie/trash_spec.rb ${GEM_LIBDIR}/spec/hashie/version_spec.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/support/module_context.rb +${GEM_LIBDIR}/spec/support/ruby_version_check.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-hashie/distinfo b/misc/ruby-hashie/distinfo index 883e604b5c18e..42f73b10266fc 100644 --- a/misc/ruby-hashie/distinfo +++ b/misc/ruby-hashie/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/12/12 14:47:00 taca Exp $ +$NetBSD: distinfo,v 1.6 2016/10/15 15:17:07 taca Exp $ -SHA1 (hashie-3.4.3.gem) = 4c4db57ab2f18816e910929bed185d316a11e15a -RMD160 (hashie-3.4.3.gem) = 019e4b0a8316afe8918491c3a3d235c3298040a1 -SHA512 (hashie-3.4.3.gem) = 1a9f3169308e99559c67e021f0d4174618fd6e4cb6a53b4c7889b609ea32e2d7cde7216de2e3d485f496fa73491702e3af81b6875071b35ecfe5609d925225f7 -Size (hashie-3.4.3.gem) = 58880 bytes +SHA1 (hashie-3.4.6.gem) = d703ca1b2df4189c35ec6100a436cc4271c18bd4 +RMD160 (hashie-3.4.6.gem) = 3e361f738c7b550e9dfaeacdd06522dc9bb30f3d +SHA512 (hashie-3.4.6.gem) = 68782865411a21a32e8b81f5d1dd29cdd9e934ffe18a7222a9631df00275cb5ba6c6cfd8b87be510a0ec202e9286660c17e4ead6e35697bb15b8c72b30971797 +Size (hashie-3.4.6.gem) = 62464 bytes