sappho-data-publisher 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,12 @@ module Sappho
50
50
 
51
51
  class Empty < Liquid::Block
52
52
 
53
+ def initialize tag_name, markup, tokens
54
+ super
55
+ end
56
+
53
57
  def render context
58
+ super
54
59
  ''
55
60
  end
56
61
 
@@ -6,7 +6,7 @@
6
6
  module Sappho
7
7
  module Data
8
8
  module Publisher
9
- VERSION = "0.1.5"
9
+ VERSION = "0.1.6"
10
10
  HOMEPAGE = "https://github.com/sappho/sappho-data-publisher/wiki"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sappho-data-publisher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Heald