Skip to content

Commit 6cc826c

Browse files
author
taca
committed
textproc/ruby-rqrcode_core: update to 2.0.0
2.0.0 (2025-04-24) What's Changed * Alternative ZFRS to improve memory allocation by @whomwah in #28 * Upgrade StandardRB dependencies by @whomwah in #30 * Update rubocop by @whomwah in #31 * Fix 'do your own rendering' example. by @jamesneal in #32 * Dependency upgrades by @whomwah in #33 * Add Ruby 3.2 to CI by @whomwah in #34 * chore: Updating dependencies by @whomwah in #40 * chore: add workflow_dispatch: to workflow by @whomwah in #41 * Feat/fixes april 2025 by @whomwah in #44 * Releases/v2.0.0 by @whomwah in #45 New Contributors * @jamesneal made their first contribution in #32
1 parent 6594343 commit 6cc826c

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

textproc/ruby-rqrcode_core/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.2 2021/08/30 15:56:34 taca Exp $
1+
# $NetBSD: Makefile,v 1.3 2025/05/18 03:54:39 taca Exp $
22

3-
DISTNAME= rqrcode_core-1.2.0
3+
DISTNAME= rqrcode_core-2.0.0
44
CATEGORIES= textproc
55

66
MAINTAINER= [email protected]

textproc/ruby-rqrcode_core/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@comment $NetBSD: PLIST,v 1.2 2021/08/30 15:56:34 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2025/05/18 03:54:39 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
3+
${GEM_LIBDIR}/.github/FUNDING.yml
34
${GEM_LIBDIR}/.github/workflows/ruby.yml
45
${GEM_LIBDIR}/.gitignore
56
${GEM_LIBDIR}/CHANGELOG.md
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2021/10/26 11:23:27 nia Exp $
1+
$NetBSD: distinfo,v 1.5 2025/05/18 03:54:39 taca Exp $
22

3-
BLAKE2s (rqrcode_core-1.2.0.gem) = c27664bfdd8e6e0647e904168f19f891d5dd6c924e4767f705a81381ba94dcbf
4-
SHA512 (rqrcode_core-1.2.0.gem) = e2ada416dbd4e23a4dcd097ab993c3408131a043fffdac60783b356d93a6b93744943a4755ede64279e0f9fd615ee57cf14b237242da8f7fb0e7c999ca44449d
5-
Size (rqrcode_core-1.2.0.gem) = 18944 bytes
3+
BLAKE2s (rqrcode_core-2.0.0.gem) = 3225cbd100e13a07ac82bdd0cb7b79829e912475b1e7b30bef33114e03bd24e3
4+
SHA512 (rqrcode_core-2.0.0.gem) = 5a159f4f7399c7e6d3c9e952e3491cf727c567507284395905eb25008404a8664d4b8573bb4962ec399492ece142d592c846b24a98fd7d10380234497dfc2548
5+
Size (rqrcode_core-2.0.0.gem) = 19968 bytes

0 commit comments

Comments
 (0)