dyndoc-ruby-core 1.1.5 → 1.1.6

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: e7e699ae1df2492ba472c83057deb0bd10765212
4
- data.tar.gz: f5dd5805a10d6f18b3e8386e0504d5fe31c33029
3
+ metadata.gz: f63739b8d4b4b0a76036cc7c60ce7dae2f02d53b
4
+ data.tar.gz: 6e03518f5b3ff4311b24c575be2e574e475bb635
5
5
  SHA512:
6
- metadata.gz: 8dc3a9f8e07f8cd98f18672317ffaf4a5ef73c5d386251ac38d1491b3460f3741a5dc464932fccdfde72dd7c6c1c352beec02b8c07a21254eb52eb8b8a68eb47
7
- data.tar.gz: ac6811a2ac4e9da93230971d2ee43080aec77909ca9a3fb9b1b16aea6e6854a1b2646ef58c59ba28ed3ec83ec2990e19f680cf8c9cf73d0d55f34765faf9d40f
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
- "\""+res.to_s+"\""
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",res
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.5
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-09 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: configliere