Package: ruby-handlebars-assets / 2:0.23.9+dfsg-1

Metadata

Package Version Patches format
ruby-handlebars-assets 2:0.23.9+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Fix slimbars test.patch | (download)

test/handlebars_assets/slimbars_test.rb | 5 5 + 0 - 0 !
test/test_helper.rb | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 fix slimbars test


0003 Reset path before each test to fix the first one.patch | (download)

test/handlebars_assets/compiling_test.rb | 2 1 + 1 - 0 !
test/handlebars_assets/hamlbars_test.rb | 2 1 + 1 - 0 !
test/handlebars_assets/slimbars_test.rb | 2 1 + 1 - 0 !
test/handlebars_assets/tilt_handlebars_test.rb | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 reset path before each test to fix the first one


0004 require slim haml.patch | (download)

test/test_helper.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
0005 Fix syntax for ruby haml 6.patch | (download)

handlebars_assets.gemspec | 2 1 + 1 - 0 !
lib/handlebars_assets/handlebars_template.rb | 2 1 + 1 - 0 !
test/handlebars_assets/hamlbars_test.rb | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix syntax for ruby-haml 6

The interface of 'Haml::Engine' is changed in version 6:
* before: 'Haml::Engine.new("%p Haml code!").render'
* after:  'Haml::Template.new { "%p Haml code!" }.render'

https://github.com/haml/haml/blob/v6.1.1/CHANGELOG.md?plain=1#L90-L92

Bug-Debian: https://bugs.debian.org/1005631