unicode-sequence_name 1.16.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +28 -12
- data/MIT-LICENSE.txt +1 -1
- data/README.md +4 -4
- data/data/sequence_name.marshal.gz +0 -0
- data/lib/unicode/sequence_name/constants.rb +4 -4
- metadata +4 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 436445c026d4f7670b68772968e9044ff59a9f59e4c953824e65be917563a3e3
|
|
4
|
+
data.tar.gz: 59349422cf8335d572faa3b614682bca37b9d9904c946db6f5a3fe87f171d111
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84b056673646b50f47df7501b4c0c1e47627b1914979840710f2c38ec8286ec16a471d71455248d14d85e5c81f81838dc3e98ed0e92fdb9da23c753f14979a70
|
|
7
|
+
data.tar.gz: 53f5c1a5ca1a86225c0721d641341bc424c37afcdb3ee624a40951489f2c934ba5d8d283b669dc0484f3c93b25001f6b446793c6045ce110aecd3d868b46bba9
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,24 +1,40 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
unicode-sequence_name (1.
|
|
4
|
+
unicode-sequence_name (1.17.0)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
drb (2.2.3)
|
|
10
|
+
erb (6.0.7)
|
|
11
|
+
io-console (0.9.4)
|
|
12
|
+
irb (1.18.0)
|
|
13
|
+
pp (>= 0.6.0)
|
|
14
|
+
prism (>= 1.3.0)
|
|
11
15
|
rdoc (>= 4.0.0)
|
|
12
16
|
reline (>= 0.4.2)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
logger (1.7.0)
|
|
18
|
+
minitest (6.0.6)
|
|
19
|
+
drb (~> 2.0)
|
|
20
|
+
prism (~> 1.5)
|
|
21
|
+
pp (0.6.4)
|
|
22
|
+
prettyprint
|
|
23
|
+
prettyprint (0.2.0)
|
|
24
|
+
prism (1.9.0)
|
|
25
|
+
rake (13.4.2)
|
|
26
|
+
rbs (4.2.0)
|
|
27
|
+
logger
|
|
28
|
+
prism (>= 1.6.0)
|
|
29
|
+
tsort
|
|
30
|
+
rdoc (8.0.0)
|
|
31
|
+
erb
|
|
32
|
+
prism (>= 1.6.0)
|
|
33
|
+
rbs (>= 4.0.0)
|
|
34
|
+
tsort
|
|
35
|
+
reline (0.7.0)
|
|
20
36
|
io-console (~> 0.5)
|
|
21
|
-
|
|
37
|
+
tsort (0.2.0)
|
|
22
38
|
|
|
23
39
|
PLATFORMS
|
|
24
40
|
ruby
|
|
@@ -30,4 +46,4 @@ DEPENDENCIES
|
|
|
30
46
|
unicode-sequence_name!
|
|
31
47
|
|
|
32
48
|
BUNDLED WITH
|
|
33
|
-
|
|
49
|
+
4.1.0.beta1
|
data/MIT-LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Returns the name of a Unicode codepoint sequence (= more than one codepoint involved), if one exists.
|
|
4
4
|
|
|
5
|
-
Unicode version: **
|
|
5
|
+
Unicode version: **18.0.0** (September 2026)
|
|
6
6
|
|
|
7
|
-
Emoji version: **
|
|
7
|
+
Emoji version: **18.0** (September 2026)
|
|
8
8
|
|
|
9
|
-
IVD version: **
|
|
9
|
+
IVD version: **2026-08-03** (AUGUST 2026)
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
@@ -42,5 +42,5 @@ name = Unicode::SequenceName.of(char) || Unicode::Name.readable(char)
|
|
|
42
42
|
|
|
43
43
|
## MIT License
|
|
44
44
|
|
|
45
|
-
- Copyright (C) 2017-
|
|
45
|
+
- Copyright (C) 2017-2026 Jan Lelis <https://janlelis.com>. Released under the MIT license.
|
|
46
46
|
- Unicode data: https://www.unicode.org/copyright.html#Exhibit1
|
|
Binary file
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
module Unicode
|
|
4
4
|
module SequenceName
|
|
5
|
-
VERSION = "1.
|
|
6
|
-
UNICODE_VERSION = "
|
|
7
|
-
EMOJI_VERSION = "
|
|
8
|
-
IVD_VERSION = "
|
|
5
|
+
VERSION = "1.17.0"
|
|
6
|
+
UNICODE_VERSION = "18.0.0"
|
|
7
|
+
EMOJI_VERSION = "18.0"
|
|
8
|
+
IVD_VERSION = "2026-08-03"
|
|
9
9
|
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
|
|
10
10
|
INDEX_FILENAME = (DATA_DIRECTORY + "/sequence_name.marshal.gz").freeze
|
|
11
11
|
end
|
metadata
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unicode-sequence_name
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Lelis
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies: []
|
|
13
|
-
description: "[Unicode
|
|
12
|
+
description: "[Unicode 18.0.0][Emoji 18.0] Returns the name of a Unicode code point
|
|
14
13
|
sequence, if one exists"
|
|
15
14
|
email:
|
|
16
15
|
- hi@ruby.consulting
|
|
@@ -38,7 +37,6 @@ licenses:
|
|
|
38
37
|
- MIT
|
|
39
38
|
metadata:
|
|
40
39
|
rubygems_mfa_required: 'true'
|
|
41
|
-
post_install_message:
|
|
42
40
|
rdoc_options: []
|
|
43
41
|
require_paths:
|
|
44
42
|
- lib
|
|
@@ -53,8 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
51
|
- !ruby/object:Gem::Version
|
|
54
52
|
version: '0'
|
|
55
53
|
requirements: []
|
|
56
|
-
rubygems_version:
|
|
57
|
-
signing_key:
|
|
54
|
+
rubygems_version: 4.0.20
|
|
58
55
|
specification_version: 4
|
|
59
56
|
summary: Returns the name of a Unicode codepoint sequence, if one exists
|
|
60
57
|
test_files:
|