Skip to content

Commit

Permalink
textproc/ruby-gyoku: update to 1.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Aug 29, 2022
1 parent f652d8c commit 19187bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-gyoku/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions textproc/ruby-gyoku/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-gyoku/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 19187bd

Please sign in to comment.