rango 0.1.1.2.3 → 0.1.1.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,7 +64,7 @@ module Rango
64
64
  Rango.logger.debug("Extends call: #{self.supertemplate}")
65
65
  supertemplate = self.class.new(self.supertemplate, self.context)
66
66
  supertemplate.blocks = self.blocks
67
- return supertemplate.render(locals)
67
+ return supertemplate.render(self.scope, locals)
68
68
  end
69
69
  value
70
70
  end
data/lib/rango/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  # NOTE: Do not edit this file manually, this
4
4
  # file is regenerated by task rake version:increase
5
5
  module Rango
6
- VERSION ||= "0.1.1.2.3"
6
+ VERSION ||= "0.1.1.2.4"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rango
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.2.3
4
+ version: 0.1.1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"