dyndoc-ruby-core 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dyndoc/base/filter/filter_mngr.rb +6 -1
- data/lib/dyndoc/base/tmpl/parse_do.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f63739b8d4b4b0a76036cc7c60ce7dae2f02d53b
|
4
|
+
data.tar.gz: 6e03518f5b3ff4311b24c575be2e574e475bb635
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76b7afd64d4d0547c5a65d59c77b757a34161f1224430387bbb69bdee16318f46bda32b90b85c0fdf0316052e1c0bda5b888b198adf6daadbbc4d9dc6fdd1946
|
7
|
+
data.tar.gz: 209bd6f3b33ddf78d26c786a989c65fdfaad780ceed4371a4b38ff11e1d22230656b13599ccdaa0fd0a208e1a19e8ed3b76c124381deaa00c6a513d2b3647195
|
@@ -580,7 +580,12 @@ module Dyndoc
|
|
580
580
|
if res.is_a? Array
|
581
581
|
res.join(",")
|
582
582
|
else
|
583
|
-
|
583
|
+
res2=res.to_s
|
584
|
+
if !(res2.include? '"')
|
585
|
+
"\""+res2+"\""
|
586
|
+
else
|
587
|
+
"%Q{"+res2+"}"
|
588
|
+
end
|
584
589
|
end
|
585
590
|
when "","@","#","##","none","#F"
|
586
591
|
if res.is_a? Array
|
@@ -1793,9 +1793,9 @@ p call
|
|
1793
1793
|
require "dyndoc/common/uv" if @@interactive
|
1794
1794
|
|
1795
1795
|
warn_level = $VERBOSE;$VERBOSE = nil
|
1796
|
-
tex << (@@interactive ? Uv.parse(res.force_encoding("utf-8"), "xhtml", File.join(Uv.syntax_path,"r.syntax") , false, "solarized",false) : res.force_encoding("utf-8") )
|
1796
|
+
tex << (resUV=(@@interactive ? Uv.parse(res.force_encoding("utf-8"), "xhtml", File.join(Uv.syntax_path,"r.syntax") , false, "solarized",false) : res.force_encoding("utf-8") ))
|
1797
1797
|
$VERBOSE = warn_level
|
1798
|
-
#Dyndoc.warn "rverb:result",
|
1798
|
+
#Dyndoc.warn "rverb:result",resUV
|
1799
1799
|
@rEnvir.shift if inR
|
1800
1800
|
filter.outType=nil
|
1801
1801
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dyndoc-ruby-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CQLS
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: configliere
|