martile 1.6.0 → 1.6.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: 7d3ab78de8a4d9850bfa761d854aaf74cffd171460fd180fcf3ddf6e8efe8160
4
- data.tar.gz: 6a0eef0587235ad3ba678ac9768da530c12ae92ac124c2cdbd10669cbbfa7974
3
+ metadata.gz: 496f54295700a1ca4087371ae7e27477acb08055d4480ae399055c254470d5dd
4
+ data.tar.gz: 6b866685fd61c6198174862a4532a8510c491411951ab5265e4dca219af2796c
5
5
  SHA512:
6
- metadata.gz: d2a98fa9650b4d95e83d016cdaea0f7ff846c93c3893cf55501602acaf8232ac10226298da32f8fea14ad0b8bf01f147ea66093c50ab02e65893481d288fbcd0
7
- data.tar.gz: a26ab46af82bcea4e721f04d163a333945c46c55af3ed80ea13935e79d1eb3a91cef2535a264115573b9e649a909bf1c6c5a583617c959a1f84472599c0a2f4b
6
+ metadata.gz: b6204a6b4d9591dba3c33b42bbf6cbb32b59ee5856c2d6c0f066c48fe989b4e878fb5918960235f4acead66234bd651d19def9b5920d40e20a8b786db2831304
7
+ data.tar.gz: 5cf92d7d39b85a13a26396dd47b3ab77fd057269d718902d80be0729bad060349fc226e71541e7d0f4d94e04fa239ebcccbc94972bf1d84ed457558027281b93
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/martile.rb CHANGED
@@ -194,7 +194,8 @@ class Martile
194
194
  puts 's240 : ' + s240.inspect if @debug
195
195
  s245 = s240.gsub(/\{::nomarkdown2\}/,'').gsub(/\{:2\/\}/,'')
196
196
  puts 's245 : ' + s245.inspect if @debug
197
- @to_s = s245.to_s
197
+ s246 = mindwords(s245)
198
+ @to_s = s246.to_s
198
199
 
199
200
  s250 = apply_filter(s245) {|x| nomarkdown x }
200
201
  puts 's250 : ' + s250.inspect if @debug
@@ -206,9 +207,7 @@ class Martile
206
207
  s255 = tabs(s253)
207
208
  puts ('s255 after tabs: ' + s255.inspect).debug if @debug
208
209
 
209
- s256 = mindwords(s255)
210
-
211
- s257 = accordion(s256)
210
+ s257 = accordion(s255)
212
211
  puts 's257 : ' + s257.inspect if @debug
213
212
 
214
213
  toc = false if s257 =~ /class=['"]sidenav['"]>/
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: martile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file