martile 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/martile.rb +1 -1
  2. metadata +1 -1
data/lib/martile.rb CHANGED
@@ -31,7 +31,7 @@ class Martile
31
31
 
32
32
  a = s.lines.to_a
33
33
  r = a.take_while{|x| x[/^( {4}|\n)/]}
34
- exit
34
+
35
35
  if r.join.strip.length > 0 then
36
36
  code_block = "<pre><code>%s</code></pre>" % \
37
37
  a.shift(r.length).map{|x| x.sub(/^ {4}/,'')}.join\
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: martile
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.6
5
+ version: 0.1.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson