forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
taca
committed
Aug 29, 2022
1 parent
f652d8c
commit 19187bd
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |