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 +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: eee8bd422d72bf85bc38210b50def3083393e57652bf5c273a560d23f49aee75
|
4
|
+
data.tar.gz: 77c9a0fc29e487dcb7f1bf421fc948002775455c7d5bb5ef124ab05be2455518
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02b3966ddaa195c256cd0b5a46a63dcc4e81002880689eb864f025b494b414aa91c3b1e3492737852f9d9990d534a944f1cae555c54fb29bf1618e0ca102fd49
|
7
|
+
data.tar.gz: 35c96108a2d0ea2027559de87db4065ce6b50cf8c460042bc4af8767fb9a2de62a5998033319a4b357ec4d6fb3f022bace9d9bbace0e520d8522b33b651d5456
|
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
|
|
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.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-
|
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.
|