pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-json textproc/ruby-json: update to 2.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72b055caabba
branches:  trunk
changeset: 439193:72b055caabba
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 14 16:08:12 2020 +0000

description:
textproc/ruby-json: update to 2.3.1

Update ruby-json package to 2.3.1.


## 2020-06-30 (2.3.1)

* Spelling and grammar fixes for comments. Pull request #191 by Josh
  Kline.
* Enhance generic JSON and #generate docs. Pull request #347 by Victor
  Shepelev.
* Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev.
* Baseline changes to help (JRuby) development. Pull request #371 by Karol
  Bucek.
* Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI.
* Remove invalid JSON.generate description from JSON module rdoc. Pull
  request #384 by Jeremy Evans.
* Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze.
* Rdoc enhancements. Pull request #413 by Burdette Lamar.
* Fixtures/ are not being tested... Pull request #416 by Marc-Andr?«±
  Lafortune.
* Use frozen string for hash key. Pull request #420 by Marc-Andr?«±
  Lafortune.
* Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette
  Lamar.
* Small typo fix. Pull request #423 by Marc-Andr?«± Lafortune.

diffstat:

 textproc/ruby-json/Makefile |   6 ++----
 textproc/ruby-json/PLIST    |   3 +--
 textproc/ruby-json/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r fdc81fa6583d -r 72b055caabba textproc/ruby-json/Makefile
--- a/textproc/ruby-json/Makefile       Mon Sep 14 16:06:29 2020 +0000
+++ b/textproc/ruby-json/Makefile       Mon Sep 14 16:08:12 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2020/05/21 15:51:52 taca Exp $
+# $NetBSD: Makefile,v 1.42 2020/09/14 16:08:12 taca Exp $
 
-DISTNAME=      json-2.3.0
+DISTNAME=      json-2.3.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,6 @@
 
 USE_GCC_RUNTIME=       yes
 
-RUBY_VERSIONS_ACCEPTED=        25 26
-
 post-extract:
        cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
 
diff -r fdc81fa6583d -r 72b055caabba textproc/ruby-json/PLIST
--- a/textproc/ruby-json/PLIST  Mon Sep 14 16:06:29 2020 +0000
+++ b/textproc/ruby-json/PLIST  Mon Sep 14 16:08:12 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2020/01/18 16:23:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.23 2020/09/14 16:08:12 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/json/ext/generator.${RUBY_DLEXT}
@@ -7,7 +7,6 @@
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGES.md
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README-json-jruby.md
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
diff -r fdc81fa6583d -r 72b055caabba textproc/ruby-json/distinfo
--- a/textproc/ruby-json/distinfo       Mon Sep 14 16:06:29 2020 +0000
+++ b/textproc/ruby-json/distinfo       Mon Sep 14 16:08:12 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2020/01/18 16:23:14 taca Exp $
+$NetBSD: distinfo,v 1.28 2020/09/14 16:08:12 taca Exp $
 
-SHA1 (json-2.3.0.gem) = 0230e8c5a37f1543982e5b04be503dd5f9004b47
-RMD160 (json-2.3.0.gem) = 1ec5f187fbe8d1bc9e3c6c1af6246735fd8ef5ee
-SHA512 (json-2.3.0.gem) = 9086a64b664f2d774439c0c9f10c2c1cd897684050eb60f8e3ad9256e0b9541deec3bd22fab0bdcf66e3d5bc795720c6923d514b6edb824c9962fc22f162b332
-Size (json-2.3.0.gem) = 114176 bytes
+SHA1 (json-2.3.1.gem) = 4ca3c32a3934eee1fc81c967e130bd24b39906b5
+RMD160 (json-2.3.1.gem) = a4e7c1aa984cd3dfd75fb323edf4b6b47bdf80fb
+SHA512 (json-2.3.1.gem) = a9a0c54ac1faacc412ad708b630c8bad8c6f99db6862e8fc80c46207f0f0972433fbfe51d0c93a5d91b91c59b1fef5ad8e64e36cc49e32b3e51ff390a380a2a9
+Size (json-2.3.1.gem) = 118784 bytes
 SHA1 (patch-ab) = 2d57333da18fbc5a53ab757a61a7dc8c99a192a4



Home | Main Index | Thread Index | Old Index