Date: Sat, 26 Mar 2022 07:45:22 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de61a19c14b5 - main - graphics/rubygem-tanuki_emoji: update to 0.6.0 Message-ID: <202203260745.22Q7jMAV088182@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=de61a19c14b54696890ae6bd0abdd0db606e53c0 commit de61a19c14b54696890ae6bd0abdd0db606e53c0 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-03-25 14:24:11 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-03-26 07:44:05 +0000 graphics/rubygem-tanuki_emoji: update to 0.6.0 Required for gitlab-ce 14.9 Changelog: https://gitlab.com/gitlab-org/tanuki_emoji/-/blob/main/CHANGELOG.md 0.6.0 - 2022-02-16 Added Character responds to ascii_aliases which contain ASCII aliases from Gemojione Fixed Fixed TanukiEmoji.add command, which should now require category: to be provided Fixed issue where TanukiEmoji::Index#codepoints_pattern would split apart emoji-modifier pairs --- graphics/rubygem-tanuki_emoji/Makefile | 2 +- graphics/rubygem-tanuki_emoji/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/rubygem-tanuki_emoji/Makefile b/graphics/rubygem-tanuki_emoji/Makefile index ea007fd5d912..626bcf933803 100644 --- a/graphics/rubygem-tanuki_emoji/Makefile +++ b/graphics/rubygem-tanuki_emoji/Makefile @@ -1,7 +1,7 @@ # Created by: Matthias Fechner <mfechner@FreeBSD.org> PORTNAME= tanuki_emoji -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-tanuki_emoji/distinfo b/graphics/rubygem-tanuki_emoji/distinfo index e10231f34e50..f4f372bd5fc7 100644 --- a/graphics/rubygem-tanuki_emoji/distinfo +++ b/graphics/rubygem-tanuki_emoji/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637598925 -SHA256 (rubygem/tanuki_emoji-0.5.0.gem) = 9abf23cf7d38f0b00357bd55b22b944ebbbdcbab5be342f98f0392df87c280e3 -SIZE (rubygem/tanuki_emoji-0.5.0.gem) = 6562816 +TIMESTAMP = 1647940310 +SHA256 (rubygem/tanuki_emoji-0.6.0.gem) = 4ce91aefed2d076b73fba3eff50e89660c3d25691787a9fe4c0dfabb4218c12a +SIZE (rubygem/tanuki_emoji-0.6.0.gem) = 6564864
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203260745.22Q7jMAV088182>