Package: ruby-merb-haml / 1.1.3-3

Metadata

Package Version Patches format
ruby-merb-haml 1.1.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
rspec_rubygems.patch | (download)

spec/spec_helper.rb | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 do not use rubygems, use the new name rspec instead of spec
haml4.patch | (download)

lib/merb-haml/template.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 port to haml 4
 the precompiled_with_ambles method moved from Haml::Engine to Haml::Compiler,
 and every Engine instance has a compiler attribute of that class.
 This is a port of the change of the def_method method in Haml from version 3
 to 4.