Package: ruby-haml / 7.2.0-1

Metadata

Package Version Patches format
ruby-haml 7.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Don t use bundler when running tests.patch | (download)

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

 don't use bundler when running tests

0003 drop git usage in gemspec.patch | (download)

haml.gemspec | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 drop git usage in gemspec

0004 line_number_test don t test coffee script.patch | (download)

test/haml/line_number_test.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 line_number_test: don't test coffee-script


0005 Replace fragile encoding test with UTF 8 assertion.patch | (download)

test/haml/rails_template_test.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace fragile encoding test with utf-8 assertion

The previous test asserted that rendered output matched
Encoding.default_external, which can vary across environments (e.g.,
US-ASCII in CI vs UTF-8 locally), causing inconsistent results.

The test has been replaced with a direct assertion that the rendered
output is UTF-8 encoded, the expected encoding for Rails views.