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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3d9e035d4a3908b7121dc1c72746dae3313bbae5e5a89c4bc76f6c31d183939
4
- data.tar.gz: a60ed2ee2f3b1874fbb6a8b7bc65b420ee786ab8db241a93ed6cfeb9a19b4eff
3
+ metadata.gz: 18e60e63115fa16c943c12ab684572fbdadcf8087975a7be15d422fd1abab503
4
+ data.tar.gz: 79410c4037b034be36ccee577e96ad0a5180341ef92987d6e536f18f214cd4e5
5
5
  SHA512:
6
- metadata.gz: a7b94209ce671c52fdc50eb2a2321a0970358f1f23b6c13f992790b2f6d0b47099cc079623b62158b5674accf86c1677036d9724e6b43a5d821874345da8a4e4
7
- data.tar.gz: 6de07da8565e09e33e1126e38783fd8976691d96144b8f2e8e806dfdeeb560282cf5f12544bbf07d864f75f1fb647165b55b53d600c419374c5fb9f672e0ab6e
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
 
@@ -64,7 +64,7 @@ module Darkmouun
64
64
  end
65
65
  obj_spot_template.render + "\n"
66
66
  rescue => e
67
- raise e.class.new("\n#{e.message} in \"Mustache-process\" at *** #{s} ***\n")
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
@@ -1,3 +1,3 @@
1
1
  module Darkmouun
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.1"
3
3
  end
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.0
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-04 00:00:00.000000000 Z
11
+ date: 2023-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler