musterb 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module Musterb::TemplateHandler
7
7
 
8
8
  def self.call(template)
9
9
  options = {:render_partial_template => method(:render_partial_template)}
10
- options[:initial_context] = "initial_context" if template.locals.include? :initial_context
10
+ options[:initial_context] = "initial_context" if template.locals.include? "initial_context"
11
11
  erb = Musterb.to_erb(template.source, options)
12
12
  klass = ActionView::Template::Handlers::ERB
13
13
  klass.erb_implementation.new(erb, :trim => (klass.erb_trim_mode == "-")).src
@@ -1,3 +1,3 @@
1
1
  module Musterb
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musterb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: