tiny_site 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class TinySite
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/tiny_site.rb CHANGED
@@ -5,7 +5,7 @@ require 'haml'
5
5
 
6
6
  class TextileParts
7
7
  def self.parse(tp, image_path='')
8
- return [{:title => '404 not found'},{}] unless tp
8
+ return {:title => '404 not found'} unless tp
9
9
 
10
10
  vars, *parts = tp.split(/^\+{4}|\+{4}$/)
11
11
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tiny_site
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Niko Dittmann