RedCloth 4.1.1 → 4.1.9

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of RedCloth might be problematic. Click here for more details.

Files changed (41) hide show
  1. data/CHANGELOG +36 -0
  2. data/COPYING +1 -1
  3. data/README +32 -17
  4. data/Rakefile +1 -0
  5. data/RedCloth.gemspec +4 -7
  6. data/ext/redcloth_scan/redcloth.h +53 -22
  7. data/ext/redcloth_scan/redcloth_attributes.c +176 -172
  8. data/ext/redcloth_scan/redcloth_attributes.c.rl +2 -3
  9. data/ext/redcloth_scan/redcloth_attributes.java.rl +5 -6
  10. data/ext/redcloth_scan/redcloth_attributes.rl +2 -2
  11. data/ext/redcloth_scan/redcloth_common.rl +5 -1
  12. data/ext/redcloth_scan/redcloth_inline.c +14485 -7298
  13. data/ext/redcloth_scan/redcloth_inline.c.rl +48 -14
  14. data/ext/redcloth_scan/redcloth_inline.java.rl +36 -4
  15. data/ext/redcloth_scan/redcloth_inline.rl +11 -12
  16. data/ext/redcloth_scan/redcloth_scan.c +6436 -6228
  17. data/ext/redcloth_scan/redcloth_scan.c.rl +12 -14
  18. data/ext/redcloth_scan/redcloth_scan.java.rl +25 -3
  19. data/ext/redcloth_scan/redcloth_scan.rl +7 -12
  20. data/lib/redcloth/formatters/base.rb +26 -20
  21. data/lib/redcloth/formatters/html.rb +22 -30
  22. data/lib/redcloth/formatters/latex.rb +45 -17
  23. data/lib/redcloth/textile_doc.rb +1 -3
  24. data/lib/redcloth/version.rb +1 -1
  25. data/test/basic.yml +16 -2
  26. data/test/code.yml +6 -7
  27. data/test/html.yml +15 -1
  28. data/test/images.yml +23 -0
  29. data/test/links.yml +27 -1
  30. data/test/lists.yml +19 -1
  31. data/test/table.yml +73 -4
  32. data/test/test_custom_tags.rb +13 -1
  33. data/test/test_erb.rb +1 -1
  34. data/test/test_extensions.rb +1 -1
  35. data/test/test_formatters.rb +1 -1
  36. data/test/test_parser.rb +1 -1
  37. data/test/test_restrictions.rb +1 -1
  38. data/test/textism.yml +1 -1
  39. data/test/threshold.yml +1 -3
  40. data/test/validate_fixtures.rb +2 -1
  41. metadata +6 -15

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.