medieval_latina 1.2.1 → 1.2.3
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/README.md +7 -3
- data/lib/medieval_latina/dictionary.rb +2 -0
- 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: 4442fddce0fbcfa61935f88be47b550c02bf6ea5e72440147d0b787cf5afbcbd
|
4
|
+
data.tar.gz: d71a11ed85d8172aa094fd7449bf500ff78e77725927d8d2bc13f841e36c712c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0714af53cbeb26f53673b844b7a99e428db952df48661eeb128c15339fcb37f5117a8fa4a8a1f8e62f28d8721674395328f23549ebb559c1ad07dc794c00ba68
|
7
|
+
data.tar.gz: 7929e2f065693b4c723f515724f5615e74cc3bcac8942f69289b79168263425ee631e617046b83b818548caf15bd9f12b19b0133f1d9b28f159763146d5bba04
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# MedievalLatina
|
1
|
+
# MedievalLatina <a href="https://github.com/jaysonvirissimo/medieval_latina"> <img src="https://img.shields.io/github/repo-size/jaysonvirissimo/medieval_latina"></a>
|
2
2
|
|
3
3
|
There are good text-to-speech engines for English and classical Latin, but none for medieval Latin.
|
4
4
|
`MedievalLatina` converts Latin text to a kind of phonetic spelling that can be read by English language text-to-speech engines.
|
@@ -35,12 +35,16 @@ Then, run `rake spec` to run the tests.
|
|
35
35
|
You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
36
36
|
|
37
37
|
To install this gem onto your local machine, run `bundle exec rake install`.
|
38
|
-
|
39
|
-
|
38
|
+
|
39
|
+
To release a new version:
|
40
|
+
1. Update the version number in `version.rb`
|
41
|
+
2. Run `bin/setup` to increment the version in the lock file
|
42
|
+
3. Run `bundle exec rake release`
|
40
43
|
|
41
44
|
## Contributing
|
42
45
|
|
43
46
|
Bug reports and pull requests are welcome on GitHub at https://github.com/jaysonvirissimo/medieval_latina.
|
47
|
+
Run `standardrb --fix` before submitting any changes, to help keep the code formatting uniform.
|
44
48
|
|
45
49
|
## License
|
46
50
|
|
@@ -17,6 +17,7 @@ class MedievalLatina
|
|
17
17
|
"estis" => "estis",
|
18
18
|
"ex" => "ex",
|
19
19
|
"et" => "ett",
|
20
|
+
"europa" => "yoorope-uh",
|
20
21
|
"gens" => "gens",
|
21
22
|
"germania" => "jer-maneeah",
|
22
23
|
"hominem" => "hominem",
|
@@ -36,6 +37,7 @@ class MedievalLatina
|
|
36
37
|
"rex" => "rex",
|
37
38
|
"sanctificetur" => "sahnk-teefee-chaytoor",
|
38
39
|
"septemdecim" => "septem-daycheem",
|
40
|
+
"septimus" => "sep-tee-moose",
|
39
41
|
"sextus" => "sextus",
|
40
42
|
"stibium" => "stih-bium",
|
41
43
|
"terra" => "terra",
|
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.2.
|
4
|
+
version: 1.2.3
|
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-
|
11
|
+
date: 2022-11-02 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.
|