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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8178806c5b176be33631414292bdc6d6e891b151
4
- data.tar.gz: 368e7cb7ac04d618b75fcf0067a32b592300df6b
3
+ metadata.gz: acab5afed3f9b88ed17e121f5864037c357c3928
4
+ data.tar.gz: 164d454991a7c147992929dfab14a66ac2444aac
5
5
  SHA512:
6
- metadata.gz: e1ca714089ef8958ed0f3e5cc212881dd6d5c46f3b7f382d8706f2084054d51cde9c0575e4ade174a0295e39f0026c0cdf84d4c7f65e6b6d6a0a715c0420fae3
7
- data.tar.gz: 395769330a56a0f80054a338ff0edd37a94495c104b808c7c862c42673ee8cb8a1679109afe3b46f2c4309574b6f1d570d7eb88763f03ea9afe4c1512c3b5b43
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.2"
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} --> OSSE SEV_TEHTA
165
- {AW}_ --> OSSE VILYA
165
+ ({AU},{AW}) --> OSSE SEV_TEHTA
166
+ ({AU},{AW})_ --> OSSE VILYA
166
167
  \elsif "beleriand_aw_diphthong == AW_ALWAYS_VILYA"
167
- {AW} --> OSSE VILYA
168
+ ({AU},{AW}) --> OSSE VILYA
168
169
  \elsif "beleriand_aw_diphthong == AW_ALWAYS_CURL"
169
- {AW} --> OSSE SEV_TEHTA
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.6
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-19 00:00:00.000000000 Z
11
+ date: 2017-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander