pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-unicode-display_width textproc/ruby-unic...
details: https://anonhg.NetBSD.org/pkgsrc/rev/416050b3e7b0
branches: trunk
changeset: 448643:416050b3e7b0
user: taca <taca%pkgsrc.org@localhost>
date: Thu Mar 11 15:31:15 2021 +0000
description:
textproc/ruby-unicode-display_width: update to 2.0.0
2.0.0 (2020-12-30)
* Release 2.0.0
* Supports Ruby 3.0
2.0.0.pre2 (2020-03-11)
* Update 2.0 branch to Unicode 13
2.0.0.pre1 (2020-01-16)
Will be published as non-pre version on rubygems.org when Ruby 3.0 is
released (December 2020)
* Introduce new class-based API, which remembers your string-width
configuration. See README for details.
* Remove auto-loading of string extension
o You can: require "unicode/display_width/string_ext" to continue to use
the string extension
o The manual opt-out require "unicode/display_width/no_string_ext" is not
needed anymore and will issue a warning in the future
* Remove (already deprecated) String#display_size and String#display_width
aliases
Refactorings / Internal Changes:
* Freeze string literals
* The Unicode::DisplayWidth now is class, instead of a module, this enables
the new config-object API
diffstat:
textproc/ruby-unicode-display_width/Makefile | 4 ++--
textproc/ruby-unicode-display_width/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 0c5846c5639d -r 416050b3e7b0 textproc/ruby-unicode-display_width/Makefile
--- a/textproc/ruby-unicode-display_width/Makefile Thu Mar 11 15:26:45 2021 +0000
+++ b/textproc/ruby-unicode-display_width/Makefile Thu Mar 11 15:31:15 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/24 17:24:23 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/11 15:31:15 taca Exp $
-DISTNAME= unicode-display_width-1.7.0
+DISTNAME= unicode-display_width-2.0.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 0c5846c5639d -r 416050b3e7b0 textproc/ruby-unicode-display_width/distinfo
--- a/textproc/ruby-unicode-display_width/distinfo Thu Mar 11 15:26:45 2021 +0000
+++ b/textproc/ruby-unicode-display_width/distinfo Thu Mar 11 15:31:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/24 17:24:23 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/03/11 15:31:15 taca Exp $
-SHA1 (unicode-display_width-1.7.0.gem) = 6d743a99b24181c979b99f09df161fb2a2d983bf
-RMD160 (unicode-display_width-1.7.0.gem) = 20e55c7160dc4933bb2973d0c909a9bc7b88d0e2
-SHA512 (unicode-display_width-1.7.0.gem) = 962c8866dff37f006b91c3c61e9f988d00e28249736eb2c771117e2a0b9df99484aacc85b17e5b58eab9404735a34f97023258a403028306ab6a56208022d20f
-Size (unicode-display_width-1.7.0.gem) = 11776 bytes
+SHA1 (unicode-display_width-2.0.0.gem) = b65b8f59f8b776b771601c0ff6c8fc712e69d8a4
+RMD160 (unicode-display_width-2.0.0.gem) = 271d67d303cf237666cfc7f252fae50c85824b20
+SHA512 (unicode-display_width-2.0.0.gem) = 050c909f4d522b270fe9ecb8db16d2e7aecca2b254b022ef825d4ed4ea9745d4eea4592d9984278d2596ad72413f7b2886c1f6a33ca6a6b1f7bab03b634ea28f
+Size (unicode-display_width-2.0.0.gem) = 12288 bytes
Home |
Main Index |
Thread Index |
Old Index