medieval_latina 1.2.1 → 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: b22b71032d8a0c089e0c57868f108dc2e09982109c50d36d79e989f880f9685a
4
- data.tar.gz: 5b134f0756e945a332828543056ab9333400d08e503bd5f76c59087138f927cf
3
+ metadata.gz: eee8bd422d72bf85bc38210b50def3083393e57652bf5c273a560d23f49aee75
4
+ data.tar.gz: 77c9a0fc29e487dcb7f1bf421fc948002775455c7d5bb5ef124ab05be2455518
5
5
  SHA512:
6
- metadata.gz: 95ef50088e304e5ede130506af4c572fea845199100271711fb27c1575a83c5c314f689b52b040a847d8561b72cc0ed282f7b8d27492a852ab4b16a27094c695
7
- data.tar.gz: 89d14e1bc4b54e6f68be28b8367846a76af32641eb989dcc95ab0c839db46bd2df78fab6737d1a594818664cf6a214766c2aa20dcc48c58255f614b9cd6b5979
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.1)
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,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",
@@ -1,3 +1,3 @@
1
1
  class MedievalLatina
2
- VERSION = "1.2.1"
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.1
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-25 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.