darkmouun 2.3.0 → 2.3.1
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/README.md +1 -1
- data/lib/darkmouun/main.rb +1 -1
- data/lib/darkmouun/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18e60e63115fa16c943c12ab684572fbdadcf8087975a7be15d422fd1abab503
|
4
|
+
data.tar.gz: 79410c4037b034be36ccee577e96ad0a5180341ef92987d6e536f18f214cd4e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c30cc898f302d5a7bc056995e4d23c971381ae42e6970248e01b09dd884d0dc5dd764c22121d7d450bbc393c9a66d07678ca96dabaa61ffd5d5a881ba83a1ac
|
7
|
+
data.tar.gz: 71e422c0a231683e1a129d89576dce4fddd9351b25372cb28708d05dbb80300893f201c50820637615b64222030a77eb1e0720bd68b47e75bcd540eb19613e30
|
data/README.md
CHANGED
@@ -95,7 +95,7 @@ dkmn.convert #=> <p>The Calculation:</p>
|
|
95
95
|
|
96
96
|
Darkmouun has extended to kramdown. Extensions are below;
|
97
97
|
|
98
|
-
1. **Plain span element form.** `[spanned phrase]` is converted to `<span>spanned phrase</span
|
98
|
+
1. **Plain span element form.** `[spanned phrase]` is converted to `<span>spanned phrase</span>`.<br/>**ATTENSION:** You must add IAL with it. Without IAL, No conversion is done.<br/>**ex.** `[spanned phrase]{:#some_id .some_class style="color:red;"}`
|
99
99
|
|
100
100
|
2. **Style IAL form.** `%attritute_name:value;` in IAL is converted to `style="attribute_name:value;"`.<br/>**ex.** `{:%color:#ffffff; %font-weight:bold;}` -> `style="color:#ffffff; font-weight:bold;"`<br/>**ATTENSION:** Every attribute must be started from "`%`" and ended with "`;`".
|
101
101
|
|
data/lib/darkmouun/main.rb
CHANGED
@@ -64,7 +64,7 @@ module Darkmouun
|
|
64
64
|
end
|
65
65
|
obj_spot_template.render + "\n"
|
66
66
|
rescue => e
|
67
|
-
|
67
|
+
e.class.new("**ERROR in Mustache-process:**\n\n#{e.message}\n\nThis was caused by the following defnition.\n\n #{s}\n\n")
|
68
68
|
end
|
69
69
|
end
|
70
70
|
end
|
data/lib/darkmouun/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: darkmouun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akinori Ichigo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|