Package: ruby-tilt / 2.0.1-2
Metadata
Package | Version | Patches format |
---|---|---|
ruby-tilt | 2.0.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
force_encoding_erb_test | (download) |
test/tilt_template_test.rb |
3 3 + 0 - 0 ! |
add encoding.default_external to tilt_erbtemplate_test.rb When locate is not set or LANG=C, tilt_erbtemplate_test.rb is failed because ruby can't handling UTF-8 charactor. . This patch Add Encoding.default_external to success test. |
relax haml version.patch | (download) |
Gemfile |
2 1 + 1 - 0 ! |
relax the requirement on haml gem |
disable less.patch | (download) |
Gemfile |
2 1 + 1 - 0 ! |
disable requirement of less gem which is not yet packaged |
disable markaby.patch | (download) |
Gemfile |
2 1 + 1 - 0 ! |
disable requirement of markaby gem which is not yet packaged |
disable radius.patch | (download) |
Gemfile |
2 1 + 1 - 0 ! |
disable requirement of radius gem which is not yet packaged |
disable therubyracer.patch | (download) |
Gemfile |
2 1 + 1 - 0 ! |
disable requirement of therubyracer gem which is not yet packaged |
remove bundler.patch | (download) |
test/test_helper.rb |
4 2 + 2 - 0 ! |
remove the use of bundler while running tests |
set available locales.patch | (download) |
test/test_helper.rb |
2 2 + 0 - 0 ! |
set available locales for tests |
disable failing test.patch | (download) |
test/tilt_asciidoctor_test.rb |
8 4 + 4 - 0 ! |
disable a failing test One of the tests fail in a weird way, which may be attributed to the fact that upstream nokogiri uses a patched libxml2. Disabled it. |