glaemscribe 1.0.6 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4463868f3bcb6ec4bdd0ee0cb612c6b7ecbe6ced
4
- data.tar.gz: 35796d7ab5d73e16a14cc63d43ac00703a7aede5
3
+ metadata.gz: e1493c2453d45a4ce4ee64b1887cb96491329da0
4
+ data.tar.gz: 3dae5178cb8cb2b965a193ca35f050459ef91bbb
5
5
  SHA512:
6
- metadata.gz: 7455cc37078a7f8b2872c9661e4d482bebe1c72401ac32c318b270c5056729881762cbe8bbc20723fd4522f0f969ee6e91486bde5be8b781f6c76234f3531b60
7
- data.tar.gz: 06b725f308f8fddfd3901c431e6371b569fa4cc02ddb8f28406b0cd8c7b1f1d996d00b45bc6cd6cc603ecff7ea9456331ddfe952d4f2a62989dfb9a55b96303a
6
+ metadata.gz: 688686f24acfb7c9b7eb5b5e82a24bb667a128b0d19c855ea94afa90aa39a6757f3a304a6fb32d6128c47eec915aed0617a9970830bf29f52d14a0dd76115e4c
7
+ data.tar.gz: df50957d826d5d3612d381805c202c1160385680fdc9ac7e3e8ba5216fec80ac11eca3267fc69f7834cf8b449c6fe05df300a256ef85206ad402facee4589b06
@@ -29,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
29
29
 
30
30
  0.0.2 : Fixed some tehtar versions which did not look quite nice for ch, dh, v, mb
31
31
  Reworked the problem of labialized consonnants (+w), adding an option for treating the u-curl + tehta combination.
32
+ 0.0.3 : Extended the labialized consonnants option.
32
33
 
33
34
  **\
34
35
 
@@ -36,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36
37
  \language "Sindarin"
37
38
  \writing "Tengwar"
38
39
  \mode "Classical"
39
- \version "0.0.2"
40
+ \version "0.0.3"
40
41
  \authors "Talagan (Benjamin Babut)"
41
42
 
42
43
  \charset tengwar_ds true
@@ -47,7 +48,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
47
48
  \value BASE_10 10
48
49
  \value BASE_12 12
49
50
  \end
50
- \option labialized_consonants_accept_tehtar true
51
+ \beg option labialized_consonants_u_curl LABIALIZED_U_CURL_ALWAYS
52
+ \value LABIALIZED_U_CURL_NONE 1
53
+ \value LABIALIZED_U_CURL_NO_TEHTAR 2
54
+ \value LABIALIZED_U_CURL_ALWAYS 3
55
+ \end
51
56
  \end
52
57
 
53
58
  \beg preprocessor
@@ -232,12 +237,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
232
237
  the u-curl at all when there's a tehta on the tengwa.
233
238
  **\
234
239
 
235
- gw --> UNGWE THSUP_SEV_XL
236
- dw --> ANDO THSUP_SEV_XS
237
- nw --> ORE THSUP_SEV_L
238
- rw --> ROMEN THSUP_SEV_L
239
-
240
- \if "labialized_consonants_accept_tehtar"
240
+ \if "labialized_consonants_u_curl == LABIALIZED_U_CURL_NO_TEHTAR || labialized_consonants_u_curl == LABIALIZED_U_CURL_ALWAYS"
241
+ gw --> UNGWE THSUP_SEV_XL
242
+ dw --> ANDO THSUP_SEV_XS
243
+ nw --> ORE THSUP_SEV_L
244
+ rw --> ROMEN THSUP_SEV_L
245
+ \endif
246
+
247
+ \if "labialized_consonants_u_curl == LABIALIZED_U_CURL_ALWAYS"
241
248
  {V_D_KER}gw --> UNGWE THSUP_SEV_XS {V_D_IMG_XL}
242
249
  {V_D_KER}dw --> ANDO THSUP_SEV_XS {V_D_IMG_XL}
243
250
  {V_D_KER}nw --> ORE THSUP_SEV_XS {V_D_IMG_XL}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glaemscribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin 'Talagan' Babut