medieval_latina 1.0.12 → 1.0.13

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: 3bc2011a5aa5b62ac66cce92d10e798b3f884e91f85c282ad052ca02766d9742
4
- data.tar.gz: 566f84e01fc7d973a2915ca178947d07f3d9400f36ecb63e5b124461328c9394
3
+ metadata.gz: 84290e98dd6ee5aa8b3efad0e07726f4b758cfd584274709e287a57199c25dd3
4
+ data.tar.gz: 757cf180c41c5b1a8278966bf5594a70805e546efbb86655845483bd5b6a3bb0
5
5
  SHA512:
6
- metadata.gz: 83ae89f90fceaed8dd351d6903e983d1fbc3af9f37c61fed34ff13af37d0b7206c0293b582d9d757167a29e91b9eae62ba94ca40bf40524e4ac144e4d22c45fd
7
- data.tar.gz: ff52a6450f7d68945b1a1cf55e88a7391802453d128ddcdee2056f0a25bab8bb3eaeb55ea1acd364d83b6e1da2d7adde282813478345cf34ec587a77bed7a573
6
+ metadata.gz: 485beda575ea4a76ed94596e379ea735813221a85a27643ac70656a76b6053c12d48bc82c4727f19c32b5f9a7a5fa839efba87bae0a0557d11ccc4ab081a4156
7
+ data.tar.gz: b76dff8ec8e2834d4810e1468e61f2f2862e24de422951c2c915bfeda5f81bc9ede4192d5c1cc8aaf2c7ed66aaf30d3969dc2bca30bfca8b68cb8b93ab3e55e9
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- medieval_latina (1.0.12)
4
+ medieval_latina (1.0.13)
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.13
55
+ 2.2.15
@@ -35,13 +35,15 @@ class MedievalLatina
35
35
  c: ->(rest) { SOFT_C.any? { |item| rest.start_with?(item) } ? "ch" : "k" },
36
36
  g: ->(rest) { SOFT_G.any? { |item| rest.start_with?(item) } ? "j" : "g" },
37
37
  j: ->(rest) { "y" },
38
+ t: ->(rest) { SOFT_T.any? { |item| rest.start_with?(item) } ? "ts" : "t" },
38
39
  x: ->(rest) { "ks" }
39
40
  }
40
- CONSONENT_TEAMS = {gn: "n-y", qu: "kw"}
41
- SOFT_C = ["e", "i", "ae", "oe"]
41
+ CONSONENT_TEAMS = {gn: "n-y", qu: "kw"}.freeze
42
+ SOFT_C = ["e", "i", "ae", "oe"].freeze
42
43
  SOFT_G = SOFT_C
43
- VOWEL_TEAMS = {ae: "ay", oe: "ay", au: "ou"}
44
- VOWELS = {a: "ah", e: "ay", i: "ee", o: "oh", u: "oo"}
44
+ SOFT_T = ["i"].freeze
45
+ VOWEL_TEAMS = {ae: "ay", oe: "ay", au: "ou"}.freeze
46
+ VOWELS = {a: "ah", e: "ay", i: "ee", o: "oh", u: "oo"}.freeze
45
47
 
46
48
  Result = Struct.new(:substring, :increment_by)
47
49
 
@@ -1,3 +1,3 @@
1
1
  class MedievalLatina
2
- VERSION = "1.0.12"
2
+ VERSION = "1.0.13"
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.12
4
+ version: 1.0.13
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-18 00:00:00.000000000 Z
11
+ date: 2021-08-19 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.
@@ -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.3
60
+ rubygems_version: 3.2.15
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: Transform medieval Latin text into phonetic English