Skip to content

Commit 24794b9

Browse files
author
taca
committed
textproc/ruby-rqrcode: update to 3.2.0
3.1.1 (2025-11-26) What's Changed * Release 3.1.0 mergeback by @whomwah in NetBSD#158 * Update required_ruby_version to allow Ruby 4.0 by @k0kubun in NetBSD#160 * Releases/v3.1.1 by @whomwah in NetBSD#161 New Contributors * @k0kubun made their first contribution in NetBSD#160 3.2.0 (20026-01-08) What's Changed * Release 3.1.1 mergeback by @whomwah in NetBSD#162 * Using AI Assistant to identity (and fix) performance bottlenecks by @whomwah in NetBSD#163 - Updated minimum Ruby version requirement to >= 3.2.0 - SVG rendering: Improved by +130% (from 184 i/s to 424 i/s) with 71% memory reduction - HTML rendering: Now the fastest export format at 1,876 i/s (rendering-only benchmark) - Memory efficiency: HTML now uses 6x less memory than SVG (previously 22x) - uses rqrcode_core 2.1 which also received performance improvements. * Releases/3.2.0 by @whomwah in NetBSD#164
1 parent e73b3a5 commit 24794b9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

textproc/ruby-rqrcode/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2025/05/18 03:57:33 taca Exp $
1+
# $NetBSD: Makefile,v 1.6 2026/01/18 14:10:50 taca Exp $
22

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

66
MAINTAINER= pkgsrc-users@NetBSD.org

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.7 2025/05/18 03:57:33 taca Exp $
1+
$NetBSD: distinfo,v 1.8 2026/01/18 14:10:50 taca Exp $
22

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
3+
BLAKE2s (rqrcode-3.1.1.gem) = 18d32fdfbad34d78fa33c2b7161985a1e53c9d74ca5b49e3c5595a0544ad0641
4+
SHA512 (rqrcode-3.1.1.gem) = a5f2836d2bcd5a80fb03a0029717eb9b036c92a286f1b57355ce30d7fbf6fc5dfe1b04647d43c8bb10dacd50fbfb6b9e7dbe1c805c606291a6014427697398f5
5+
Size (rqrcode-3.1.1.gem) = 106496 bytes

0 commit comments

Comments
 (0)