Index: head/devel/rubygem-hashie/Makefile =================================================================== --- head/devel/rubygem-hashie/Makefile (revision 524950) +++ head/devel/rubygem-hashie/Makefile (revision 524951) @@ -1,20 +1,20 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= hashie -PORTVERSION= 3.6.0 +PORTVERSION= 4.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hashie is a simple collection of useful Hash extensions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-hashie/distinfo =================================================================== --- head/devel/rubygem-hashie/distinfo (revision 524950) +++ head/devel/rubygem-hashie/distinfo (revision 524951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534255212 -SHA256 (rubygem/hashie-3.6.0.gem) = b097778abd066b5b506a07a226037b45f2f1d45f13f7ef552813b122aefb6d8d -SIZE (rubygem/hashie-3.6.0.gem) = 74752 +TIMESTAMP = 1577713947 +SHA256 (rubygem/hashie-4.0.0.gem) = 41f2a3cc0b7aa6549013e5bca2c92bed2d713f44a0edbe2ccb772a7014da3337 +SIZE (rubygem/hashie-4.0.0.gem) = 80384 Index: head/devel/rubygem-hashie/pkg-descr =================================================================== --- head/devel/rubygem-hashie/pkg-descr (revision 524950) +++ head/devel/rubygem-hashie/pkg-descr (revision 524951) @@ -1,11 +1,11 @@ Hashie is available as a RubyGem which extend Hashes and make them more useful. - Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended - Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. - Hashie::Trash: a Dash that allows you to translate keys on initialization. - Hashie::Clash: allows you to easily construct complex hashes using method notation chaining. -WWW: https://github.com/intridea/hashie +WWW: https://github.com/hashie/hashie