sysutils/ruby-repofetch: update to 0.5.2
0.5.1 (2023-01-23) Added * -v/--version to print the version from the CLI * Repofetch::VERSION to get the version as a library 0.5.2 (2023-01-24) Fixed * Placement of -v, --version help in the help message
This commit is contained in:
parent
f38bdc241d
commit
76d1ba3eb6
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2023/01/21 14:04:18 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2023/01/25 14:16:21 taca Exp $
|
||||
|
||||
DISTNAME= repofetch-0.5.0
|
||||
DISTNAME= repofetch-0.5.2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2023/01/21 14:04:18 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2023/01/25 14:16:21 taca Exp $
|
||||
bin/repofetch${RUBY_VER}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG.md
|
||||
|
@ -15,6 +15,7 @@ ${GEM_LIBDIR}/Rakefile
|
|||
${GEM_LIBDIR}/exe/repofetch
|
||||
${GEM_LIBDIR}/lib/repofetch.rb
|
||||
${GEM_LIBDIR}/lib/repofetch/DEFAULT_CONFIG
|
||||
${GEM_LIBDIR}/lib/repofetch/VERSION
|
||||
${GEM_LIBDIR}/lib/repofetch/bitbucketcloud.rb
|
||||
${GEM_LIBDIR}/lib/repofetch/bitbucketcloud/ASCII
|
||||
${GEM_LIBDIR}/lib/repofetch/bitbucketcloud/stats.rb
|
||||
|
@ -31,4 +32,5 @@ ${GEM_LIBDIR}/lib/repofetch/stat.rb
|
|||
${GEM_LIBDIR}/lib/repofetch/theme.rb
|
||||
${GEM_LIBDIR}/lib/repofetch/timespan_stat.rb
|
||||
${GEM_LIBDIR}/lib/repofetch/util.rb
|
||||
${GEM_LIBDIR}/lib/repofetch/version.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2023/01/21 14:04:18 taca Exp $
|
||||
$NetBSD: distinfo,v 1.4 2023/01/25 14:16:21 taca Exp $
|
||||
|
||||
BLAKE2s (repofetch-0.5.0.gem) = 542fa6e025da151088c096dc4bd5a24d6c7737ef5cf236330cbe4930c5d3278c
|
||||
SHA512 (repofetch-0.5.0.gem) = 15f0b4f02f48a1dc0f7bfbb6308a7aa2a805f606eef5da0730b7ae6b61d33f74ba21aaba7bc90be030e75d396d053afa13f1631dcc9b5381dd159643fe9092bd
|
||||
Size (repofetch-0.5.0.gem) = 20992 bytes
|
||||
BLAKE2s (repofetch-0.5.2.gem) = 38ce6f3744249f8969f0ca4c5fdb5e923102df88bf57a1bf1f45eaaa4d87fa13
|
||||
SHA512 (repofetch-0.5.2.gem) = 6f1b2c290c92d6625e9cb3119f50f89503d6bfc9bdb298f1b8f90a40ff62c4691a278e7acb3a04f052a20baf3b7d358b90b518f0c030d457f4fac4132c308999
|
||||
Size (repofetch-0.5.2.gem) = 20992 bytes
|
||||
|
|
Loading…
Reference in a new issue