medieval_latina 1.2.0 → 1.2.2

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: 4fb30498f15ce0e4ff9b7b7e773dbfa36ed5da395b5a7599345f7c4f05b90e2a
4
- data.tar.gz: 1fd0f7637559568e4c76e65a3e5a18350e2fb97004a6ca385dec61084b972c23
3
+ metadata.gz: eee8bd422d72bf85bc38210b50def3083393e57652bf5c273a560d23f49aee75
4
+ data.tar.gz: 77c9a0fc29e487dcb7f1bf421fc948002775455c7d5bb5ef124ab05be2455518
5
5
  SHA512:
6
- metadata.gz: 4f928bdd12c37f4e2de41d52527d562d79e1da32abb9c1efbc63e4121a68b9b68827002ffa30023c93fa59f1785262bf3bdc51c09502cfb3023af8fa5e38168d
7
- data.tar.gz: 11bc3bddf13d84080c3c526e09515ca3aa19a477bec2da343eb9a50fca38d9fe414549016d513ac977132fba06b6a3470a2dfaec0ade35a803c08374a717ab8c
6
+ metadata.gz: 02b3966ddaa195c256cd0b5a46a63dcc4e81002880689eb864f025b494b414aa91c3b1e3492737852f9d9990d534a944f1cae555c54fb29bf1618e0ca102fd49
7
+ data.tar.gz: 35c96108a2d0ea2027559de87db4065ce6b50cf8c460042bc4af8767fb9a2de62a5998033319a4b357ec4d6fb3f022bace9d9bbace0e520d8522b33b651d5456
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- medieval_latina (1.2.0)
4
+ medieval_latina (1.2.2)
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,7 +17,9 @@ class MedievalLatina
17
17
  "estis" => "estis",
18
18
  "ex" => "ex",
19
19
  "et" => "ett",
20
+ "europa" => "yoorope-uh",
20
21
  "gens" => "gens",
22
+ "germania" => "jer-maneeah",
21
23
  "hominem" => "hominem",
22
24
  "italia" => "italia",
23
25
  "mater" => "mah-tare",
@@ -1,3 +1,3 @@
1
1
  class MedievalLatina
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.2".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.0
4
+ version: 1.2.2
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-23 00:00:00.000000000 Z
11
+ date: 2022-10-30 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.