unicode-blocks 1.9.0 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/MIT-LICENSE.txt +1 -1
- data/README.md +14 -4
- data/data/blocks.marshal.gz +0 -0
- data/lib/unicode/blocks/constants.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fec3349bb9fa52ff8e2a95ed6a079addcce50eb31174884e95fa860f3d7d22c5
|
4
|
+
data.tar.gz: 1cf56e530557f8c1f1e5a03aeac99ff28c67c7eb91b329a65e5a3209ee5bb20f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 865ac933659b46ea0e4eec13b5ee92a36b2889fecf1abc798d514c91c43262e7464b40a609c37db32cd76da19322f7ed34d8ae4a1e1a631a82ade591bfb5c61f
|
7
|
+
data.tar.gz: 3554824666cb4c4b36a8b412ab1b5d0d16a5fdeaf6aa9a3776152d3befa375b6a4167ff8665a2fd423e0041791ea9d0197764be673313c7a4ffc291cdc087e28
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/MIT-LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Each Unicode character belongs to a [block](https://en.wikipedia.org/wiki/Unicode_block). This gem returns the all blocks associated with the given string.
|
4
4
|
|
5
|
-
Unicode version: **
|
5
|
+
Unicode version: **16.0.0** (September 2024)
|
6
6
|
|
7
|
-
Supported Rubies: **3.2**, **3.1**, **3.0**
|
7
|
+
Supported Rubies: **3.3**, **3.2**, **3.1**, **3.0**
|
8
8
|
|
9
|
-
Old Rubies which might still work: **2.X**
|
9
|
+
Old Rubies which might still work: **2.7**, **2.6**, **2.5**, **2.4**, **2.3**, **2.X**
|
10
10
|
|
11
11
|
## Gemfile
|
12
12
|
|
@@ -243,6 +243,7 @@ Osage
|
|
243
243
|
Elbasan
|
244
244
|
Caucasian Albanian
|
245
245
|
Vithkuqi
|
246
|
+
Todhri
|
246
247
|
Linear A
|
247
248
|
Latin Extended-F
|
248
249
|
Cypriot Syllabary
|
@@ -265,6 +266,7 @@ Psalter Pahlavi
|
|
265
266
|
Old Turkic
|
266
267
|
Old Hungarian
|
267
268
|
Hanifi Rohingya
|
269
|
+
Garay
|
268
270
|
Rumi Numeral Symbols
|
269
271
|
Yezidi
|
270
272
|
Arabic Extended-C
|
@@ -284,12 +286,14 @@ Khojki
|
|
284
286
|
Multani
|
285
287
|
Khudawadi
|
286
288
|
Grantha
|
289
|
+
Tulu-Tigalari
|
287
290
|
Newa
|
288
291
|
Tirhuta
|
289
292
|
Siddham
|
290
293
|
Modi
|
291
294
|
Mongolian Supplement
|
292
295
|
Takri
|
296
|
+
Myanmar Extended-C
|
293
297
|
Ahom
|
294
298
|
Dogra
|
295
299
|
Warang Citi
|
@@ -300,6 +304,7 @@ Soyombo
|
|
300
304
|
Unified Canadian Aboriginal Syllabics Extended-A
|
301
305
|
Pau Cin Hau
|
302
306
|
Devanagari Extended-A
|
307
|
+
Sunuwar
|
303
308
|
Bhaiksuki
|
304
309
|
Marchen
|
305
310
|
Masaram Gondi
|
@@ -314,12 +319,15 @@ Early Dynastic Cuneiform
|
|
314
319
|
Cypro-Minoan
|
315
320
|
Egyptian Hieroglyphs
|
316
321
|
Egyptian Hieroglyph Format Controls
|
322
|
+
Egyptian Hieroglyphs Extended-A
|
317
323
|
Anatolian Hieroglyphs
|
324
|
+
Gurung Khema
|
318
325
|
Bamum Supplement
|
319
326
|
Mro
|
320
327
|
Tangsa
|
321
328
|
Bassa Vah
|
322
329
|
Pahawh Hmong
|
330
|
+
Kirat Rai
|
323
331
|
Medefaidrin
|
324
332
|
Miao
|
325
333
|
Ideographic Symbols and Punctuation
|
@@ -334,6 +342,7 @@ Small Kana Extension
|
|
334
342
|
Nushu
|
335
343
|
Duployan
|
336
344
|
Shorthand Format Controls
|
345
|
+
Symbols for Legacy Computing Supplement
|
337
346
|
Znamenny Musical Notation
|
338
347
|
Byzantine Musical Symbols
|
339
348
|
Musical Symbols
|
@@ -351,6 +360,7 @@ Nyiakeng Puachue Hmong
|
|
351
360
|
Toto
|
352
361
|
Wancho
|
353
362
|
Nag Mundari
|
363
|
+
Ol Onal
|
354
364
|
Ethiopic Extended-B
|
355
365
|
Mende Kikakui
|
356
366
|
Adlam
|
@@ -392,5 +402,5 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related
|
|
392
402
|
|
393
403
|
## MIT License
|
394
404
|
|
395
|
-
- Copyright (C) 2016-
|
405
|
+
- Copyright (C) 2016-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license.
|
396
406
|
- Unicode data: https://www.unicode.org/copyright.html#Exhibit1
|
data/data/blocks.marshal.gz
CHANGED
Binary file
|
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
module Unicode
|
4
4
|
module Blocks
|
5
|
-
VERSION = "1.
|
6
|
-
UNICODE_VERSION = "
|
5
|
+
VERSION = "1.10.0"
|
6
|
+
UNICODE_VERSION = "16.0.0"
|
7
7
|
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
|
8
8
|
INDEX_FILENAME = (DATA_DIRECTORY + "/blocks.marshal.gz").freeze
|
9
9
|
end
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unicode-blocks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Lelis
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: "[Unicode
|
13
|
+
description: "[Unicode 16.0.0] Answers the question: Which Unicode block does a code
|
14
14
|
point belong to?"
|
15
15
|
email:
|
16
16
|
- hi@ruby.consulting
|
@@ -38,7 +38,7 @@ licenses:
|
|
38
38
|
- MIT
|
39
39
|
metadata:
|
40
40
|
rubygems_mfa_required: 'true'
|
41
|
-
post_install_message:
|
41
|
+
post_install_message:
|
42
42
|
rdoc_options: []
|
43
43
|
require_paths:
|
44
44
|
- lib
|
@@ -53,8 +53,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
requirements: []
|
56
|
-
rubygems_version: 3.
|
57
|
-
signing_key:
|
56
|
+
rubygems_version: 3.5.9
|
57
|
+
signing_key:
|
58
58
|
specification_version: 4
|
59
59
|
summary: Return Unicode blocks of a string.
|
60
60
|
test_files:
|