Skip to content

Commit

Permalink
Finish 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 5, 2023
2 parents f5050e7 + db7eda2 commit 1808edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.2.1
3.2.2
2 changes: 1 addition & 1 deletion lib/rdf/rdfa/writer.rb
Expand Up @@ -764,7 +764,7 @@ def hamlify(template, locals = {})
log_debug {"hamlify locals: #{locals.inspect}"}

haml_opts = @options[:haml_options] || HAML_OPTIONS
haml_runner = if Haml.const_defined?(:Template)
haml_runner = if Haml::VERSION >= "6"
Haml::Template.new(**haml_opts) {template}
else
Haml::Engine.new(template, **haml_opts)
Expand Down

0 comments on commit 1808edb

Please sign in to comment.