medieval_latina 1.0.14 → 1.0.16

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: 83020d6a00a33ad2df27cf6c8e3ebf42d339c77723d91e8e8078259739a8618f
4
- data.tar.gz: 4f1067b02074cd1f229fd88e45ffbf6b38739803aea9a66facd13745c42d474b
3
+ metadata.gz: fd19aa26e28d3f2e95a23a3d9c8efbdc5a6ca7abd4b1d07c7e4b5283bc01ea64
4
+ data.tar.gz: 26b94c93966b2a6332084edab7f08630456e7985a15580143def87beeb594a69
5
5
  SHA512:
6
- metadata.gz: fdfe5097cf159eec1091aadeaaefcad995dcd4d0ae7aae9941fbf923716001af69be71372c589ea92bd2b4d745a844214d5e6d201e1701255556471c9856a635
7
- data.tar.gz: b19e66ba0eeca8ef7024956e52ccf0eee7699d51865c7c83c010ece4dc12b43a10a3a4e78cfa1678014f81edf44cb91bd6f47126f2fd1ab74f32f2d1e0e04bd8
6
+ metadata.gz: 88a87405fbc26275bc1b8c69f6f583bb4efb73652778a05c2af1464f490564b213801ded34c9220d93660cba8a24ef00735b5da3bb25483569d3ebdf9ef722b8
7
+ data.tar.gz: bb6175b80f5acd6d8fc9657199f1907b66d33d4edc77cc29bf1ae8a4190074b47c92ab7e2de8f8d5391519c0b166c237aae3d6716e401d6fb7b314feefd54733
data/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ ruby 3.0.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- medieval_latina (1.0.14)
4
+ medieval_latina (1.0.16)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -52,4 +52,4 @@ DEPENDENCIES
52
52
  standard
53
53
 
54
54
  BUNDLED WITH
55
- 2.2.15
55
+ 2.2.22
@@ -1,5 +1,7 @@
1
1
  class MedievalLatina
2
2
  DICTIONARY = {
3
+ "ad" => "add",
4
+ "adveniat" => "ad-vayniat",
3
5
  "alma" => "almuh",
4
6
  "amo" => "amo",
5
7
  "ego" => "ay-goh",
@@ -13,6 +15,8 @@ class MedievalLatina
13
15
  "octo" => "awk-toh",
14
16
  "omnia" => "ohm-nia",
15
17
  "optime" => "op-tee-may",
18
+ "pater" => "pah-tare",
19
+ "puella" => "poo-elah",
16
20
  "quo" => "quo",
17
21
  "toga" => "toga"
18
22
  }.freeze
@@ -1,3 +1,3 @@
1
1
  class MedievalLatina
2
- VERSION = "1.0.14"
2
+ VERSION = "1.0.16"
3
3
  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.0.14
4
+ version: 1.0.16
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-08-22 00:00:00.000000000 Z
11
+ date: 2022-04-25 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,7 +22,7 @@ files:
22
22
  - ".github/workflows/tests.yml"
23
23
  - ".gitignore"
24
24
  - ".rspec"
25
- - ".ruby-version"
25
+ - ".tool-versions"
26
26
  - Gemfile
27
27
  - Gemfile.lock
28
28
  - LICENSE.txt
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.2.15
60
+ rubygems_version: 3.3.5
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: Transform medieval Latin text into phonetic English
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.0.1