dugway 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,8 @@ module Dugway
29
29
  def render(request, variables={})
30
30
  if html?
31
31
  liquifier = Liquifier.new(request)
32
- rendered_content = liquifier.render(content, variables)
32
+ content_to_render = variables[:page] && variables[:page]['content'] || content
33
+ rendered_content = liquifier.render(content_to_render, variables)
33
34
 
34
35
  if standalone_html?
35
36
  rendered_content
@@ -1,3 +1,3 @@
1
1
  module Dugway
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dugway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-04 00:00:00.000000000 Z
12
+ date: 2013-03-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler