medieval_latina 1.1.1 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/medieval_latina/dictionary.rb +8 -1
- data/lib/medieval_latina/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: 9869fdfccc6e75ecd745e40850ff12e4a25ae27a0ac04bf2b52a5338733421b9
|
4
|
+
data.tar.gz: f0d6a548558c956f28bc47572d8975bb4b74c0b22b86114d43194baccaffeb80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a757a9e6a15501fb297b9f8f02586de57da841a52b375bb78dbd614e9d3b4e1910c175a15bbd5bc5216b14a1a8b8fc3cb90ae201f1cc9be125d0932387e96c36
|
7
|
+
data.tar.gz: 4fdbce6ed20b7be53e6e87f02dc5a57a9493342cde64617cb387d5f0624d5a48841eb66c8fe4055cd33356cb90e193a31735f1e27919742b1a13c22b6d46cf49
|
data/Gemfile.lock
CHANGED
@@ -7,13 +7,16 @@ class MedievalLatina
|
|
7
7
|
"alma" => "almuh",
|
8
8
|
"amo" => "amo",
|
9
9
|
"appello" => "appello",
|
10
|
+
"creavit" => "kray-ah-veet",
|
10
11
|
"ego" => "ay-goh",
|
11
12
|
"es" => "es",
|
12
13
|
"est" => "est",
|
13
14
|
"estis" => "estis",
|
14
15
|
"ex" => "ex",
|
15
16
|
"et" => "et",
|
17
|
+
"gens" => "gens",
|
16
18
|
"duo" => "doo-oh",
|
19
|
+
"duodeviginti" => "duo-day-veejin-tee",
|
17
20
|
"hominem" => "hominem",
|
18
21
|
"mater" => "mah-tare",
|
19
22
|
"moveo" => "mo-vey-oh",
|
@@ -26,9 +29,13 @@ class MedievalLatina
|
|
26
29
|
"quo" => "quo",
|
27
30
|
"rex" => "rex",
|
28
31
|
"sanctificetur" => "sahnk-teefee-chaytoor",
|
32
|
+
"septemdecim" => "septem-daycheem",
|
29
33
|
"sextus" => "sextus",
|
30
34
|
"stibium" => "stih-bium",
|
35
|
+
"terra" => "terra",
|
36
|
+
"terram" => "terram",
|
31
37
|
"timeo" => "teemayo",
|
32
|
-
"toga" => "toga"
|
38
|
+
"toga" => "toga",
|
39
|
+
"undeviginti" => "oon-day-veejin-tee"
|
33
40
|
}.freeze
|
34
41
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: medieval_latina
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jayson Virissimo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
There are good text-to-speech engines for English and classical Latin, but none for medieval Latin.
|