glaemscribe 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/glaemresources/modes/sindarin-beleriand.glaem +7 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acab5afed3f9b88ed17e121f5864037c357c3928
|
|
4
|
+
data.tar.gz: 164d454991a7c147992929dfab14a66ac2444aac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfd365c8ce7a7f40c807f7b625a4c075a4ab0566d529397e6488a0a668a589a2261d1b57476bad928a4c09a190f9ffc352b3d2ef79470d917cb43d70216e12a0
|
|
7
|
+
data.tar.gz: db982ff27355ecd5c71bb58f0617365ec49eb80702622930081f61f48ef40f6f8d36937f8240aef9eba298c106dbb36464c0d9eb1c736ff3cfc9480c72ea0542
|
|
@@ -31,13 +31,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
31
31
|
\entry "0.0.6" "Added support for the FreeMonoTengwar font"
|
|
32
32
|
\entry "0.1.0" "Added support for the Tengwar Elfica font"
|
|
33
33
|
\entry "0.1.1" "Added support for inlined raw tengwar"
|
|
34
|
-
\entry "0.1.2" "Fine tuning handling of the aw diphthong"
|
|
34
|
+
\entry "0.1.2" "Fine tuning handling of the aw diphthong (Thanks to Dmitry Kourmyshov!)"
|
|
35
|
+
\entry "0.1.3" "Merging au/aw"
|
|
35
36
|
\end
|
|
36
37
|
|
|
37
38
|
\language "Sindarin"
|
|
38
39
|
\writing "Tengwar"
|
|
39
40
|
\mode "Beleriand"
|
|
40
|
-
\version "0.1.
|
|
41
|
+
\version "0.1.3"
|
|
41
42
|
\authors "J.R.R. Tolkien, impl. Talagan (Benjamin Babut)"
|
|
42
43
|
|
|
43
44
|
\raw_mode "raw-tengwar"
|
|
@@ -161,12 +162,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
161
162
|
{AU} --> OSSE SEV_TEHTA
|
|
162
163
|
|
|
163
164
|
\if "beleriand_aw_diphthong == AW_VILYA_AT_ENDINGS_CURL_ELSE"
|
|
164
|
-
{AW}
|
|
165
|
-
{AW}_
|
|
165
|
+
({AU},{AW}) --> OSSE SEV_TEHTA
|
|
166
|
+
({AU},{AW})_ --> OSSE VILYA
|
|
166
167
|
\elsif "beleriand_aw_diphthong == AW_ALWAYS_VILYA"
|
|
167
|
-
{AW}
|
|
168
|
+
({AU},{AW}) --> OSSE VILYA
|
|
168
169
|
\elsif "beleriand_aw_diphthong == AW_ALWAYS_CURL"
|
|
169
|
-
{AW}
|
|
170
|
+
({AU},{AW}) --> OSSE SEV_TEHTA
|
|
170
171
|
\endif
|
|
171
172
|
|
|
172
173
|
{EI} --> YANTA Y_TEHTA
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glaemscribe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin 'Talagan' Babut
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: commander
|