[DRE-commits] [ruby-maruku] 04/04: Merge tag 'upstream/0.7.1'

Jonas Genannt jonas at brachium-system.net
Sat Feb 15 21:01:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-maruku.

commit f6ee5a661f8dc146fb97de9412b3f835e11495ce
Merge: 0f1cc75 8736977
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sat Feb 15 21:56:00 2014 +0100

    Merge tag 'upstream/0.7.1'
    
    Upstream version 0.7.1
    
    # gpg: Signature made Sat 15 Feb 2014 09:55:55 PM CET using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    
    * tag 'upstream/0.7.1':
      Imported Upstream version 0.7.1

 MIT-LICENSE.txt                                    |   20 +
 Rakefile                                           |   73 -
 bin/marudown                                       |   29 -
 bin/maruku                                         |  305 ++--
 bin/marutest                                       |  345 ----
 bin/marutex                                        |   31 +-
 checksums.yaml.gz                                  |  Bin 0 -> 270 bytes
 checksums.yaml.gz.sig                              |  Bin 0 -> 256 bytes
 data.tar.gz.sig                                    |  Bin 0 -> 256 bytes
 data/entities.xml                                  |  261 +++
 docs/changelog.md                                  |  334 ----
 docs/markdown_syntax.md                            |   30 +-
 docs/math.md                                       |   32 +-
 lib/maruku.rb                                      |  142 +-
 lib/maruku/attributes.rb                           |  323 ++--
 lib/maruku/defaults.rb                             |  112 +-
 lib/maruku/document.rb                             |   43 +
 lib/maruku/element.rb                              |  127 ++
 lib/maruku/errors.rb                               |   71 +
 lib/maruku/errors_management.rb                    |   92 -
 lib/maruku/ext/div.rb                              |  218 ++-
 lib/maruku/ext/fenced_code.rb                      |   97 +
 lib/maruku/ext/math.rb                             |   48 +-
 lib/maruku/ext/math/elements.rb                    |   46 +-
 lib/maruku/ext/math/latex_fix.rb                   |   12 -
 lib/maruku/ext/math/mathml_engines/blahtex.rb      |  196 +-
 lib/maruku/ext/math/mathml_engines/itex2mml.rb     |   59 +-
 lib/maruku/ext/math/mathml_engines/none.rb         |   30 +-
 lib/maruku/ext/math/mathml_engines/ritex.rb        |    6 +-
 lib/maruku/ext/math/parsing.rb                     |  220 ++-
 lib/maruku/ext/math/to_html.rb                     |  364 ++--
 lib/maruku/ext/math/to_latex.rb                    |   51 +-
 lib/maruku/helpers.rb                              |  415 ++---
 lib/maruku/html.rb                                 |  251 +++
 lib/maruku/input/charsource.rb                     |  591 +++---
 lib/maruku/input/extensions.rb                     |  125 +-
 lib/maruku/input/html_helper.rb                    |  422 +++--
 lib/maruku/input/linesource.rb                     |  200 +--
 lib/maruku/input/mdline.rb                         |  131 ++
 lib/maruku/input/parse_block.rb                    | 1340 +++++++-------
 lib/maruku/input/parse_doc.rb                      |  362 ++--
 lib/maruku/input/parse_span.rb                     |  657 +++++++
 lib/maruku/input/parse_span_better.rb              |  746 --------
 lib/maruku/input/rubypants.rb                      |  341 ++--
 lib/maruku/input/type_detection.rb                 |  147 --
 lib/maruku/inspect_element.rb                      |   60 +
 lib/maruku/maruku.rb                               |   44 +-
 lib/maruku/output/entity_table.rb                  |   33 +
 lib/maruku/output/s5/fancy.rb                      |  924 +++++-----
 lib/maruku/output/s5/to_s5.rb                      |  250 ++-
 lib/maruku/output/to_html.rb                       | 1890 ++++++++++----------
 lib/maruku/output/to_latex.rb                      | 1127 ++++++------
 lib/maruku/output/to_latex_entities.rb             |  367 ----
 lib/maruku/output/to_latex_strings.rb              |   64 -
 lib/maruku/output/to_markdown.rb                   |  369 ++--
 lib/maruku/output/to_s.rb                          |   62 +-
 lib/maruku/string_utils.rb                         |  308 ++--
 lib/maruku/structures.rb                           |  167 --
 lib/maruku/structures_inspect.rb                   |   87 -
 lib/maruku/structures_iterators.rb                 |   61 -
 lib/maruku/tests/benchmark.rb                      |   82 -
 lib/maruku/tests/new_parser.rb                     |  373 ----
 lib/maruku/tests/tests.rb                          |  136 --
 lib/maruku/toc.rb                                  |  381 ++--
 lib/maruku/usage/example1.rb                       |   33 -
 lib/maruku/version.rb                              |   71 +-
 maruku_gem.rb                                      |   33 -
 metadata.gz.sig                                    |    3 +
 metadata.yml                                       |  433 ++---
 spec/block_docs/abbrev.md                          |  776 ++++++++
 .../unittest => spec/block_docs}/abbreviations.md  |   31 +-
 {tests/unittest => spec/block_docs}/alt.md         |   16 +-
 .../unittest/pending => spec/block_docs}/amps.md   |   14 +-
 spec/block_docs/attribute_sanitize.md              |   22 +
 .../block_docs}/attributes/att2.md                 |   12 -
 .../block_docs}/attributes/att3.md                 |   16 +-
 .../block_docs}/attributes/attributes.md           |   28 +-
 .../block_docs}/attributes/circular.md             |   12 -
 .../block_docs}/attributes/default.md              |   14 +-
 spec/block_docs/auto_cdata.md                      |   48 +
 {tests/unittest => spec/block_docs}/blank.md       |   12 -
 .../unittest => spec/block_docs}/blanks_in_code.md |   31 +-
 .../unittest/loss.md => spec/block_docs/bug_def.md |   24 +-
 {tests/unittest => spec/block_docs}/bug_table.md   |   26 +-
 {tests/unittest => spec/block_docs}/code.md        |   21 +-
 {tests/unittest => spec/block_docs}/code2.md       |   18 +-
 {tests/unittest => spec/block_docs}/code3.md       |   28 +-
 spec/block_docs/code4.md                           |   79 +
 {tests/unittest => spec/block_docs}/data_loss.md   |   16 +-
 spec/block_docs/div_without_newline.md             |   16 +
 {tests/unittest => spec/block_docs}/divs/div1.md   |   12 -
 {tests/unittest => spec/block_docs}/divs/div2.md   |   12 -
 .../unittest => spec/block_docs}/divs/div3_nest.md |   18 +-
 {tests/unittest => spec/block_docs}/easy.md        |   14 +-
 spec/block_docs/email.md                           |   29 +
 spec/block_docs/empty_cells.md                     |   31 +
 .../block_docs}/encoding/iso-8859-1.md             |   15 +-
 .../unittest => spec/block_docs}/encoding/utf-8.md |   12 -
 {tests/unittest => spec/block_docs}/entities.md    |   74 +-
 .../unittest/notyet => spec/block_docs}/escape.md  |   16 +-
 {tests/unittest => spec/block_docs}/escaping.md    |   33 +-
 {tests/unittest => spec/block_docs}/extra_dl.md    |   15 +-
 .../block_docs}/extra_header_id.md                 |   34 +-
 .../unittest => spec/block_docs}/extra_table1.md   |   30 +-
 spec/block_docs/fenced_code_blocks.md              |   58 +
 spec/block_docs/fenced_code_blocks_highlighted.md  |   17 +
 {tests/unittest => spec/block_docs}/footnotes.md   |   36 +-
 spec/block_docs/footnotes2.md                      |   81 +
 spec/block_docs/hard.md                            |   25 +
 spec/block_docs/header_after_par.md                |   62 +
 {tests/unittest => spec/block_docs}/headers.md     |   28 +-
 .../unittest => spec/block_docs}/hex_entities.md   |   25 +-
 {tests/unittest => spec/block_docs}/hrule.md       |   17 +-
 {tests/unittest => spec/block_docs}/html3.md       |   14 +-
 {tests/unittest => spec/block_docs}/html4.md       |   16 +-
 {tests/unittest => spec/block_docs}/html5.md       |   16 +-
 spec/block_docs/html_block_in_para.md              |   22 +
 spec/block_docs/html_inline.md                     |   25 +
 spec/block_docs/html_trailing.md                   |   31 +
 spec/block_docs/ie.md                              |   62 +
 .../tab_is_blank.md => spec/block_docs/iframe.md   |   27 +-
 spec/block_docs/ignore_bad_header.md               |    9 +
 {tests/unittest => spec/block_docs}/images.md      |   50 +-
 {tests/unittest => spec/block_docs}/images2.md     |   24 +-
 {tests/unittest => spec/block_docs}/inline_html.md |  104 +-
 .../unittest => spec/block_docs}/inline_html2.md   |   14 +-
 spec/block_docs/inline_html_beginning.md           |   10 +
 spec/block_docs/issue106.md                        |   78 +
 spec/block_docs/issue115.md                        |   20 +
 spec/block_docs/issue117.md                        |   13 +
 spec/block_docs/issue120.md                        |   48 +
 spec/block_docs/issue123.md                        |   11 +
 spec/block_docs/issue124.md                        |   16 +
 spec/block_docs/issue20.md                         |    9 +
 spec/block_docs/issue26.md                         |   22 +
 spec/block_docs/issue29.md                         |    9 +
 spec/block_docs/issue30.md                         |   30 +
 spec/block_docs/issue31.md                         |   25 +
 spec/block_docs/issue40.md                         |   52 +
 spec/block_docs/issue64.md                         |   55 +
 spec/block_docs/issue67.md                         |   19 +
 spec/block_docs/issue70.md                         |   11 +
 spec/block_docs/issue72.md                         |   17 +
 spec/block_docs/issue74.md                         |   38 +
 spec/block_docs/issue79.md                         |   15 +
 spec/block_docs/issue83.md                         |   13 +
 spec/block_docs/issue85.md                         |   25 +
 spec/block_docs/issue88.md                         |   19 +
 spec/block_docs/issue89.md                         |   12 +
 spec/block_docs/issue90.md                         |   38 +
 .../unittest/pending => spec/block_docs}/link.md   |   39 +-
 {tests/unittest => spec/block_docs}/links.md       |   65 +-
 spec/block_docs/links2.md                          |   21 +
 {tests/unittest => spec/block_docs}/list1.md       |   12 -
 {tests/unittest => spec/block_docs}/list12.md      |   16 +-
 {tests/unittest => spec/block_docs}/list2.md       |   16 +-
 spec/block_docs/list_multipara.md                  |   42 +
 {tests/unittest => spec/block_docs}/lists.md       |   57 +-
 {tests/unittest => spec/block_docs}/lists10.md     |   16 +-
 .../unittest/loss.md => spec/block_docs/lists11.md |   29 +-
 spec/block_docs/lists12.md                         |   43 +
 spec/block_docs/lists13.md                         |   55 +
 spec/block_docs/lists14.md                         |   61 +
 spec/block_docs/lists15.md                         |   36 +
 spec/block_docs/lists6.md                          |   88 +
 spec/block_docs/lists7b.md                         |   58 +
 spec/block_docs/lists9.md                          |   53 +
 .../block_docs}/lists_after_paragraph.md           |   44 +-
 spec/block_docs/lists_blank.md                     |   35 +
 .../block_docs/lists_blockquote_code.md            |   16 +-
 .../block_docs/lists_need_blank_line.md            |   71 +-
 spec/block_docs/lists_nested.md                    |   44 +
 spec/block_docs/lists_nested_blankline.md          |   34 +
 spec/block_docs/lists_nested_deep.md               |   43 +
 {tests/unittest => spec/block_docs}/lists_ol.md    |   99 +-
 spec/block_docs/lists_paraindent.md                |   42 +
 spec/block_docs/lists_tab.md                       |   54 +
 spec/block_docs/loss.md                            |   17 +
 spec/block_docs/math-blahtex/equations.md          |   29 +
 spec/block_docs/math-blahtex/inline.md             |   48 +
 spec/block_docs/math-blahtex/math2.md              |   52 +
 spec/block_docs/math-blahtex/table.md              |   25 +
 spec/block_docs/math/embedded_invalid_svg.md       |  108 ++
 spec/block_docs/math/embedded_svg.md               |  136 ++
 spec/block_docs/math/equations.md                  |   49 +
 spec/block_docs/math/inline.md                     |   46 +
 spec/block_docs/math/math2.md                      |   53 +
 .../unittest => spec/block_docs}/math/notmath.md   |   12 -
 spec/block_docs/math/raw_mathml.md                 |   87 +
 spec/block_docs/math/spaces_after_inline_math.md   |   17 +
 spec/block_docs/math/table.md                      |   25 +
 {tests/unittest => spec/block_docs}/math/table2.md |   34 +-
 {tests/unittest => spec/block_docs}/misc_sw.md     |  299 ++--
 {tests/unittest => spec/block_docs}/olist.md       |   24 +-
 {tests/unittest => spec/block_docs}/one.md         |   12 -
 {tests/unittest => spec/block_docs}/paragraph.md   |   12 -
 .../block_docs}/paragraph_rules/dont_merge_ref.md  |   16 +-
 .../block_docs}/paragraph_rules/tab_is_blank.md    |   12 -
 {tests/unittest => spec/block_docs}/paragraphs.md  |   14 +-
 .../block_docs}/recover/recover_links.md           |   20 +-
 .../ref.md => spec/block_docs/ref_with_period.md   |   23 +-
 spec/block_docs/ref_with_title.md                  |   22 +
 .../block_docs}/references/long_example.md         |   39 +-
 .../block_docs}/references/spaces_and_numbers.md   |   12 -
 {tests/unittest => spec/block_docs}/smartypants.md |   55 +-
 {tests/unittest => spec/block_docs}/syntax_hl.md   |   30 +-
 .../block_docs}/table_attributes.md                |   26 +-
 spec/block_docs/table_colspan.md                   |   41 +
 spec/block_docs/tables.md                          |   47 +
 spec/block_docs/tables2.md                         |   74 +
 {tests/unittest => spec/block_docs}/test.md        |   14 +-
 .../unittest/notyet => spec/block_docs}/ticks.md   |   14 +-
 spec/block_docs/toc.md                             |   87 +
 .../notyet => spec/block_docs}/triggering.md       |   39 +-
 .../block_docs}/underscore_in_words.md             |   12 -
 {tests/unittest => spec/block_docs}/wrapping.md    |   20 +-
 spec/block_docs/xml.md                             |   33 +
 spec/block_docs/xml3.md                            |   24 +
 spec/block_docs/xml_comments.md                    |   32 +
 .../block_docs}/xml_instruction.md                 |   29 +-
 spec/block_spec.rb                                 |  110 ++
 spec/cli_spec.rb                                   |    8 +
 spec/span_spec.rb                                  |  256 +++
 spec/spec_helper.rb                                |    3 +
 spec/to_html_utf8_spec.rb                          |   13 +
 tests/bugs/code_in_links.md                        |  101 --
 tests/bugs/complex_escaping.md                     |   38 -
 tests/math/syntax.md                               |   46 -
 tests/math_usage/document.md                       |   13 -
 tests/others/abbreviations.md                      |   11 -
 tests/others/blank.md                              |    4 -
 tests/others/code.md                               |    5 -
 tests/others/code2.md                              |    8 -
 tests/others/code3.md                              |   16 -
 tests/others/email.md                              |    4 -
 tests/others/entities.md                           |   19 -
 tests/others/escaping.md                           |   16 -
 tests/others/extra_dl.md                           |  101 --
 tests/others/extra_header_id.md                    |   13 -
 tests/others/extra_table1.md                       |   40 -
 tests/others/footnotes.md                          |   17 -
 tests/others/headers.md                            |   10 -
 tests/others/hrule.md                              |   10 -
 tests/others/images.md                             |   20 -
 tests/others/inline_html.md                        |   42 -
 tests/others/links.md                              |   38 -
 tests/others/list1.md                              |    4 -
 tests/others/list2.md                              |    5 -
 tests/others/list3.md                              |    8 -
 tests/others/lists.md                              |   32 -
 tests/others/lists_after_paragraph.md              |   44 -
 tests/others/lists_ol.md                           |   39 -
 tests/others/misc_sw.md                            |  105 --
 tests/others/one.md                                |    1 -
 tests/others/paragraphs.md                         |   13 -
 tests/others/sss06.md                              |  352 ----
 tests/others/test.md                               |    4 -
 tests/s5/s5profiling.md                            |   48 -
 tests/unittest/bug_def.md                          |   28 -
 tests/unittest/email.md                            |   32 -
 tests/unittest/hang.md                             |   29 -
 tests/unittest/html2.md                            |   34 -
 tests/unittest/ie.md                               |   61 -
 tests/unittest/links2.md                           |   34 -
 tests/unittest/lists11.md                          |   28 -
 tests/unittest/lists6.md                           |   53 -
 tests/unittest/lists9.md                           |   76 -
 tests/unittest/math/equations.md                   |   86 -
 tests/unittest/math/inline.md                      |   58 -
 tests/unittest/math/math2.md                       |   57 -
 tests/unittest/math/table.md                       |   37 -
 tests/unittest/notyet/header_after_par.md          |   70 -
 tests/unittest/pending/empty_cells.md              |   49 -
 tests/unittest/red_tests/abbrev.md                 | 1388 --------------
 tests/unittest/red_tests/lists7.md                 |   68 -
 tests/unittest/red_tests/lists7b.md                |  128 --
 tests/unittest/red_tests/lists8.md                 |   76 -
 tests/unittest/red_tests/xml.md                    |   70 -
 tests/unittest/xml2.md                             |   31 -
 tests/unittest/xml3.md                             |   38 -
 tests/utf8-files/simple.md                         |    1 -
 unit_test_block.sh                                 |    5 -
 unit_test_span.sh                                  |    3 -
 283 files changed, 12448 insertions(+), 14494 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-maruku.git



More information about the Pkg-ruby-extras-commits mailing list