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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66f22b5c38865689d72fd5b256193e6892ca842a2cfa9617cff3a9df9bb24753
4
- data.tar.gz: db65043f9d5cd8f3ed0b580195c6d9b98a45707f0d5bbafbf5fed5e369bb6e13
3
+ metadata.gz: 436445c026d4f7670b68772968e9044ff59a9f59e4c953824e65be917563a3e3
4
+ data.tar.gz: 59349422cf8335d572faa3b614682bca37b9d9904c946db6f5a3fe87f171d111
5
5
  SHA512:
6
- metadata.gz: 5ec5d51a9d63f7f11ffe90c36ae0642fc6c721fd366130aeb8216ae2704da3e998925073d56d0df9f176bab5fc08e60863b4b142c5e7e88f5ec471609f860d2a
7
- data.tar.gz: 6c355b1f4a546333da6a94dc59848a34e95f81b616f315206414edefe14bcc2cb32fdfd9d415b22d6a23b990ba7160c84b8a8f3bfd7a570d9831bdd10e391524
6
+ metadata.gz: 84b056673646b50f47df7501b4c0c1e47627b1914979840710f2c38ec8286ec16a471d71455248d14d85e5c81f81838dc3e98ed0e92fdb9da23c753f14979a70
7
+ data.tar.gz: 53f5c1a5ca1a86225c0721d641341bc424c37afcdb3ee624a40951489f2c934ba5d8d283b669dc0484f3c93b25001f6b446793c6045ce110aecd3d868b46bba9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.17.0
4
+
5
+ - Unicode 18.0
6
+ - IVD 2026-08-03
7
+
3
8
  ### 1.16.0
4
9
 
5
10
  - Unicode 17.0
data/Gemfile.lock CHANGED
@@ -1,24 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unicode-sequence_name (1.16.0)
4
+ unicode-sequence_name (1.17.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- io-console (0.7.2)
10
- irb (1.14.1)
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
- minitest (5.25.1)
14
- psych (5.1.2)
15
- stringio
16
- rake (13.2.1)
17
- rdoc (6.7.0)
18
- psych (>= 4.0.0)
19
- reline (0.5.10)
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
- stringio (3.1.1)
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
- 2.4.4
49
+ 4.1.0.beta1
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2025 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2017-2026 Jan Lelis, https://janlelis.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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: **17.0.0** (September 2025)
5
+ Unicode version: **18.0.0** (September 2026)
6
6
 
7
- Emoji version: **17.0** (September 2025)
7
+ Emoji version: **18.0** (September 2026)
8
8
 
9
- IVD version: **2025-07-14** (July 2025)
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-2025 Jan Lelis <https://janlelis.com>. Released under the MIT license.
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.16.0"
6
- UNICODE_VERSION = "17.0.0"
7
- EMOJI_VERSION = "17.0"
8
- IVD_VERSION = "2025-07-14"
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.16.0
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: 2025-09-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description: "[Unicode 17.0.0][Emoji 17.0] Returns the name of a Unicode code point
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: 3.5.21
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: