From 1663006c3690a629e2c8a1cba0fcf66a0e213d87 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Thu, 3 Oct 2024 22:32:33 +0200 Subject: [PATCH] Release v1.13.1 --- README.md | 6 ++++-- lib/unicode/name/constants.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31dd796..d10a843 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Unicode::Name [![[version]](https://badge.fury.io/rb/unicode-name.svg)](https://badge.fury.io/rb/unicode-name) [![[ci]](https://github.com/janlelis/unicode-name/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-name/actions?query=workflow%3ATest) +# Unicode::Name [![[version]](https://badge.fury.io/rb/unicode-name.svg)](https://badge.fury.io/rb/unicode-name) [![[ci]](https://github.com/janlelis/unicode-name/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-name/actions?query=workflow%3ATest) Return Unicode codepoint names, aliases, and labels. @@ -6,7 +6,7 @@ Unicode version: **16.0.0** (September 2024) Supported Rubies: **3.3**, **3.2**, **3.1**, **3.0** -Old Rubies that might still work: **2.7**, **2.6**, **2.5**, **2.4**, **2.3**, **2.X** +Old Rubies that might still work: **2.X** ## Usage @@ -46,6 +46,8 @@ See [unicode-sequence_names](https://github.com/janlelis/unicode-sequence_name) See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related micro libraries. +See [unicode-name.js](https://github.com/janlelis/unicode-name.js) for a JavaScript implementation of this gem. + ## MIT License - Copyright (C) 2016-2024 Jan Lelis . Released under the MIT license. diff --git a/lib/unicode/name/constants.rb b/lib/unicode/name/constants.rb index f57a920..eee7619 100644 --- a/lib/unicode/name/constants.rb +++ b/lib/unicode/name/constants.rb @@ -2,7 +2,7 @@ module Unicode module Name - VERSION = "1.13.0" + VERSION = "1.13.1" UNICODE_VERSION = "16.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/name.marshal.gz").freeze