pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-hashie Update ruby-hashie to 3.4.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1db4a5e51d99
branches: trunk
changeset: 652813:1db4a5e51d99
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jun 08 14:37:50 2015 +0000
description:
Update ruby-hashie to 3.4.2.
## 3.4.2 (6/2/2015)
* [#292](https://github.com/intridea/hashie/pull/292): Removed `Mash#id` and `Mash#type` - [@jrochkind](https://github.com/jrochkind).
* [#297](https://github.com/intridea/hashie/pull/297): Extracted `Trash`'s behavior into a new `Dash::PropertyTranslation` extension - [@michaelherold](https://github.com/michaelherold).
## 3.4.1
* [#269](https://github.com/intridea/hashie/pull/272): Added Hashie::Extensions::DeepLocate - [@msievers](https://github.com/msievers).
* [#270](https://github.com/intridea/hashie/pull/277): Fixed ArgumentError raised when using IndifferentAccess and HashWithIndifferentAccess - [@gardenofwine](https://github.com/gardenofwine).
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport's version - [@mgold](https://github.com/mgold).
* [#282](https://github.com/intridea/hashie/pull/282): Fixed coercions in a subclass accumulating in the superclass - [@maxlinc](https://github.com/maxlinc),
[@martinstreicher](https://github.com/martinstreicher).
diffstat:
misc/ruby-hashie/Makefile | 4 ++--
misc/ruby-hashie/PLIST | 6 +++++-
misc/ruby-hashie/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (60 lines):
diff -r 75e6dbfb6111 -r 1db4a5e51d99 misc/ruby-hashie/Makefile
--- a/misc/ruby-hashie/Makefile Mon Jun 08 13:59:38 2015 +0000
+++ b/misc/ruby-hashie/Makefile Mon Jun 08 14:37:50 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2015/02/04 15:25:37 taca Exp $
+# $NetBSD: Makefile,v 1.3 2015/06/08 14:37:50 taca Exp $
#
-DISTNAME= hashie-3.4.0
+DISTNAME= hashie-3.4.2
CATEGORIES= misc
MAINTAINER= tsutsui%NetBSD.org@localhost
diff -r 75e6dbfb6111 -r 1db4a5e51d99 misc/ruby-hashie/PLIST
--- a/misc/ruby-hashie/PLIST Mon Jun 08 13:59:38 2015 +0000
+++ b/misc/ruby-hashie/PLIST Mon Jun 08 14:37:50 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/02/04 15:25:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/06/08 14:37:50 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGELOG.md
@@ -13,8 +13,10 @@
${GEM_LIBDIR}/lib/hashie/dash.rb
${GEM_LIBDIR}/lib/hashie/extensions/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
@@ -38,6 +40,7 @@
${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
@@ -56,4 +59,5 @@
${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.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 75e6dbfb6111 -r 1db4a5e51d99 misc/ruby-hashie/distinfo
--- a/misc/ruby-hashie/distinfo Mon Jun 08 13:59:38 2015 +0000
+++ b/misc/ruby-hashie/distinfo Mon Jun 08 14:37:50 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2015/02/04 15:25:37 taca Exp $
+$NetBSD: distinfo,v 1.3 2015/06/08 14:37:50 taca Exp $
-SHA1 (hashie-3.4.0.gem) = a21a2d84d6fc5b6499c38388c09a9af17d39d9f5
-RMD160 (hashie-3.4.0.gem) = 80db6cbe9cd14346e2c2671d97d81a40531e0a5f
-Size (hashie-3.4.0.gem) = 51712 bytes
+SHA1 (hashie-3.4.2.gem) = 7634f9e694ee839da00f8b3679aad8c23d92f19d
+RMD160 (hashie-3.4.2.gem) = dbf1004d612ed661b6cef28ee487533ea201226c
+Size (hashie-3.4.2.gem) = 56320 bytes
Home |
Main Index |
Thread Index |
Old Index