[DRE-commits] [ruby-org] 01/09: Merge tag 'upstream/0.9.12'

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 16 17:37:08 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-org.

commit 80110ca87ed375a4f51719b0c7a4fcfc05fab05b
Merge: 3ad4740 00f2bb7
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 16 18:17:49 2015 +0200

    Merge tag 'upstream/0.9.12'

 .travis.yml                                        |  12 +-
 Gemfile                                            |   2 +-
 History.org                                        | 217 ++++++
 History.txt                                        | 169 -----
 README.org                                         | 217 ++++++
 README.rdoc                                        |  80 --
 Rakefile                                           |  18 +
 TODO                                               |  59 ++
 bench/Gemfile                                      |   4 -
 bench/Gemfile_6_0                                  |   3 -
 bench/Gemfile_6_1                                  |   3 -
 bench/Gemfile_6_2                                  |   3 -
 bench/Gemfile_6_3                                  |   3 -
 bench/Gemfile_redcarpet                            |   3 -
 bench/bench.org                                    | 291 --------
 bench/parsing_redcarpet_test.rb                    |  19 -
 bin/org-ruby                                       |   6 +-
 lib/org-ruby.rb                                    |   2 +-
 lib/org-ruby/headline.rb                           |   2 +-
 lib/org-ruby/html_output_buffer.rb                 | 166 +++--
 lib/org-ruby/html_symbol_replace.rb                |   2 -
 lib/org-ruby/line.rb                               |  84 ++-
 lib/org-ruby/markdown_output_buffer.rb             |   9 +-
 lib/org-ruby/output_buffer.rb                      |  51 +-
 lib/org-ruby/parser.rb                             |  81 ++-
 lib/org-ruby/textile_symbol_replace.rb             |   2 -
 lib/org-ruby/version.rb                            |   3 +
 org-ruby.gemspec                                   |  33 +-
 bench/parsing_test.rb => org/bench.org             |  22 +-
 org/org-install.org                                |  35 +
 org/releasing.org                                  |  29 +
 spec/data/freeform.org                             |   5 +-
 spec/headline_spec.rb                              |  34 +-
 .../advanced-code-coderay.html                     |   2 +-
 .../advanced-code-no-color.html                    |   2 +-
 .../advanced-code-pygments.html                    |   2 +-
 .../code-block-exports-coderay.html                | 175 +++++
 .../code-block-exports-coderay.org                 | 272 +++++++
 .../code-block-exports-no-color.html               | 272 +++++++
 .../code-block-exports-no-color.org                | 466 ++++++++++++
 .../code-block-exports-pygments.html               | 165 +++++
 .../code-block-exports-pygments.org                | 272 +++++++
 .../prepended-comma-coderay.html                   |   6 +-
 .../prepended-comma-no-color.html                  |   6 +-
 .../workflow.png                                   | Bin 0 -> 6510 bytes
 spec/html_examples/center.html                     |   2 +-
 spec/html_examples/custom-seq-todo.html            |   2 +-
 spec/html_examples/custom-todo.html                |   2 +-
 spec/html_examples/custom-typ-todo.html            |   2 +-
 spec/html_examples/deflist.html                    |   2 +-
 spec/html_examples/entities.html                   |   2 +-
 spec/html_examples/export-exclude-only.html        |   2 +-
 spec/html_examples/export-keywords.html            |   2 +-
 spec/html_examples/export-tags.html                |   2 +-
 spec/html_examples/export-tags.org                 |   2 +-
 spec/html_examples/export-title.html               |   2 +-
 spec/html_examples/footnotes.html                  |   2 +-
 spec/html_examples/include-file-disabled.html      |   2 +-
 spec/html_examples/include-file.html               |   2 +-
 spec/html_examples/link-features.html              |  12 +-
 spec/html_examples/link-features.org               |   3 +-
 spec/html_examples/options-parsing.html            |   4 +
 spec/html_examples/options-parsing.org             |  13 +
 spec/html_examples/prepended-comma.html            |   6 +-
 spec/html_examples/raw-html.html                   |   4 +-
 spec/html_examples/raw-html.org                    |   4 +-
 spec/html_examples/skip-header.html                |   2 +-
 spec/html_examples/skip-table.html                 |   2 +-
 .../blockquote.html                                |   7 +
 .../blockquote.org                                 |  13 +
 .../blockquote_default.html                        |   7 +
 .../code-lists.html                                | 118 +++
 .../code-lists.org                                 |  83 +++
 .../code-lists_default.html                        | 118 +++
 .../custom_markup_for_html.yml                     |  12 +
 .../html_with_custom_markup_examples/emphasis.html | 491 +++++++++++++
 spec/html_with_custom_markup_examples/emphasis.org | 804 +++++++++++++++++++++
 .../emphasis_default.html                          | 491 +++++++++++++
 .../incorrect_markup_for_html.yml                  |  12 +
 spec/line_spec.rb                                  | 125 +++-
 spec/markdown_examples/blockcomment.md             |   1 +
 spec/markdown_examples/entities.md                 |   4 +-
 spec/markdown_examples/raw-html.md                 |   4 +-
 spec/markdown_examples/raw-html.org                |   4 +-
 .../custom_markup_for_markdown.yml                 |   6 +
 .../emphasis.md                                    | 803 ++++++++++++++++++++
 .../emphasis.org                                   | 804 +++++++++++++++++++++
 .../emphasis_default.md                            | 803 ++++++++++++++++++++
 .../incorrect_markup_for_markdown.yml              |   6 +
 spec/output_buffer_spec.rb                         |  20 +-
 spec/parser_spec.rb                                | 357 +++++++--
 spec/regexp_helper_spec.rb                         |  20 +-
 spec/textile_output_buffer_spec.rb                 |   8 +-
 tasks/test_case.rake                               |  12 -
 94 files changed, 7590 insertions(+), 930 deletions(-)

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



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