Mon Aug 30 15:56:34 2021 UTC ()
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


(taca)
diff -r1.1 -r1.2 pkgsrc/textproc/ruby-rqrcode_core/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/ruby-rqrcode_core/PLIST
diff -r1.1 -r1.2 pkgsrc/textproc/ruby-rqrcode_core/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/ruby-rqrcode_core/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-rqrcode_core/Makefile 2021/05/09 15:12:46 1.1
+++ pkgsrc/textproc/ruby-rqrcode_core/Makefile 2021/08/30 15:56:34 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1 2021/05/09 15:12:46 taca Exp $ 1# $NetBSD: Makefile,v 1.2 2021/08/30 15:56:34 taca Exp $
2 2
3DISTNAME= rqrcode_core-1.0.0 3DISTNAME= rqrcode_core-1.2.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/whomwah/rqrcode_core 7HOMEPAGE= https://github.com/whomwah/rqrcode_core
8COMMENT= Ruby library to encode QR Codes 8COMMENT= Ruby library to encode QR Codes
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/ruby-rqrcode_core/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-rqrcode_core/PLIST 2021/05/09 15:12:46 1.1
+++ pkgsrc/textproc/ruby-rqrcode_core/PLIST 2021/08/30 15:56:34 1.2
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1@comment $NetBSD: PLIST,v 1.1 2021/05/09 15:12:46 taca Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/08/30 15:56:34 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.github/workflows/ruby.yml 3${GEM_LIBDIR}/.github/workflows/ruby.yml
4${GEM_LIBDIR}/.gitignore 4${GEM_LIBDIR}/.gitignore
5${GEM_LIBDIR}/CHANGELOG.md 5${GEM_LIBDIR}/CHANGELOG.md
6${GEM_LIBDIR}/Gemfile 6${GEM_LIBDIR}/Gemfile
7${GEM_LIBDIR}/Gemfile.lock 7${GEM_LIBDIR}/Gemfile.lock
8${GEM_LIBDIR}/LICENSE.txt 8${GEM_LIBDIR}/LICENSE.txt
9${GEM_LIBDIR}/README.md 9${GEM_LIBDIR}/README.md
10${GEM_LIBDIR}/Rakefile 10${GEM_LIBDIR}/Rakefile
11${GEM_LIBDIR}/bin/console 11${GEM_LIBDIR}/bin/console
12${GEM_LIBDIR}/bin/setup 12${GEM_LIBDIR}/bin/setup
13${GEM_LIBDIR}/lib/rqrcode_core.rb 13${GEM_LIBDIR}/lib/rqrcode_core.rb
14${GEM_LIBDIR}/lib/rqrcode_core/qrcode.rb 14${GEM_LIBDIR}/lib/rqrcode_core/qrcode.rb
15${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_8bit_byte.rb 15${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_8bit_byte.rb
16${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_alphanumeric.rb 16${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_alphanumeric.rb
17${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_bit_buffer.rb 17${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_bit_buffer.rb
18${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_code.rb 18${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_code.rb
19${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_math.rb 19${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_math.rb
 20${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_multi.rb
20${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_numeric.rb 21${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_numeric.rb
21${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_polynomial.rb 22${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_polynomial.rb
22${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_rs_block.rb 23${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_rs_block.rb
 24${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_segment.rb
23${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_util.rb 25${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_util.rb
24${GEM_LIBDIR}/lib/rqrcode_core/version.rb 26${GEM_LIBDIR}/lib/rqrcode_core/version.rb
25${GEM_LIBDIR}/rqrcode_core.gemspec 27${GEM_LIBDIR}/rqrcode_core.gemspec
26${GEM_HOME}/specifications/${GEM_NAME}.gemspec 28${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.1 -r1.2 pkgsrc/textproc/ruby-rqrcode_core/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-rqrcode_core/distinfo 2021/05/09 15:12:46 1.1
+++ pkgsrc/textproc/ruby-rqrcode_core/distinfo 2021/08/30 15:56:34 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/05/09 15:12:46 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/08/30 15:56:34 taca Exp $
2 2
3SHA1 (rqrcode_core-1.0.0.gem) = d335f6afb751aa49f4c52061b41eda69a42d09e2 3SHA1 (rqrcode_core-1.2.0.gem) = de2cda4b8cb7526fdb4619bc9857937c88a0c7f7
4RMD160 (rqrcode_core-1.0.0.gem) = a48b054d42ea0cbd4b0ca9d3f5b0919dd86544d5 4RMD160 (rqrcode_core-1.2.0.gem) = 44ca35169e0d03f11a0c0b4d4d6641c5e4d85517
5SHA512 (rqrcode_core-1.0.0.gem) = 446015d8fd2dad0a6129056de678774a653a808a9cce50edd155d65ec444d631186d178e638b92c9ea0948e5eda1dfca855d97be8ab9a7a31493a6180a606992 5SHA512 (rqrcode_core-1.2.0.gem) = e2ada416dbd4e23a4dcd097ab993c3408131a043fffdac60783b356d93a6b93744943a4755ede64279e0f9fd615ee57cf14b237242da8f7fb0e7c999ca44449d
6Size (rqrcode_core-1.0.0.gem) = 18944 bytes 6Size (rqrcode_core-1.2.0.gem) = 18944 bytes