minimal 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ class Minimal::Template
7
7
  class_name, format = template_class_name_and_format(template.identifier)
8
8
  <<-code
9
9
  @output_buffer = ActiveSupport::SafeBuffer.new
10
- template, format = #{class_name}, #{format.inspect}
10
+ template, format = ::#{class_name}, #{format.inspect}
11
11
  template.new(self)._render(local_assigns, format) { |*args| yield(*args) }
12
12
  code
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Minimal
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs