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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b22b71032d8a0c089e0c57868f108dc2e09982109c50d36d79e989f880f9685a
4
- data.tar.gz: 5b134f0756e945a332828543056ab9333400d08e503bd5f76c59087138f927cf
3
+ metadata.gz: 4442fddce0fbcfa61935f88be47b550c02bf6ea5e72440147d0b787cf5afbcbd
4
+ data.tar.gz: d71a11ed85d8172aa094fd7449bf500ff78e77725927d8d2bc13f841e36c712c
5
5
  SHA512:
6
- metadata.gz: 95ef50088e304e5ede130506af4c572fea845199100271711fb27c1575a83c5c314f689b52b040a847d8561b72cc0ed282f7b8d27492a852ab4b16a27094c695
7
- data.tar.gz: 89d14e1bc4b54e6f68be28b8367846a76af32641eb989dcc95ab0c839db46bd2df78fab6737d1a594818664cf6a214766c2aa20dcc48c58255f614b9cd6b5979
6
+ metadata.gz: 0714af53cbeb26f53673b844b7a99e428db952df48661eeb128c15339fcb37f5117a8fa4a8a1f8e62f28d8721674395328f23549ebb559c1ad07dc794c00ba68
7
+ data.tar.gz: 7929e2f065693b4c723f515724f5615e74cc3bcac8942f69289b79168263425ee631e617046b83b818548caf15bd9f12b19b0133f1d9b28f159763146d5bba04
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- medieval_latina (1.2.1)
4
+ medieval_latina (1.2.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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
- To release a new version, update the version number in `version.rb`, run `bin/setup` to increment the version in the lock file, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
39
- Run `standardrb --fix` before submitting any changes, to help keep the code formatting uniform.
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",
@@ -1,3 +1,3 @@
1
1
  class MedievalLatina
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.3".freeze
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.2.1
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-10-25 00:00:00.000000000 Z
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.