Update hoe to 3.6.2.
=== 3.6.2 / 2013-05-29 * 1 minor enhancement: * Um... the default test lib should probably be minitest, not testunit. === 3.6.1 / 2013-05-10 * 2 bug fixes: * Define a blank test task just in case nothing is found * Fixed an ancient test to use capture_subprocess_io. More reliable. === 3.6.0 / 2013-04-18 * 5 minor enhancements: * Added built-in support for markdown. * Renamed rubyforge_name to group_name. * Aliased and deprecated rubyforge_name from group_name. * Strip <> from parse_urls for markdown style raw urls. * intuit_values looks for README.md and History.md as well as txt. * 1 bug fix: * Fix file_name regex for test file. (bhenderson/veganstraightedge) === 3.5.3 / 2013-04-09 * 1 minor enhancement: * Updated publish plugin to depend on rdoc 4.x. === 3.5.2 / 2013-03-18 * 1 bug fix: * 1.9: fixed warning of ambiguous args in bin/sow. (amesee)
This commit is contained in:
parent
94e6939cc4
commit
157e959ee4
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.29 2013/03/10 13:15:45 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2013/06/16 14:43:31 taca Exp $
|
||||
|
||||
DISTNAME= hoe-3.5.1
|
||||
DISTNAME= hoe-3.6.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2012/12/16 16:09:31 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2013/06/16 14:43:31 taca Exp $
|
||||
bin/sow
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.autotest
|
||||
|
@ -35,7 +35,7 @@ ${GEM_LIBDIR}/template/README.txt.erb
|
|||
${GEM_LIBDIR}/template/Rakefile.erb
|
||||
${GEM_LIBDIR}/template/bin/file_name.erb
|
||||
${GEM_LIBDIR}/template/lib/file_name.rb.erb
|
||||
${GEM_LIBDIR}/template/test/file_name.rb.erb
|
||||
${GEM_LIBDIR}/template/test/test_file_name.rb.erb
|
||||
${GEM_LIBDIR}/test/test_hoe.rb
|
||||
${GEM_LIBDIR}/test/test_hoe_debug.rb
|
||||
${GEM_LIBDIR}/test/test_hoe_gemcutter.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.26 2013/03/10 13:15:45 taca Exp $
|
||||
$NetBSD: distinfo,v 1.27 2013/06/16 14:43:31 taca Exp $
|
||||
|
||||
SHA1 (hoe-3.5.1.gem) = 3f8dc1dfdeaad6a3727ea4f18813e4a6f2192a64
|
||||
RMD160 (hoe-3.5.1.gem) = dcd5a210ab3efaaf0fb148ceb7d780dbf2fb5dbd
|
||||
Size (hoe-3.5.1.gem) = 127488 bytes
|
||||
SHA1 (hoe-3.6.2.gem) = d49fd03a39b103650cd1cdac86687b53d3224253
|
||||
RMD160 (hoe-3.6.2.gem) = 244b2e5b46d18876c3abe79fbe42cb90b3610691
|
||||
Size (hoe-3.6.2.gem) = 128000 bytes
|
||||
|
|
Loading…
Reference in a new issue