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 filePatch | File delta | Description |
---|---|---|
0001 Remove rubygems require.patch | (download) |
lib/wikicloth.rb |
2 1 + 1 - 0 ! |
remove rubygems require |
0002 Remove gemspec git ls files.patch | (download) |
wikicloth.gemspec |
4 2 + 2 - 0 ! |
remove gemspec git ls-files |
0003 Ignore code coverage test.patch | (download) |
Rakefile |
30 15 + 15 - 0 ! |
ignore code coverage test |
0004 Remove gem explicit versioning.patch | (download) |
test/test_helper.rb |
2 1 + 1 - 0 ! |
remove gem explicit versioning |
0005 Use i18n gem instead of wikicloth i18n.patch | (download) |
lib/wikicloth.rb |
2 2 + 0 - 0 ! |
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 ! |
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 ! |
require wikicloth in examples |