Update to hoe 3.16.0, allows usage with rake 12
This commit is contained in:
parent
7677a0941b
commit
7ad1468615
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2015/07/19 02:10:31 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2017/01/06 15:57:11 jeremy Exp $
|
||||
|
||||
COMMENT= simple rake/rubygems helper for project Rakefiles
|
||||
|
||||
DISTNAME= hoe-3.12.0
|
||||
REVISION = 1
|
||||
DISTNAME= hoe-3.16.0
|
||||
CATEGORIES= devel
|
||||
|
||||
# MIT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hoe-3.12.0.gem) = IQIyWILZus4ktsVHmugMuaNy2hVocQ3QDbveRUBaOdg=
|
||||
SIZE (hoe-3.12.0.gem) = 130048
|
||||
SHA256 (hoe-3.16.0.gem) = i+4zN2r32svQ80QGFEU1ieYN8UwTRxyTirYSS7i2KA8=
|
||||
SIZE (hoe-3.16.0.gem) = 188416
|
||||
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2014/09/22 15:20:05 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2017/01/06 15:57:11 jeremy Exp $
|
||||
${GEM_BIN}/sow${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.autotest
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Hoe.pdf
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
@ -48,6 +47,7 @@ ${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_debug.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_gemcutter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_package.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_publish.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_hoe_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
x
Reference in New Issue
Block a user