pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-gyoku
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 29 13:08:54 UTC 2022
Modified Files:
pkgsrc/textproc/ruby-gyoku: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-gyoku/Makefile \
pkgsrc/textproc/ruby-gyoku/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-gyoku/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-gyoku/Makefile
diff -u pkgsrc/textproc/ruby-gyoku/Makefile:1.1 pkgsrc/textproc/ruby-gyoku/Makefile:1.2
--- pkgsrc/textproc/ruby-gyoku/Makefile:1.1 Sun Jan 19 09:10:24 2020
+++ pkgsrc/textproc/ruby-gyoku/Makefile Mon Aug 29 13:08:54 2022
@@ -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
Index: pkgsrc/textproc/ruby-gyoku/PLIST
diff -u pkgsrc/textproc/ruby-gyoku/PLIST:1.1 pkgsrc/textproc/ruby-gyoku/PLIST:1.2
--- pkgsrc/textproc/ruby-gyoku/PLIST:1.1 Sun Jan 19 09:10:24 2020
+++ pkgsrc/textproc/ruby-gyoku/PLIST Mon Aug 29 13:08:54 2022
@@ -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}/gyoku.gemspec
${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
Index: pkgsrc/textproc/ruby-gyoku/distinfo
diff -u pkgsrc/textproc/ruby-gyoku/distinfo:1.3 pkgsrc/textproc/ruby-gyoku/distinfo:1.4
--- pkgsrc/textproc/ruby-gyoku/distinfo:1.3 Tue Oct 26 11:23:23 2021
+++ pkgsrc/textproc/ruby-gyoku/distinfo Mon Aug 29 13:08:54 2022
@@ -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