glaemscribe 1.1.10 → 1.1.11
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47f0ae2d95434abded6fd9b540d72622cef90a00
|
4
|
+
data.tar.gz: 4134954b4b1a90d45fae7667eeaf71814c4b7f1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6d0d3706202e3d4c58bc21731c2a6713779a4e96df741384e08598732800654806362dc942a2634e4febec03afa929bc30fc2315fc5bd2afd06953c606b9757
|
7
|
+
data.tar.gz: fa32b26436bc4954d72da616a6e7154eaff59042d872df61b0a7c4152d19f83c50159168c3cd139aa13ecc44508de235ba17343eaebe93512e9c80335eeba1cd
|
@@ -34,12 +34,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
34
34
|
\entry "0.1.0" "Added support for the Tengwar Elfica font"
|
35
35
|
\entry "0.1.1" "Added support for inlined raw tengwar"
|
36
36
|
\entry "0.1.2" "Added support for non-breaking spaces"
|
37
|
+
\entry "0.1.3" "Correcting visibility options to conform to new glaeml args strict syntax"
|
37
38
|
\end
|
38
39
|
|
39
40
|
\language "Black Speech"
|
40
41
|
\writing "Tengwar"
|
41
42
|
\mode "Black Speech Tengwar - General Use"
|
42
|
-
\version
|
43
|
+
\version '0.1.3'
|
43
44
|
\authors "J.R.R. Tolkien, impl. Talagan (Benjamin Babut)"
|
44
45
|
|
45
46
|
\world arda
|
@@ -67,16 +68,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
67
68
|
\end
|
68
69
|
|
69
70
|
\beg option double_tehta_e true
|
70
|
-
\visible_when
|
71
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
71
72
|
\end
|
72
73
|
\beg option double_tehta_i true
|
73
|
-
\visible_when
|
74
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
74
75
|
\end
|
75
76
|
\beg option double_tehta_o true
|
76
|
-
\visible_when
|
77
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
77
78
|
\end
|
78
79
|
\beg option double_tehta_u true
|
79
|
-
\visible_when
|
80
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
80
81
|
\end
|
81
82
|
|
82
83
|
\beg option consonant_modification_style CONSONANT_MODIFICATION_STYLE_WAVE
|
@@ -44,6 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
44
44
|
\entry "0.9.4" "Adding Vanyarin ldy, rdy, lg, rg, ff"
|
45
45
|
\entry "0.9.5" "Added support for inlined raw tengwar"
|
46
46
|
\entry "0.9.6" "Added support for non-breaking spaces"
|
47
|
+
\entry "0.9.7" "Correcting visibility options to conform to new glaeml args strict syntax"
|
47
48
|
\end
|
48
49
|
|
49
50
|
\**
|
@@ -54,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
54
55
|
\language "Quenya"
|
55
56
|
\writing "Tengwar"
|
56
57
|
\mode "Quenya Tengwar - Classical"
|
57
|
-
\version "0.9.
|
58
|
+
\version "0.9.7"
|
58
59
|
\authors "J.R.R. Tolkien, impl. Talagan (Benjamin Babut)"
|
59
60
|
|
60
61
|
\world arda
|
@@ -87,20 +88,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
87
88
|
|
88
89
|
\** REMOVED BECAUSE UNATTESTED
|
89
90
|
\beg option double_tehta_a false
|
90
|
-
\visible_when
|
91
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
91
92
|
\end
|
92
93
|
**\
|
93
94
|
\beg option double_tehta_e false
|
94
|
-
\visible_when
|
95
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
95
96
|
\end
|
96
97
|
\beg option double_tehta_i false
|
97
|
-
\visible_when
|
98
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
98
99
|
\end
|
99
100
|
\beg option double_tehta_o true
|
100
|
-
\visible_when
|
101
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
101
102
|
\end
|
102
103
|
\beg option double_tehta_u true
|
103
|
-
\visible_when
|
104
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
104
105
|
\end
|
105
106
|
|
106
107
|
\option split_diphthongs false
|
@@ -32,13 +32,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
32
32
|
\entry "0.0.6" "Ported some options from the quenya mode"
|
33
33
|
\entry "0.1.0" "Added support for the Tengwar Elfica font"
|
34
34
|
\entry "0.1.1" "Added support for inlined raw tengwar"
|
35
|
-
\entry "0.1.2" "Added support for non-breaking spaces"
|
35
|
+
\entry "0.1.2" "Added support for non-breaking spaces"
|
36
|
+
\entry "0.1.3" "Correcting visibility options to conform to new glaeml args strict syntax"
|
36
37
|
\end
|
37
38
|
|
38
39
|
\language "Telerin"
|
39
40
|
\writing "Tengwar"
|
40
41
|
\mode "Telerin Tengwar - G*"
|
41
|
-
\version "0.1.
|
42
|
+
\version "0.1.3"
|
42
43
|
\authors "Talagan (Benjamin Babut), based on J.R.R Tolkien"
|
43
44
|
|
44
45
|
\world arda
|
@@ -66,16 +67,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
66
67
|
\end
|
67
68
|
|
68
69
|
\beg option double_tehta_e false
|
69
|
-
\visible_when
|
70
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
70
71
|
\end
|
71
72
|
\beg option double_tehta_i false
|
72
|
-
\visible_when
|
73
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
73
74
|
\end
|
74
75
|
\beg option double_tehta_o true
|
75
|
-
\visible_when
|
76
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
76
77
|
\end
|
77
78
|
\beg option double_tehta_u true
|
78
|
-
\visible_when
|
79
|
+
\visible_when "long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR"
|
79
80
|
\end
|
80
81
|
|
81
82
|
\beg option consonant_modification_style CONSONANT_MODIFICATION_STYLE_BAR
|
@@ -109,6 +109,9 @@ module Glaemscribe
|
|
109
109
|
|
110
110
|
if !@is_eating_arg
|
111
111
|
next if l[i] =~ /\s/
|
112
|
+
|
113
|
+
raise Error, "Glaeml strictly uses double quotes, not simple quotes for args" if l[i] == "'"
|
114
|
+
|
112
115
|
@is_eating_arg = true
|
113
116
|
@is_eating_arg_between_quotes = (l[i] == "\"")
|
114
117
|
@current_arg << l[i] if !@is_eating_arg_between_quotes
|