iso-15924 0.1.3 → 0.1.4
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/iso_15924.txt +2 -0
- data/lib/iso-15924.yaml +14 -0
- data/lib/iso-15924/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 726816c11eb42dcf73d9408d0cb95789633a3c5f085dad955d7e944d903a0921
|
|
4
|
+
data.tar.gz: 1bc588d7786851ea40c5066ab5297d095b666ff019c45b9877e2954b334bd9b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11f63bbee4a6368b70a10202e8237ea9c9d4bcf4fcf396434240e0b24ad35766f8577fecb97b851d86af4fb6acbdbd68e0b5e125d673d9bfc26380d7c83aabfd
|
|
7
|
+
data.tar.gz: dbc9aa4269e23ad5b9093bd89389c2cd7d4a71b3983a568b733e2fd8cc285d7dfeaf0d86a8b8a1b5cc3dfc26d7d96d5f0c7870ecc5ce19a6cc8a8cbf0b5fa709
|
data/iso_15924.txt
CHANGED
|
@@ -194,10 +194,12 @@ Thaa;170;Thaana;thâna;Thaana;3.0;2004-05-01
|
|
|
194
194
|
Thai;352;Thai;thaï;Thai;1.1;2004-05-01
|
|
195
195
|
Tibt;330;Tibetan;tibétain;Tibetan;2.0;2004-05-01
|
|
196
196
|
Tirh;326;Tirhuta;tirhouta;Tirhuta;7.0;2014-11-15
|
|
197
|
+
Tnsa;275;Tangsa;tangsa;;;2021-02-17
|
|
197
198
|
Toto;294;Toto;toto;;;2020-04-16
|
|
198
199
|
Ugar;040;Ugaritic;ougaritique;Ugaritic;4.0;2004-05-01
|
|
199
200
|
Vaii;470;Vai;vaï;Vai;5.1;2007-07-02
|
|
200
201
|
Visp;280;Visible Speech;parole visible;;;2004-05-01
|
|
202
|
+
Vith;228;Vithkuqi;vithkuqi;;;2021-02-17
|
|
201
203
|
Wara;262;Warang Citi (Varang Kshiti);warang citi;Warang_Citi;7.0;2014-11-15
|
|
202
204
|
Wcho;283;Wancho;wantcho;Wancho;12.0;2017-07-26
|
|
203
205
|
Wole;480;Woleai;woléaï;;;2010-12-21
|
data/lib/iso-15924.yaml
CHANGED
|
@@ -1322,6 +1322,13 @@ Tirh:
|
|
|
1322
1322
|
pva: Tirhuta
|
|
1323
1323
|
age: 7.0
|
|
1324
1324
|
date: 2014-11-15
|
|
1325
|
+
Tnsa:
|
|
1326
|
+
numeric: 275
|
|
1327
|
+
english: Tangsa
|
|
1328
|
+
french: tangsa
|
|
1329
|
+
pva:
|
|
1330
|
+
age:
|
|
1331
|
+
date: 2021-02-17
|
|
1325
1332
|
Toto:
|
|
1326
1333
|
numeric: 294
|
|
1327
1334
|
english: Toto
|
|
@@ -1350,6 +1357,13 @@ Visp:
|
|
|
1350
1357
|
pva:
|
|
1351
1358
|
age:
|
|
1352
1359
|
date: 2004-05-01
|
|
1360
|
+
Vith:
|
|
1361
|
+
numeric: 228
|
|
1362
|
+
english: Vithkuqi
|
|
1363
|
+
french: vithkuqi
|
|
1364
|
+
pva:
|
|
1365
|
+
age:
|
|
1366
|
+
date: 2021-02-17
|
|
1353
1367
|
Wara:
|
|
1354
1368
|
numeric: 262
|
|
1355
1369
|
english: Warang Citi (Varang Kshiti)
|
data/lib/iso-15924/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iso-15924
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: "A Ruby gem that provides the ISO 15924 data sets along with\n some
|
|
14
14
|
convenience methods for accessing different entries\n and
|