Package: ruby-fast-gettext / 0.9.0-1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-fast-gettext | 0.9.0-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 fix rspec requires.patch | (download) |
spec/spec_helper.rb |
1 1 + 0 - 0 ! |
fix rspec requires |
0002 skip safe mode test.patch | (download) |
spec/fast_gettext/translation_repository/mo_spec.rb |
6 0 + 6 - 0 ! |
skip safe mode test This test produces a false negative when run under /tmp, making it impossible to build this package with cowbuilder and the like. |
0003 fix tests with ruby calls.patch | (download) |
spec/fast_gettext/vendor/iconv_spec.rb |
4 3 + 1 - 0 ! |
fix tests with ruby calls |
0004 Properly handle PO files encoding in PoFile.to_mo_fi.patch | (download) |
lib/fast_gettext/po_file.rb |
2 1 + 1 - 0 ! |
properly handle po files encoding in pofile.to_mo_file |
0005 remove bogus tests.patch | (download) |
spec/fast_gettext/vendor/string_spec.rb |
17 0 + 17 - 0 ! |
remove bogus tests These tests should not be passing. Yet they do. Something is wrong and it's unclear what to do. So let's remove the tests that we can't trust. |
0006 remove test that requires rspec3.patch | (download) |
spec/fast_gettext/translation_repository/db_spec.rb |
22 0 + 22 - 0 ! |
remove test that requires rspec3 This test uses failure_message method that is only available in rspec-expectations >= 3.0.0. Once RSpec 3 is packaged for Debian, this patch should be removed. |