pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-gyoku textproc/ruby-gyoku: update to 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7f14aeadee0
branches:  trunk
changeset: 384230:d7f14aeadee0
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Aug 29 13:08:54 2022 +0000

description:
textproc/ruby-gyoku: update to 1.4.0

1.4.0 (2022-04-01)

Fixed

* Fix Issue #56 with PR #57. Thanks, @jpmoral!
* Avoid circular reference #69, thanks @ccarruitero!

Added

* Unwrap specific keys #54, by @rlburkes. Documented by @mahemoff. Thanks to
  you both!
* Add :pretty_print, :indent and :compact options to allow prettified XML
  output. #59, by @Jeiwan. Thanks!

Changed

* Removed Rubinius support, by @olleolleolle
* Clean-up, CI setup, and changelog authoring, by @olleolleolle

diffstat:

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

diffs (53 lines):

diff -r 375c94d1a83e -r d7f14aeadee0 textproc/ruby-gyoku/Makefile
--- a/textproc/ruby-gyoku/Makefile      Mon Aug 29 13:07:06 2022 +0000
+++ b/textproc/ruby-gyoku/Makefile      Mon Aug 29 13:08:54 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 09:10:24 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/29 13:08:54 taca Exp $
 
-DISTNAME=      gyoku-1.3.1
+DISTNAME=      gyoku-1.4.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 375c94d1a83e -r d7f14aeadee0 textproc/ruby-gyoku/PLIST
--- a/textproc/ruby-gyoku/PLIST Mon Aug 29 13:07:06 2022 +0000
+++ b/textproc/ruby-gyoku/PLIST Mon Aug 29 13:08:54 2022 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/01/19 09:10:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/08/29 13:08:54 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -12,11 +12,13 @@
 ${GEM_LIBDIR}/lib/gyoku.rb
 ${GEM_LIBDIR}/lib/gyoku/array.rb
 ${GEM_LIBDIR}/lib/gyoku/hash.rb
+${GEM_LIBDIR}/lib/gyoku/prettifier.rb
 ${GEM_LIBDIR}/lib/gyoku/version.rb
 ${GEM_LIBDIR}/lib/gyoku/xml_key.rb
 ${GEM_LIBDIR}/lib/gyoku/xml_value.rb
 ${GEM_LIBDIR}/spec/gyoku/array_spec.rb
 ${GEM_LIBDIR}/spec/gyoku/hash_spec.rb
+${GEM_LIBDIR}/spec/gyoku/prettifier_spec.rb
 ${GEM_LIBDIR}/spec/gyoku/xml_key_spec.rb
 ${GEM_LIBDIR}/spec/gyoku/xml_value_spec.rb
 ${GEM_LIBDIR}/spec/gyoku_spec.rb
diff -r 375c94d1a83e -r d7f14aeadee0 textproc/ruby-gyoku/distinfo
--- a/textproc/ruby-gyoku/distinfo      Mon Aug 29 13:07:06 2022 +0000
+++ b/textproc/ruby-gyoku/distinfo      Mon Aug 29 13:08:54 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:23 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/08/29 13:08:54 taca Exp $
 
-BLAKE2s (gyoku-1.3.1.gem) = 440ee074f01b0a563cc0213e2caa80976f33a86766b1c7fd4faeb24f2c0d5aea
-SHA512 (gyoku-1.3.1.gem) = 12ebab28273346842d13060386db7d96c71224a4f562f2a4a496ea5dbd2341cdf8850148d6cb37ffb193724f428d82e4978e79de97d4e5205c8d346d69df4745
-Size (gyoku-1.3.1.gem) = 16896 bytes
+BLAKE2s (gyoku-1.4.0.gem) = 4329c073fb516914a43b2886b44dde48282a5522221feb48b4e4a8ef5a33ea09
+SHA512 (gyoku-1.4.0.gem) = 10c16f62ba683236892a269e661e84c1e4ed5190732c03de546c1ed00db11c4a3f442b2ac45f5134a2c452a7f27310a60a44be7df636231db3219c3e546945ee
+Size (gyoku-1.4.0.gem) = 19456 bytes



Home | Main Index | Thread Index | Old Index