pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ruby-hashie



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Oct 15 15:17:08 UTC 2016

Modified Files:
        pkgsrc/misc/ruby-hashie: Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ruby-hashie/Makefile \
    pkgsrc/misc/ruby-hashie/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ruby-hashie/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-hashie/Makefile
diff -u pkgsrc/misc/ruby-hashie/Makefile:1.4 pkgsrc/misc/ruby-hashie/Makefile:1.5
--- pkgsrc/misc/ruby-hashie/Makefile:1.4        Sat Dec 12 14:47:00 2015
+++ pkgsrc/misc/ruby-hashie/Makefile    Sat Oct 15 15:17:07 2016
@@ -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@localhost
Index: pkgsrc/misc/ruby-hashie/PLIST
diff -u pkgsrc/misc/ruby-hashie/PLIST:1.4 pkgsrc/misc/ruby-hashie/PLIST:1.5
--- pkgsrc/misc/ruby-hashie/PLIST:1.4   Sat Dec 12 14:47:00 2015
+++ pkgsrc/misc/ruby-hashie/PLIST       Sat Oct 15 15:17:07 2016
@@ -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/merg
 ${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

Index: pkgsrc/misc/ruby-hashie/distinfo
diff -u pkgsrc/misc/ruby-hashie/distinfo:1.5 pkgsrc/misc/ruby-hashie/distinfo:1.6
--- pkgsrc/misc/ruby-hashie/distinfo:1.5        Sat Dec 12 14:47:00 2015
+++ pkgsrc/misc/ruby-hashie/distinfo    Sat Oct 15 15:17:07 2016
@@ -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



Home | Main Index | Thread Index | Old Index