samvincent / jekyll-haml

HAML html converter for Jekyll
MIT License
88 stars 40 forks source link

Fix issue undefined method 'transform' #22

Closed reivaxm closed 7 years ago

reivaxm commented 7 years ago

Simple patch like joallard say to fix with jekyll 3.3.0 and later https://github.com/samvincent/jekyll-haml/issues/19

Rel to #19

joallard commented 7 years ago

But does it make it work?

tomquinonero commented 7 years ago

It seems to work. I got the problem with the version 3.3.1 of jekyll and using following line in my Gemfile resolved it.

gem 'jekyll-haml', :git => 'https://github.com/reivaxm/jekyll-haml.git', :branch => 'fix/jekyll-3.3.0_issue'

reivaxm commented 7 years ago

Yes, it has been tested with jekyll 3.3.0 and 3.3.1 and haml file are correctly generated.

joallard commented 7 years ago

Any chance I can get the commit credit on that source diff? 😉

jlxw commented 7 years ago

@samvincent accept? :)

reivaxm commented 7 years ago

Yes of courses !

samvincent commented 7 years ago

jekyll-haml (0.1.5) released. Thanks guys.