Package: ruby-wikicloth / 0.8.1+dfsg-2

Metadata

Package Version Patches format
ruby-wikicloth 0.8.1+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove rubygems require.patch | (download)

lib/wikicloth.rb | 2 1 + 1 - 0 !
test/test_helper.rb | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 remove rubygems require


0002 Remove gemspec git ls files.patch | (download)

wikicloth.gemspec | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove gemspec git ls-files


0003 Ignore code coverage test.patch | (download)

Rakefile | 30 15 + 15 - 0 !
1 file changed, 15 insertions(+), 15 deletions(-)

 ignore code coverage test


0004 Remove gem explicit versioning.patch | (download)

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

 remove gem explicit versioning


0005 Use i18n gem instead of wikicloth i18n.patch | (download)

lib/wikicloth.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use i18n gem instead of wikicloth/i18n

Seems like wikicloth/i18n is broken.

See http://github.com/nricciar/wikicloth/issues/61

0006 Rearrange test unit require.patch | (download)

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

 rearrange test/unit require

The require active_support/test_case needs test/unit to be required
first.

0007 Require wikicloth in examples.patch | (download)

examples/info.rb | 3 2 + 1 - 0 !
examples/print.rb | 3 2 + 1 - 0 !
examples/template_extractor.rb | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 3 deletions(-)

 require wikicloth in examples