martile 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
- checksums.yaml.gz.sig +1 -4
- data.tar.gz.sig +0 -0
- data/lib/martile.rb +5 -3
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d2b76000e2c950ddf7a6abaf498dc37d4cfb2710388d9937f9e4d6802cc7bc4
|
4
|
+
data.tar.gz: 47ddc3637686ade81c70b4b1024c58489f587b67a38aff9c4f6982044f567b67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d314959d51693cdd6e5de3bf147f6e6707b4ad3cae6db97a4419cf93b48c12545bb2cd42f26fd9cec801d9f94b4a8b0802393d5d08b71ca98fa5d0ef7bc48054
|
7
|
+
data.tar.gz: f56891134f64799d263fbdfa36125e36ef7ce7c788ed506975ccb27d7bceaea24b5ba12ffe3f858a218622b665e067bb382a00b9b71d658a89cc07eae186bfba
|
checksums.yaml.gz.sig
CHANGED
@@ -1,4 +1 @@
|
|
1
|
-
|
2
|
-
�42�[K��uj� ��&c+:�s%
|
3
|
-
�^����� W�&2G�xz�~ �W�xM���=�"�j�x;�ǥ�^|�����׆�x�Kg�7��Z�������k3�N~oq���������ug̋���GO��J�3i�Ȥ�<OV�O�I)�g�_���.2 jq���Q�Fj;%b��6s3���2��PH����Yd{
|
4
|
-
���.�l�*'�駬�,su�b!
|
1
|
+
C�������x�W<�"�n%'�4��*�w�U*�n�v������C/���N�r��`%�_-b���;�9 jy`#�_���8���n�PQ zc��~B>60k�6VA!�H�8������8 2!�Mc-�'��o@�p�����jߣ��7�c���rh�:����֬���PH��X#�uh�%i����R���ȗ��l�"��X��v �i��ȅ�{����R�p�a�����bS���������jC2�eD
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/martile.rb
CHANGED
@@ -13,6 +13,8 @@ require 'mindmapdoc'
|
|
13
13
|
require 'flowchartviz'
|
14
14
|
|
15
15
|
|
16
|
+
# bug fix: 25-Feb-2019 The section content is now rendered using to_s
|
17
|
+
# instead of to_html
|
16
18
|
# feature: 16-Feb-2019 A hidden field cam now be rendered using
|
17
19
|
# the syntax [? name: value]
|
18
20
|
# feature: 11-Feb-2019 An apostrophe used between words is now preserved
|
@@ -109,9 +111,9 @@ class Martile
|
|
109
111
|
#puts 's7 : ' + s7.inspect
|
110
112
|
|
111
113
|
s90 = apply_filter(s80) {|x| underline x}
|
112
|
-
puts 's90: ' + s90.inspect if @debug
|
114
|
+
puts ('s90: ' + s90.inspect).debug if @debug
|
113
115
|
s100 = apply_filter(s90) {|x| section x }
|
114
|
-
puts 's100: ' + s100.inspect if @debug
|
116
|
+
puts ('s100: ' + s100.inspect).debug if @debug
|
115
117
|
|
116
118
|
s110 = apply_filter(s100) {|x| smartlink x }
|
117
119
|
|
@@ -744,7 +746,7 @@ class Martile
|
|
744
746
|
r << ["%s%s</section>" %
|
745
747
|
[list[0], \
|
746
748
|
Martile.new(list[1..-1].join, \
|
747
|
-
ignore_domainlabel: @ignore_domainlabel).
|
749
|
+
ignore_domainlabel: @ignore_domainlabel).to_s
|
748
750
|
]
|
749
751
|
]
|
750
752
|
puts ('section | r: ' + r.inspect) if @debug
|
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.1.
|
4
|
+
version: 1.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
h9crBM07TwSkUs7Sqw12Wh0aEldB8f+8+8mRzbWrJxdYt0EC7ZeByVSu26XqSA9a
|
31
31
|
QUQ=
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date: 2019-02-
|
33
|
+
date: 2019-02-25 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: yatoc
|
metadata.gz.sig
CHANGED
Binary file
|