devel/ruby-pathutil: update to 0.16.1
0.16.0 2017/10/05 * Fix the homepage URL in the gemspec. (#2) * Drop CodeClimate. * Fix #3: Remove `luna-rubocop-formatters`. * Do a little cleanup. * Update Copyright year. * Pathutil added `#empty?` in 2.4. 0.16.1 2017/12/12 * Add Pathutil#[], so we are compatible with RSpec.
This commit is contained in:
parent
a201accca6
commit
63430781b4
2 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.2 2017/09/04 18:00:53 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/03/13 17:26:39 taca Exp $
|
||||
|
||||
DISTNAME= pathutil-0.14.0
|
||||
DISTNAME= pathutil-0.16.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
#HOMEPAGE= https://github.com/envygeeks/pathutils
|
||||
HOMEPAGE= https://github.com/envygeeks/pathutil
|
||||
COMMENT= Almost like Pathname but just a little less insane
|
||||
LICENSE= mit
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/10/09 14:36:51 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2018/03/13 17:26:39 taca Exp $
|
||||
|
||||
SHA1 (pathutil-0.14.0.gem) = 04bae1c39f7ae720d8083a86922bc478f4bb3abe
|
||||
RMD160 (pathutil-0.14.0.gem) = 86a059deca505a2ae1cd8c5f8e2e5d5308cd161b
|
||||
SHA512 (pathutil-0.14.0.gem) = 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd
|
||||
Size (pathutil-0.14.0.gem) = 11776 bytes
|
||||
SHA1 (pathutil-0.16.1.gem) = 27cc092e58147b5d0ec62e99b2ed8086822b800b
|
||||
RMD160 (pathutil-0.16.1.gem) = bac759b55bafba118cfcc12871dd1c11a786067f
|
||||
SHA512 (pathutil-0.16.1.gem) = 9192a1edd65b070d997ed19808247850fb93c5aa9aace31fed05c2a4e9af4563db4d308d36aefedc970b2b646b7175002f939de9d930cb338c9aa4e6258d63bd
|
||||
Size (pathutil-0.16.1.gem) = 11776 bytes
|
||||
|
|
Loading…
Reference in a new issue