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 filePatch | File delta | Description |
---|---|---|
0002 Fix slimbars test.patch | (download) |
test/handlebars_assets/slimbars_test.rb |
5 5 + 0 - 0 ! |
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 ! |
reset path before each test to fix the first one |
0004 require slim haml.patch | (download) |
test/test_helper.rb |
2 2 + 0 - 0 ! |
--- |
0005 Fix syntax for ruby haml 6.patch | (download) |
handlebars_assets.gemspec |
2 1 + 1 - 0 ! |
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 |