martile 0.6.16 → 0.6.17
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 +0 -0
- data.tar.gz.sig +0 -0
- data/lib/martile.rb +1 -3
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec9c4d7ffe7b1be162089cec9ed11ef648718a2f
|
4
|
+
data.tar.gz: 8e659d8e8ba2fbb5bff1fee813ef11bcb02f8e58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8da9e5469d66fbd9757e59b22de97f8d7d65a11fb9015fb5148606791d1ec65f2d4689b7a91a1cace8d541170f8b00568a6ba29ecfb0d3c038e815832170a963
|
7
|
+
data.tar.gz: 00f6e0a7825804c260d71dcaaf1b00b0ffdb8541dd6760d644739157c74dd77bb93ce37321708e87316fc6b23218735f25a72065c07c8b43a3e10e7a3a47abd7
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/martile.rb
CHANGED
@@ -11,8 +11,6 @@ require 'kvx'
|
|
11
11
|
|
12
12
|
# bug fix: 22-Oct-2015 The method apply_filter() is now used
|
13
13
|
# with the section() method
|
14
|
-
# When parsing a code block a new line character on its
|
15
|
-
# own line is now checked for as well as the 4 spaces.
|
16
14
|
# feature: 10-Oct-2015 A hyperlink can now be create from a
|
17
15
|
# list item containing a URL
|
18
16
|
# bug fix: 06-Oct-2015 Can now handle multiple smart links on the same line
|
@@ -185,7 +183,7 @@ class Martile
|
|
185
183
|
|
186
184
|
b =[]
|
187
185
|
|
188
|
-
while s2 =~ /^ {4}
|
186
|
+
while s2 =~ /^ {4}/ do
|
189
187
|
|
190
188
|
a = s2.lines.to_a
|
191
189
|
r = a.take_while{|x| x[/^( {4}|\n)/]}
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|