martile 0.6.36 → 0.6.37

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: 2babcb4af6b1c90849039f76e59037d11f46a9c2
4
- data.tar.gz: 456642657af1621bcb641b71f9b60c0c0c646f6d
3
+ metadata.gz: ce1d725e6741563cb5b00968413be8c8981b71c6
4
+ data.tar.gz: 90955ee07ce663269c9e7f5d644fcc15cf575c71
5
5
  SHA512:
6
- metadata.gz: ccdf45c7b095e647689052567c7b132b6498917c281bcd6527e668f86d225df3bfd82ff9d055707618f129488c49a3e0fad6577f33f7da1582ac803d2cbf142f
7
- data.tar.gz: 4b31eab5617f7b4fc78c67c044d93eb92f61eba316af13e3e0d51947cb83a263d62231a2223c413ad3e6857d571f0a1eef090faf5212e70e36465ecacba89ea9
6
+ metadata.gz: 057427ca9d6a7ff8c9c848a97d3d3a93b911b78ac2aaffd5878676aa006bf7bf206ebb20cf5884157ffad26bb1d8dc669507ec536f1b584f41222739fd224ce9
7
+ data.tar.gz: bf200b7e2d78294fae10f2b9f4f1741ed84611a997db81c5e3665d726c4ad1f17cc706ba4eb8fcf7716e85d037e3c9809be6ba0d6e1df3a5e69afae97bbc0c01
@@ -1,3 +1,3 @@
1
- ��ȃtyerӶM+h��dpNV��P,�p�/-���#�X��T���]
2
- b_yuL�"n�Z4@q��}(��V ףh���w�ݤW+�k �W�:s�.Q�byD�g��?#ְ�9b[�7WJ�R����,�ZM�/~$�ۏd�c�s��eyÎ!��._�lId����v��N�j��2�cX\�����w� "�?����_aw
3
- ���^m7/�y�>����﵀| +��`8\U)qH�ۇ���3�� w��
1
+ (>���l�� ��_WTZ�����Y�����_�5��4�q�<��(��l٣8(3+ࣾ�j���6�>�8+1��{��+ I��-�1��P���E&�� ��k��k����1�+ �'������$��1�x�C�X���AG�
2
+ �2�ᘪPUI��&"����te���{MH<��B[�����9�������=L-�M{�#�� 3CX'Q�Z xfͦ3��Mݮ
3
+ �*�SgI��*���%��$�1���o3
data.tar.gz.sig CHANGED
Binary file
@@ -9,7 +9,9 @@ require 'rdiscount'
9
9
  require 'kvx'
10
10
 
11
11
 
12
- # feature: 28-May-2017 An embeded Dynarex table contents are now rendered to
12
+ # feature: 28-May-2017 Return characters are now stripped out.
13
+
14
+ # An embeded Dynarex table contents are now rendered to
13
15
  # Markdown by default
14
16
  # feature: 11-Mar-2017 A details and summary tag can now be generated from +>
15
17
  # e.g.
@@ -48,6 +50,7 @@ class Martile
48
50
 
49
51
  @ignore_domainlabel = ignore_domainlabel
50
52
 
53
+ raw_s.gsub!("\r",'')
51
54
 
52
55
  s0 = raw_s =~ /^__DATA__$/ ? parse__data__(raw_s) : raw_s
53
56
  #puts 's0: ' + s0.inspect
@@ -583,4 +586,4 @@ class Martile
583
586
  s.gsub(/\B(\* +)([^\n]+)\s+(https?:\/\/.*)/,'\1[\2](\3)')
584
587
 
585
588
  end
586
- end
589
+ end
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: 0.6.36
4
+ version: 0.6.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file