pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-twitter-text ruby-twitter-text: update to 3.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a52169e8ac1b
branches:  trunk
changeset: 335254:a52169e8ac1b
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Jun 16 16:16:48 2019 +0000

description:
ruby-twitter-text: update to 3.0.0.

Upstream pull request log:
https://github.com/twitter/twitter-text/pull/265

* New v3.json config file with emojiParsingEnabled config option. When
  true, twitter-text will parse and discount emoji supported by the
  twemoji library (see https://github.com/twitter/twemoji). The length
  of these emoji will be the default weight (200 or two characters) even
  if they contain multiple code points combined by zero-width
  joiners. This means that emoji with skin tone and gender modifiers no
  longer count as more characters than those without such modifiers.
  All 4 implementations updated to reflect this change in counting.
* Updates known gTLDs to recognize recent additions by IANA (#261)

diffstat:

 net/ruby-twitter-text/Makefile |   4 ++--
 net/ruby-twitter-text/PLIST    |   4 +++-
 net/ruby-twitter-text/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r bcf85606af1b -r a52169e8ac1b net/ruby-twitter-text/Makefile
--- a/net/ruby-twitter-text/Makefile    Sun Jun 16 16:12:57 2019 +0000
+++ b/net/ruby-twitter-text/Makefile    Sun Jun 16 16:16:48 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/12/30 04:40:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/16 16:16:48 tsutsui Exp $
 
-DISTNAME=      twitter-text-2.1.0
+DISTNAME=      twitter-text-3.0.0
 CATEGORIES=    net
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r bcf85606af1b -r a52169e8ac1b net/ruby-twitter-text/PLIST
--- a/net/ruby-twitter-text/PLIST       Sun Jun 16 16:12:57 2019 +0000
+++ b/net/ruby-twitter-text/PLIST       Sun Jun 16 16:16:48 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/30 04:40:20 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/06/16 16:16:48 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.gitignore
@@ -12,11 +12,13 @@
 ${GEM_LIBDIR}/config/README.md
 ${GEM_LIBDIR}/config/v1.json
 ${GEM_LIBDIR}/config/v2.json
+${GEM_LIBDIR}/config/v3.json
 ${GEM_LIBDIR}/lib/assets/tld_lib.yml
 ${GEM_LIBDIR}/lib/twitter-text.rb
 ${GEM_LIBDIR}/lib/twitter-text/autolink.rb
 ${GEM_LIBDIR}/lib/twitter-text/configuration.rb
 ${GEM_LIBDIR}/lib/twitter-text/deprecation.rb
+${GEM_LIBDIR}/lib/twitter-text/emoji_regex.rb
 ${GEM_LIBDIR}/lib/twitter-text/extractor.rb
 ${GEM_LIBDIR}/lib/twitter-text/hash_helper.rb
 ${GEM_LIBDIR}/lib/twitter-text/hit_highlighter.rb
diff -r bcf85606af1b -r a52169e8ac1b net/ruby-twitter-text/distinfo
--- a/net/ruby-twitter-text/distinfo    Sun Jun 16 16:12:57 2019 +0000
+++ b/net/ruby-twitter-text/distinfo    Sun Jun 16 16:16:48 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/12/30 04:40:20 tsutsui Exp $
+$NetBSD: distinfo,v 1.7 2019/06/16 16:16:48 tsutsui Exp $
 
-SHA1 (twitter-text-2.1.0.gem) = a75bf832132c0fabb70fd860b917ed2245b89271
-RMD160 (twitter-text-2.1.0.gem) = 853ba2b46123d368c15d7d2f6997dc74d43ed63e
-SHA512 (twitter-text-2.1.0.gem) = ac23e05f13a008d733a9417d47e633838584b548a41741a28ca399e1548344b39081b0c6677b7be9df1feb6ffcc491718ddfb5cd55cffb63d7bb680f1431907c
-Size (twitter-text-2.1.0.gem) = 54784 bytes
+SHA1 (twitter-text-3.0.0.gem) = 9939c37bb1134e4a590752bc6c18fbdbb6e33164
+RMD160 (twitter-text-3.0.0.gem) = ee195bf8c1c3b19842bfe0615b6df43ec783e457
+SHA512 (twitter-text-3.0.0.gem) = 2afd07636e1cfe140ff26e52ec8a4c23b6116f7166a73e1af1fec283aff7549c06ff46ed51fd178acddd607c1f9c82eff1eee7cb3ce81eeb78a73305e14120ad
+Size (twitter-text-3.0.0.gem) = 58880 bytes



Home | Main Index | Thread Index | Old Index