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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38673004108870b7a9f1bd3b4cee668cee3bd51d
4
- data.tar.gz: e228ce769699580dcdd6c1b6253bfdaa165c47aa
3
+ metadata.gz: ec9c4d7ffe7b1be162089cec9ed11ef648718a2f
4
+ data.tar.gz: 8e659d8e8ba2fbb5bff1fee813ef11bcb02f8e58
5
5
  SHA512:
6
- metadata.gz: 15b72cd30a8005dac5a27dc40f64ccb1307c4a30e2d9fbdc610bb957865ffbb931b0aff646c80b3291f8838b5544d53ce6ce0e09250e4a18b9cc6f362e59d87f
7
- data.tar.gz: ec677a97b18fd47a0b7a1e47f4cd44224056845eb55a82098c6eb7dc82cf0dffcea0016ea2d4d6a296ebd402ca55d1c1d867f20e75a29a6e564283a24419d96b
6
+ metadata.gz: 8da9e5469d66fbd9757e59b22de97f8d7d65a11fb9015fb5148606791d1ec65f2d4689b7a91a1cace8d541170f8b00568a6ba29ecfb0d3c038e815832170a963
7
+ data.tar.gz: 00f6e0a7825804c260d71dcaaf1b00b0ffdb8541dd6760d644739157c74dd77bb93ce37321708e87316fc6b23218735f25a72065c07c8b43a3e10e7a3a47abd7
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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}|\n/ do
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
@@ -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.16
4
+ version: 0.6.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file