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:           Sun Sep 23 15:45:47 UTC 2018

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

Log Message:
misc/ruby-hashie: update to 3.6.0

## [3.6.0] - 2018-08-13

[3.6.0]: https://github.com/intridea/hashie/compare/v3.5.7...v3.6.0

### Added

* [#455](https://github.com/intridea/hashie/pull/455): Allow overriding methods when passing in a hash - [@lnestor](https://github.com/lnestor).

### Fixed

* [#435](https://github.com/intridea/hashie/pull/435): Mash `default_proc`s are now propagated down to nested sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#436](https://github.com/intridea/hashie/pull/436): Ensure that `Hashie::Extensions::IndifferentAccess` injects itself after a non-destructive merge - 
[@michaelherold](https://github.com/michaelherold).
* [#437](https://github.com/intridea/hashie/pull/437): Allow codependent properties to be set on Dash - [@michaelherold](https://github.com/michaelherold).
* [#438](https://github.com/intridea/hashie/pull/438): Fix: `NameError (uninitialized constant Hashie::Extensions::Parsers::YamlErbParser::Pathname)` in `Hashie::Mash.load` - 
[@onk](https://github.com/onk).
* [#457](https://github.com/intridea/hashie/pull/457): Fix `Trash` to allow it to copy properties from other properties - [@michaelherold](https://github.com/michaelherold).

### Miscellaneous

* [#433](https://github.com/intridea/hashie/pull/433): Update Rubocop to the most recent version - [@michaelherold](https://github.com/michaelherold).
* [#434](https://github.com/intridea/hashie/pull/434): Add documentation around Mash sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#439](https://github.com/intridea/hashie/pull/439): Add an integration spec for Elasticsearch - [@michaelherold](https://github.com/michaelherold).


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

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.9 pkgsrc/misc/ruby-hashie/Makefile:1.10
--- pkgsrc/misc/ruby-hashie/Makefile:1.9        Wed Mar 14 14:57:04 2018
+++ pkgsrc/misc/ruby-hashie/Makefile    Sun Sep 23 15:45:47 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2018/03/14 14:57:04 taca Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/23 15:45:47 taca Exp $
 #
 
-DISTNAME=      hashie-3.5.7
+DISTNAME=      hashie-3.6.0
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-hashie/distinfo
diff -u pkgsrc/misc/ruby-hashie/distinfo:1.9 pkgsrc/misc/ruby-hashie/distinfo:1.10
--- pkgsrc/misc/ruby-hashie/distinfo:1.9        Wed Mar 14 14:57:04 2018
+++ pkgsrc/misc/ruby-hashie/distinfo    Sun Sep 23 15:45:47 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/03/14 14:57:04 taca Exp $
+$NetBSD: distinfo,v 1.10 2018/09/23 15:45:47 taca Exp $
 
-SHA1 (hashie-3.5.7.gem) = c6830cab573612f811a80ba6b05c5f993cbfe260
-RMD160 (hashie-3.5.7.gem) = ea9477e2be24e1856142af5d91a3857fc322c800
-SHA512 (hashie-3.5.7.gem) = c7ae610de5fe9b19a724068c26c184b44f951b29b56e3c5240074a372ad24d0ea70e39541812cbd82d5516d9e00e86a33d935b90e086b7db305b9b34b8f44f23
-Size (hashie-3.5.7.gem) = 71680 bytes
+SHA1 (hashie-3.6.0.gem) = dd587a50e17f892713228f386650780aa1f9c462
+RMD160 (hashie-3.6.0.gem) = 39d021ac1793f0fae6bc86134b71236d6d4e7cda
+SHA512 (hashie-3.6.0.gem) = 7b5355a2b93267d6b7c63608aeac4bb7d21f32a982e2c59771d5a791f9a0c921d11e1b4a185067447917315ce98f8cc5f2b48a31efec3068fb1f1ec0e4386e15
+Size (hashie-3.6.0.gem) = 74752 bytes

Index: pkgsrc/misc/ruby-hashie/PLIST
diff -u pkgsrc/misc/ruby-hashie/PLIST:1.6 pkgsrc/misc/ruby-hashie/PLIST:1.7
--- pkgsrc/misc/ruby-hashie/PLIST:1.6   Mon Mar 20 14:28:58 2017
+++ pkgsrc/misc/ruby-hashie/PLIST       Sun Sep 23 15:45:47 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/03/20 14:28:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/09/23 15:45:47 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -75,6 +75,7 @@ ${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/elasticsearch/integration_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



Home | Main Index | Thread Index | Old Index