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: 1c925a9a514e78b260c133356a6fb6f2c74a0604
4
- data.tar.gz: ad4f4f17e164af4c096387babf85995f6dc9303e
3
+ metadata.gz: 47f0ae2d95434abded6fd9b540d72622cef90a00
4
+ data.tar.gz: 4134954b4b1a90d45fae7667eeaf71814c4b7f1b
5
5
  SHA512:
6
- metadata.gz: 34713507c8c624cdd3b98a31fc33e72b486544ab50026bd29ec608030401d1645f912059f934c91b19c7d239c4ceca9b6bc294294087d4e72f5a8c02606e1d4c
7
- data.tar.gz: ca5d1ce433c25646d263e3afd19ac172803819a82ac98cee76cd8ecc7c2493d8fa990747832faed4db7d20bc766d4251af2f7b130b72ae945dc625c46524945f
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 "0.1.2"
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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.6"
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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.2"
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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 'long_vowels_format == LONG_VOWELS_USE_DOUBLE_TEHTAR'
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
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.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin 'Talagan' Babut