Skip to content

Commit c88a420

Browse files
author
taca
committed
devel/ruby-mercenary: update to 0.4.0
Update ruby-mercenary to 0.4.0. ## 0.4.0 / 2020-01-18 ### Major Enhancements * Drop Ruby 2.3 support ### Minor Enhancements * Remove parent command's flags from subcommand usage (#44) ### Development Fixes * Adopt Jekyll's rubocop config for consistency ### Documentation * fixes the readme (#52)
1 parent d0b9f0b commit c88a420

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

devel/ruby-mercenary/Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# $NetBSD: Makefile,v 1.5 2020/01/27 12:04:13 wiz Exp $
1+
# $NetBSD: Makefile,v 1.6 2020/06/07 15:26:20 taca Exp $
22

3-
DISTNAME= mercenary-0.3.6
3+
DISTNAME= mercenary-0.4.0
44
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel
66

77
MAINTAINER= [email protected]
8-
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=mercenary/}
8+
HOMEPAGE= https://github.com/jekyll/mercenary
99
COMMENT= Lightweight and flexible library for writing command-line apps
1010
LICENSE= mit
1111

12+
USE_LANGUAGES= # none
13+
1214
.include "../../lang/ruby/gem.mk"
1315
.include "../../mk/bsd.pkg.mk"

devel/ruby-mercenary/PLIST

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
@comment $NetBSD: PLIST,v 1.3 2020/01/27 12:04:13 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2020/06/07 15:26:20 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/.gitignore
44
${GEM_LIBDIR}/.rspec
5+
${GEM_LIBDIR}/.rubocop.yml
6+
${GEM_LIBDIR}/.rubocop_todo.yml
57
${GEM_LIBDIR}/.travis.yml
68
${GEM_LIBDIR}/Gemfile
79
${GEM_LIBDIR}/History.markdown
@@ -22,6 +24,7 @@ ${GEM_LIBDIR}/script/bootstrap
2224
${GEM_LIBDIR}/script/cibuild
2325
${GEM_LIBDIR}/script/console
2426
${GEM_LIBDIR}/script/examples
27+
${GEM_LIBDIR}/script/fmt
2528
${GEM_LIBDIR}/spec/command_spec.rb
2629
${GEM_LIBDIR}/spec/option_spec.rb
2730
${GEM_LIBDIR}/spec/presenter_spec.rb

devel/ruby-mercenary/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.6 2020/01/27 12:04:13 wiz Exp $
1+
$NetBSD: distinfo,v 1.7 2020/06/07 15:26:20 taca Exp $
22

3-
SHA1 (mercenary-0.3.6.gem) = adac8d8842a318495c169665ff0bd5d09d39bf58
4-
RMD160 (mercenary-0.3.6.gem) = a9d15a2c7d61dd295bf9a31cf8dc595cb398b46f
5-
SHA512 (mercenary-0.3.6.gem) = 90ec97ceaea74c511bcd8227e4f466e4e254ae868db0b61ad5703d0f78d9bb771e431eda0361cc224c721b150c3066d1796c333c41964f04d88ba22a4e7884be
6-
Size (mercenary-0.3.6.gem) = 16896 bytes
3+
SHA1 (mercenary-0.4.0.gem) = a35a1602df8e0ae550e6ea24d0fd3a2ee38370a7
4+
RMD160 (mercenary-0.4.0.gem) = 86e9c8e3e2bb338a25dffeea63316e371a9030ba
5+
SHA512 (mercenary-0.4.0.gem) = 1421bef136587f7c7cb3296b115a90f389ec7d61e7bbe6c396249cd5e090ac548c82166bbf2c43cc589725a740faef5b5f0e921fae8e9948fe506f80578045eb
6+
Size (mercenary-0.4.0.gem) = 17920 bytes

0 commit comments

Comments
 (0)