Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Haml 6.x #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

braindeaf
Copy link

Added support for Haml 6.x. It really boils down to the 6.x change

Haml::Engine.new(str, options)
# ->
Haml::Template.new(options) { str }

@braindeaf braindeaf mentioned this pull request Dec 7, 2023
Copy link
Collaborator

@AlexRiedler AlexRiedler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor change; and then it should be good to go. I haven't had much transaction on working on Ruby in a long time, but will happily release if things look good on this end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants