Skip to content

Commit fa81900

Browse files
author
taca
committed
textproc/ruby-rqrcode: update to 3.1.0
3.0.0 (2025-04-25) What's Changed * Feat/updates sept 24 by @whomwah in #146 * Update FUNDING.yml by @whomwah in #147 * chore: Updating dependencies and drop Ruby < 3 by @whomwah in #148 3.1.0 (2025-04-28) What's Changed * Correct link and version of rqrcode_core in CHANGELOG.md by @prognostikos in #154 * feat: Enhance SVG export with offset_x and offset_y options by @whomwah in #153 * docs: Update README.md by @whomwah in #155 New Contributors * @prognostikos made their first contribution in #154
1 parent 69b77b1 commit fa81900

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

textproc/ruby-rqrcode/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# $NetBSD: Makefile,v 1.4 2023/05/21 03:21:58 taca Exp $
1+
# $NetBSD: Makefile,v 1.5 2025/05/18 03:57:33 taca Exp $
22

3-
DISTNAME= rqrcode-2.2.0
3+
DISTNAME= rqrcode-3.1.0
44
CATEGORIES= textproc
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
77
HOMEPAGE= https://github.com/whomwah/rqrcode
88
COMMENT= Ruby library for QR codes in various formats
99
LICENSE= mit
1010

11-
DEPENDS+= ${RUBY_PKGPREFIX}-rqrcode_core>=1.0<2:../../textproc/ruby-rqrcode_core
11+
DEPENDS+= ${RUBY_PKGPREFIX}-rqrcode_core>=2.0<3:../../textproc/ruby-rqrcode_core
1212
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.0<2:../../graphics/ruby-chunky_png
1313

1414
USE_LANGUAGES= # none

textproc/ruby-rqrcode/PLIST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
@comment $NetBSD: PLIST,v 1.2 2022/08/30 15:35:08 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2025/05/18 03:57:33 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}/.rspec
7+
${GEM_LIBDIR}/.standard.yml
68
${GEM_LIBDIR}/CHANGELOG.md
79
${GEM_LIBDIR}/Gemfile
810
${GEM_LIBDIR}/Gemfile.lock

textproc/ruby-rqrcode/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.6 2023/05/21 03:21:58 taca Exp $
1+
$NetBSD: distinfo,v 1.7 2025/05/18 03:57:33 taca Exp $
22

3-
BLAKE2s (rqrcode-2.2.0.gem) = 3527066abf53b2b27c0ff4a8bf5a7abfe04fd0a780c56bcb1bece8ef42fb09ea
4-
SHA512 (rqrcode-2.2.0.gem) = 926a8d2154db9947a8d014153838a673089b93b918e479b6e9f6e3e99974a54ac4aced23740f0d0e0ac716980708df8c2b74d47c8dc0cef9d8b3b6fa8e2c76cb
5-
Size (rqrcode-2.2.0.gem) = 105984 bytes
3+
BLAKE2s (rqrcode-3.1.0.gem) = 5a0b1d4c977b4fc97edb8b668c55f1e54112e608910d29defba8dadbc0ce2b79
4+
SHA512 (rqrcode-3.1.0.gem) = dd733bc1427a5e804501130d66c29b20ff13955f9adbeb9904c90298068b542dde579e475313242e3814b2092b716278610f79c4a074908a68f874a9731d09b2
5+
Size (rqrcode-3.1.0.gem) = 106496 bytes

0 commit comments

Comments
 (0)