RubyGems
npm
Organizations
Log in
Sign up
RubyGems
martile
Versions diffs
0.1.6 → 0.1.7
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
data/lib/martile.rb
+1
-1
metadata
+1
-1
data/lib/martile.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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