summaryrefslogtreecommitdiff
path: root/misc/ruby-hashie2
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-02-04 14:09:40 +0000
committertaca <taca@pkgsrc.org>2015-02-04 14:09:40 +0000
commitcac72e5f2172f3f82c02c0f8537dd4c3661b4b1d (patch)
tree3105658d43dcfcb04cfd991d5f7685874d6f484d /misc/ruby-hashie2
parentc947573d0d51cfa982f0665ff3b904adc80d8f87 (diff)
downloadpkgsrc-cac72e5f2172f3f82c02c0f8537dd4c3661b4b1d.tar.gz
Update ruby-hashie2 package to 2.1.2 and change PKGBASE to
${RUBY_PKGPREFIX}-hashie2. ## 2.1.2 (5/12/2014) * [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement `to_hash` - [@gregory](https://github.com/gregory). ## 2.1.1 (4/12/2014) * [#144](https://github.com/intridea/hashie/issues/144): Fixed regression invoking `to_hash` with no parameters - [@mbleigh](https://github.com/mbleigh). ## 2.1.0 (4/6/2014) * [#134](https://github.com/intridea/hashie/pull/134): Add deep_fetch extension for nested access - [@tylerdooling](https://github.com/tylerdooling). * Removed support for Ruby 1.8.7 - [@dblock](https://github.com/dblock). * Ruby style now enforced with Rubocop - [@dblock](https://github.com/dblock). * [#138](https://github.com/intridea/hashie/pull/138): Added Hashie::Rash, a hash whose keys can be regular expressions or ranges - [@epitron](https://github.com/epitron). * [#131](https://github.com/intridea/hashie/pull/131): Added IgnoreUndeclared, an extension to silently ignore undeclared properties at intialization - [@righi](https://github.com/righi). * [#136](https://github.com/intridea/hashie/issues/136): Removed Hashie::Extensions::Structure - [@markiz](https://github.com/markiz). * [#107](https://github.com/intridea/hashie/pull/107): Fixed excessive value conversions, poor performance of deep merge in Hashie::Mash - [@davemitchell](https://github.com/dblock), [@dblock](https://github.com/dblock). * [#69](https://github.com/intridea/hashie/issues/69): Fixed assigning multiple properties in Hashie::Trash - [@einzige](https://github.com/einzige). * [#100](https://github.com/intridea/hashie/pull/100): IndifferentAccess#store will respect indifference - [@jrochkind](https://github.com/jrochkind). * [#103](https://github.com/intridea/hashie/pull/103): Fixed support for Hashie::Dash properties that end in bang - [@thedavemarshall](https://github.com/thedavemarshall). * [89](https://github.com/intridea/hashie/issues/89): Do not respond to every method with suffix in Hashie::Mash, fixes Rails strong_parameters - [@Maxim-Filimonov](https://github.com/Maxim-Filimonov). * [#110](https://github.com/intridea/hashie/pull/110): Correctly use Hash#default from Mash#method_missing - [@ryansouza](https://github.com/ryansouza). * [#120](https://github.com/intridea/hashie/pull/120): Pass options to recursive to_hash calls - [@pwillett](https://github.com/pwillett). * [#113](https://github.com/intridea/hashie/issues/113): Fixed Hash#merge with Hashie::Dash - [@spencer1248](https://github.com/spencer1248). * [#99](https://github.com/intridea/hashie/issues/99): Hash#deep_merge raises errors when it encounters integers - [@defsprite](https://github.com/defsprite). * [#133](https://github.com/intridea/hashie/pull/133): Fixed Hash##to_hash with symbolize_keys - [@mhuggins](https://github.com/mhuggins). * [#130](https://github.com/intridea/hashie/pull/130): IndifferentAccess now works without MergeInitializer - [@npj](https://github.com/npj). * [#111](https://github.com/intridea/hashie/issues/111): Trash#translations correctly maps original to translated names - [@artm](https://github.com/artm). * [#129](https://github.com/intridea/hashie/pull/129): Added Trash#permitted_input_keys and inverse_translations - [@artm](https://github.com/artm).
Diffstat (limited to 'misc/ruby-hashie2')
-rw-r--r--misc/ruby-hashie2/Makefile5
-rw-r--r--misc/ruby-hashie2/PLIST14
-rw-r--r--misc/ruby-hashie2/distinfo8
3 files changed, 17 insertions, 10 deletions
diff --git a/misc/ruby-hashie2/Makefile b/misc/ruby-hashie2/Makefile
index 8ff2fe0675d..10a012c81af 100644
--- a/misc/ruby-hashie2/Makefile
+++ b/misc/ruby-hashie2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 12:48:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/04 14:09:40 taca Exp $
-DISTNAME= hashie-2.0.5
+DISTNAME= hashie-2.1.2
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/hashie/hashie2/}
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/misc/ruby-hashie2/PLIST b/misc/ruby-hashie2/PLIST
index 269fd66750e..44f76272885 100644
--- a/misc/ruby-hashie2/PLIST
+++ b/misc/ruby-hashie2/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/03 12:48:49 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/04 14:09:40 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGELOG.md
@@ -10,35 +10,41 @@ ${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/hashie.gemspec
${GEM_LIBDIR}/lib/hashie.rb
${GEM_LIBDIR}/lib/hashie/clash.rb
${GEM_LIBDIR}/lib/hashie/dash.rb
${GEM_LIBDIR}/lib/hashie/extensions/coercion.rb
+${GEM_LIBDIR}/lib/hashie/extensions/deep_fetch.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
${GEM_LIBDIR}/lib/hashie/extensions/key_conversion.rb
${GEM_LIBDIR}/lib/hashie/extensions/merge_initializer.rb
${GEM_LIBDIR}/lib/hashie/extensions/method_access.rb
-${GEM_LIBDIR}/lib/hashie/extensions/structure.rb
${GEM_LIBDIR}/lib/hashie/hash.rb
${GEM_LIBDIR}/lib/hashie/hash_extensions.rb
${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/clash_spec.rb
${GEM_LIBDIR}/spec/hashie/dash_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/coercion_spec.rb
+${GEM_LIBDIR}/spec/hashie/extensions/deep_fetch_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
${GEM_LIBDIR}/spec/hashie/extensions/key_conversion_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/merge_initializer_spec.rb
${GEM_LIBDIR}/spec/hashie/extensions/method_access_spec.rb
${GEM_LIBDIR}/spec/hashie/hash_spec.rb
${GEM_LIBDIR}/spec/hashie/mash_spec.rb
+${GEM_LIBDIR}/spec/hashie/rash_spec.rb
${GEM_LIBDIR}/spec/hashie/trash_spec.rb
+${GEM_LIBDIR}/spec/hashie/version_spec.rb
${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-hashie2/distinfo b/misc/ruby-hashie2/distinfo
index 87592b502e4..ff034d69353 100644
--- a/misc/ruby-hashie2/distinfo
+++ b/misc/ruby-hashie2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/06/03 12:48:49 jperkin Exp $
+$NetBSD: distinfo,v 1.2 2015/02/04 14:09:40 taca Exp $
-SHA1 (hashie-2.0.5.gem) = 73f7f3fb3c906aa5ef70f5371a59ffc50b9f37c2
-RMD160 (hashie-2.0.5.gem) = 05f21beb79a6f3a81e2d1dfe334c69ae271da44d
-Size (hashie-2.0.5.gem) = 27648 bytes
+SHA1 (hashie-2.1.2.gem) = 2a872ff8c147c78d6bdd23d421394517842f7c97
+RMD160 (hashie-2.1.2.gem) = 953572eabd87d0e287bac18fd4b7ddb800b83fdc
+Size (hashie-2.1.2.gem) = 34816 bytes