summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-10-15 15:17:07 +0000
committertaca <taca@pkgsrc.org>2016-10-15 15:17:07 +0000
commited7c22dfc078bdcbf18db735f0488e2bbe00fe33 (patch)
tree5e51ea57284175c1b955c056adf4a61179ae9059 /misc
parent0adc2ced6c1fa6283587bd33cb5ef7a954739431 (diff)
downloadpkgsrc-ed7c22dfc078bdcbf18db735f0488e2bbe00fe33.tar.gz
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).
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-hashie/Makefile4
-rw-r--r--misc/ruby-hashie/PLIST7
-rw-r--r--misc/ruby-hashie/distinfo10
3 files changed, 13 insertions, 8 deletions
diff --git a/misc/ruby-hashie/Makefile b/misc/ruby-hashie/Makefile
index f06d35f7c10..6b243e9d2b6 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 62cdff868fc..35a1105c678 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 883e604b5c1..42f73b10266 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