medieval_latina 1.0.9 → 1.0.10
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/.github/workflows/tests.yml +1 -0
- data/.ruby-version +1 -0
- data/Gemfile.lock +2 -2
- data/README.md +4 -4
- data/lib/medieval_latina/dictionary.rb +1 -0
- data/lib/medieval_latina/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce4b7b104e53b0e56816e2c8c3f1a981ead3bea20900376fe1edf1f6832fccf2
|
|
4
|
+
data.tar.gz: 17c55b30e3bd9ab5963c652e97b6acd48b52d75aa604268b67e1570c057a101c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dffeb2275571101e70de8c83612941ab89c27f614969c77584c64ffbc9f8d1a5c09c59c4a86edda489c8a3237171eb025f908652b298426e714f5da4b4e078f
|
|
7
|
+
data.tar.gz: 7885e50517d8c23e5408869fd7296118951d3939f0abf2b8c1646224aef1368111d79671b07845057a200fe568343f85eba80af778305f23b6f16b9b74c3e6e2
|
data/.github/workflows/tests.yml
CHANGED
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.0.0
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -22,10 +22,10 @@ Or install it yourself as:
|
|
|
22
22
|
## Usage
|
|
23
23
|
|
|
24
24
|
```ruby
|
|
25
|
-
["
|
|
26
|
-
# "
|
|
27
|
-
# "
|
|
28
|
-
# "
|
|
25
|
+
["caelum", "omnia", "pugno"].each { |word| puts MedievalLatina[word] }
|
|
26
|
+
# "chay-loom"
|
|
27
|
+
# "onm-nee-ah"
|
|
28
|
+
# "poon-yoh"
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Development
|
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.0.
|
|
4
|
+
version: 1.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jayson Virissimo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-05 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.
|
|
@@ -22,6 +22,7 @@ files:
|
|
|
22
22
|
- ".github/workflows/tests.yml"
|
|
23
23
|
- ".gitignore"
|
|
24
24
|
- ".rspec"
|
|
25
|
+
- ".ruby-version"
|
|
25
26
|
- Gemfile
|
|
26
27
|
- Gemfile.lock
|
|
27
28
|
- LICENSE.txt
|
|
@@ -56,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
57
|
- !ruby/object:Gem::Version
|
|
57
58
|
version: '0'
|
|
58
59
|
requirements: []
|
|
59
|
-
rubygems_version: 3.
|
|
60
|
+
rubygems_version: 3.2.3
|
|
60
61
|
signing_key:
|
|
61
62
|
specification_version: 4
|
|
62
63
|
summary: Transform medieval Latin text into phonetic English
|