pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rqrcode_core textproc/ruby-rqrcode_core:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebc0a03f8e6b
branches:  trunk
changeset: 457672:ebc0a03f8e6b
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Aug 30 15:56:34 2021 +0000

description:
textproc/ruby-rqrcode_core: update to 1.2.0

1.1.0 (2021-07-01)

* Add a basic benchmark file
* Add standardRB badge
* Add .freeze on CONST lookup objects
* Remove unused @mode instance variable
* A batch of small refactors and optimizations

1.2.0 (2021-08-26)

* Added Multi Mode Support which allows for multi-segment encoding. Thanks
  to @ssayer

diffstat:

 textproc/ruby-rqrcode_core/Makefile |   4 ++--
 textproc/ruby-rqrcode_core/PLIST    |   4 +++-
 textproc/ruby-rqrcode_core/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r a490b8e36e25 -r ebc0a03f8e6b textproc/ruby-rqrcode_core/Makefile
--- a/textproc/ruby-rqrcode_core/Makefile       Mon Aug 30 15:54:24 2021 +0000
+++ b/textproc/ruby-rqrcode_core/Makefile       Mon Aug 30 15:56:34 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/05/09 15:12:46 taca Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/30 15:56:34 taca Exp $
 
-DISTNAME=      rqrcode_core-1.0.0
+DISTNAME=      rqrcode_core-1.2.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a490b8e36e25 -r ebc0a03f8e6b textproc/ruby-rqrcode_core/PLIST
--- a/textproc/ruby-rqrcode_core/PLIST  Mon Aug 30 15:54:24 2021 +0000
+++ b/textproc/ruby-rqrcode_core/PLIST  Mon Aug 30 15:56:34 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/09 15:12:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/08/30 15:56:34 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/ruby.yml
 ${GEM_LIBDIR}/.gitignore
@@ -17,9 +17,11 @@
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_bit_buffer.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_code.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_math.rb
+${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_multi.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_numeric.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_polynomial.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_rs_block.rb
+${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_segment.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_util.rb
 ${GEM_LIBDIR}/lib/rqrcode_core/version.rb
 ${GEM_LIBDIR}/rqrcode_core.gemspec
diff -r a490b8e36e25 -r ebc0a03f8e6b textproc/ruby-rqrcode_core/distinfo
--- a/textproc/ruby-rqrcode_core/distinfo       Mon Aug 30 15:54:24 2021 +0000
+++ b/textproc/ruby-rqrcode_core/distinfo       Mon Aug 30 15:56:34 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/05/09 15:12:46 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/08/30 15:56:34 taca Exp $
 
-SHA1 (rqrcode_core-1.0.0.gem) = d335f6afb751aa49f4c52061b41eda69a42d09e2
-RMD160 (rqrcode_core-1.0.0.gem) = a48b054d42ea0cbd4b0ca9d3f5b0919dd86544d5
-SHA512 (rqrcode_core-1.0.0.gem) = 446015d8fd2dad0a6129056de678774a653a808a9cce50edd155d65ec444d631186d178e638b92c9ea0948e5eda1dfca855d97be8ab9a7a31493a6180a606992
-Size (rqrcode_core-1.0.0.gem) = 18944 bytes
+SHA1 (rqrcode_core-1.2.0.gem) = de2cda4b8cb7526fdb4619bc9857937c88a0c7f7
+RMD160 (rqrcode_core-1.2.0.gem) = 44ca35169e0d03f11a0c0b4d4d6641c5e4d85517
+SHA512 (rqrcode_core-1.2.0.gem) = e2ada416dbd4e23a4dcd097ab993c3408131a043fffdac60783b356d93a6b93744943a4755ede64279e0f9fd615ee57cf14b237242da8f7fb0e7c999ca44449d
+Size (rqrcode_core-1.2.0.gem) = 18944 bytes



Home | Main Index | Thread Index | Old Index