dyndoc-ruby-core 1.2.3 → 1.2.4
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/scanner.rb +2 -2
- data/lib/dyndoc/base/tmpl/parse_do.rb +4 -3
- metadata +2 -5
- data/dyndoc/.DS_Store +0 -0
- data/dyndoc/Tools/.DS_Store +0 -0
- data/dyndoc/Tools/Web/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 908491605d36117470ce330d56970d32da53676d
|
4
|
+
data.tar.gz: 9a0559e127320a90f93fffb8b5b58af3d5cb81f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d0afa34b8a8006ed3938db15bfd0f6ee6d77068bae711b643cc377fad00b3f0cd5928a41a4c114050ea889580a2c710d2064907e0d8df5e8b203aa18294ae56
|
7
|
+
data.tar.gz: 05b05760915dd32712c58ef6e8bf92e72e7da0bd3f56e40da1a5f35386ec43cea154272a8b5a0493affdb1735b91ff4d643df7045db8c2b5d7ff3dd8e81cb2eb
|
data/lib/dyndoc/base/scanner.rb
CHANGED
@@ -275,7 +275,7 @@ module Dyndoc
|
|
275
275
|
init_tag(@tag_type) if [:dtag].include? @tag_type
|
276
276
|
end
|
277
277
|
|
278
|
-
@@tagblck_set=[:<<,:<,:do,:>>,:>,:">!",:out,:nl,:"\\n",:"r<",:"R<",:"rb<",:"m<",:"M<",:"jl<",:"r>>",:"R>>",:rverb,:"rb>>",:rbverb,:"jl>>",:jlverb,:rout,:"r>",:"R>",:"rb>",:"m>",:"M>",:"jl>",:"_<",:"_>",:"__>",:"html>",:"tex>",:"txtl>",:"ttm>",:"md>",:"adoc>",:tag,:"??",:"?",:yield,:"=",:"-",:+,:"%"]
|
278
|
+
@@tagblck_set=[:<<,:<,:do,:>>,:>,:">!",:out,:nl,:"\\n",:"r<",:"R<",:"rb<",:"m<",:"M<",:"jl<",:"r>>",:"R>>",:rverb,:"rb>>",:rbverb,:"jl>>",:jlverb,:rout,:"r>",:"R>",:"rb>",:"m>",:"M>",:"jl>",:"_<",:"_>",:"__>",:"html>",:"tex>",:"txtl>",:"ttm>",:"md>",:"adoc>",:tag,:"??",:"?",:yield,:"=",:"-",:+,:"%",:"tex=",:"tex+",:"md=",:"md+",:"adoc=",:"adoc+",:"html=",:"html+",:"rb=",:"rb+",:"R=",:"R+",:"jl=",:"jl+",:"txtl=",:"txtl+"]
|
279
279
|
#Rmk: when a symbol is included in another one, you have to place it before! Ex: :>> before :> and also :<< before :<
|
280
280
|
|
281
281
|
@@tagblck_dyndoc_set = [:main,:content,:before,:after,:require,:helpers,:preamble,:postamble,:style,:title,:path,:first,:last,:default,:cfg]
|
@@ -512,7 +512,7 @@ module Dyndoc
|
|
512
512
|
else
|
513
513
|
@dtag[:named_tag][key][:tag].sub("_TAG_",Regexp.escape( key.to_s ))
|
514
514
|
end
|
515
|
-
|
515
|
+
else
|
516
516
|
return Regexp.escape(key.to_s)
|
517
517
|
end
|
518
518
|
end
|
@@ -502,7 +502,8 @@ p [vars,b2]
|
|
502
502
|
parse(b2,filter)
|
503
503
|
filter.outType=nil
|
504
504
|
end
|
505
|
-
|
505
|
+
#equivalent of :var but DO NOT USE :var
|
506
|
+
when :"=",:"tex=",:"md=",:"adoc=",:"txtl=",:"html=",:"rb=",:"R=",:"jl="
|
506
507
|
i,*b2=next_block(blck,i)
|
507
508
|
if cond_tag and cond
|
508
509
|
#puts "=:b2";p b2
|
@@ -516,7 +517,7 @@ p [vars,b2]
|
|
516
517
|
#puts "-:b2"
|
517
518
|
parse(b2,filter).strip.split(",").each{|key| @vars.remove(key)}
|
518
519
|
end
|
519
|
-
when
|
520
|
+
when :+,:"tex+",:"md+",:"adoc+",:"txtl+",:"html+",:"rb+",:"R+",:"jl+"
|
520
521
|
##Dyndoc.warn "+:-1:block",[i,blck]
|
521
522
|
i,*b2=next_block(blck,i)
|
522
523
|
##Dyndoc.warn "+:0:i,b2",[i,b2]
|
@@ -569,7 +570,7 @@ p [vars,b2]
|
|
569
570
|
#puts "varNew:#{var}";p @vars.extract_raw(var)
|
570
571
|
end
|
571
572
|
end
|
572
|
-
|
573
|
+
when :out,:>,:">!" # :>! is in some sense equivalent of :set
|
573
574
|
i,*b2=next_block(blck,i)
|
574
575
|
#puts "block >, cond_tag, cond";p cond_tag ;p cond
|
575
576
|
if cond_tag and cond and !b2.empty?
|
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.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CQLS
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: configliere
|
@@ -187,13 +187,10 @@ files:
|
|
187
187
|
- share/R/tools/dynArray.R
|
188
188
|
- share/R/tools/dynCapture.R
|
189
189
|
- share/R/tools/dynMsys2.R
|
190
|
-
- dyndoc/.DS_Store
|
191
190
|
- dyndoc/Dyn/.postload
|
192
191
|
- dyndoc/Dyn/.preload
|
193
192
|
- dyndoc/Tex/.postload
|
194
193
|
- dyndoc/Tex/.preload
|
195
|
-
- dyndoc/Tools/.DS_Store
|
196
|
-
- dyndoc/Tools/Web/.DS_Store
|
197
194
|
homepage: http://cqls.upmf-grenoble.fr
|
198
195
|
licenses:
|
199
196
|
- MIT
|
data/dyndoc/.DS_Store
DELETED
Binary file
|
data/dyndoc/Tools/.DS_Store
DELETED
Binary file
|
data/dyndoc/Tools/Web/.DS_Store
DELETED
Binary file
|