diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-03-25 14:24:11 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-03-26 07:44:05 +0000 |
commit | de61a19c14b54696890ae6bd0abdd0db606e53c0 (patch) | |
tree | 6c4b848ffba1828c46d5be7bdbf8a8338282a308 | |
parent | 36e35d6ca22b0c59df7fba22a6268a3fa59f78af (diff) | |
download | ports-de61a19c14b54696890ae6bd0abdd0db606e53c0.tar.gz ports-de61a19c14b54696890ae6bd0abdd0db606e53c0.zip |
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
-rw-r--r-- | graphics/rubygem-tanuki_emoji/Makefile | 2 | ||||
-rw-r--r-- | 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 |