[DRE-commits] [ruby-org] branch master updated (c83b804 -> 56787a2)

Jonas Genannt jonas at brachium-system.net
Sun Feb 23 20:58:22 UTC 2014


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

hggh-guest pushed a change to branch master
in repository ruby-org.

      from  c83b804   fix build-depends
      adds  2c0e472   Imported Upstream version 0.9.1
       new  a4e85e9   Merge tag 'upstream/0.9.1'
       new  998744c   d/control: bumped standards version to 3.9.5 (no changes needed)
       new  d2bb55f   d/control: updated git urls to correct git repo
       new  cb5fd00   d/control: added ruby-coderay as suggests for html output code highlighting
       new  6edef76   d/copyright: added myself to copyright
       new  56787a2   updated changelog for release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   3 -
 Gemfile                                            |   2 +-
 History.txt                                        |  27 +
 README.rdoc                                        |   8 +
 announcement.txt                                   |  19 -
 bin/org-ruby                                       |   5 +-
 debian/changelog                                   |  12 +
 debian/control                                     |   8 +-
 debian/copyright                                   |   1 +
 lib/org-ruby.rb                                    |   5 +-
 lib/org-ruby/headline.rb                           |   4 +
 lib/org-ruby/html_output_buffer.rb                 |  70 +-
 lib/org-ruby/html_symbol_replace.rb                | 686 +++++++++---------
 lib/org-ruby/line.rb                               |  37 +-
 lib/org-ruby/markdown_output_buffer.rb             | 109 +++
 lib/org-ruby/output_buffer.rb                      |  17 +-
 lib/org-ruby/parser.rb                             | 151 +++-
 lib/org-ruby/regexp_helper.rb                      |  18 +-
 lib/org-ruby/textile_output_buffer.rb              |   3 +-
 lib/org-ruby/textile_symbol_replace.rb             | 686 +++++++++---------
 org-ruby.gemspec                                   |  13 +-
 spec/data/freeform-example.org                     |   5 +
 .../advanced-code-coderay.html                     |  48 +-
 .../advanced-code-no-color.html                    |  18 +-
 .../advanced-code-pygments.html                    |   2 +-
 .../code-coderay.html                              |   9 +-
 .../code-coderay.org                               |   5 +-
 .../code-no-color.html                             |  15 +-
 .../code-no-color.org                              |   5 +
 .../code-pygments.html                             |   9 +-
 .../code-pygments.org                              |   4 +
 .../prepended-comma-coderay.html                   |  44 ++
 .../prepended-comma-coderay.org                    |  60 ++
 .../prepended-comma-no-color.html                  |  44 ++
 .../prepended-comma-no-color.org                   |  60 ++
 .../prepended-comma-pygments.html                  |  40 +
 .../prepended-comma-pygments.org                   |  60 ++
 .../src-code-list-coderay.html                     |   6 +-
 .../src-code-list-no-color.html                    |  12 +-
 .../src-code-list-pygments.html                    |   3 +-
 spec/html_examples/block_code.html                 |  18 +-
 spec/html_examples/code-block-lists.html           |   8 +-
 spec/html_examples/code-lists.html                 |   4 +-
 spec/html_examples/custom-seq-todo.html            |   4 +-
 spec/html_examples/custom-todo.html                |   4 +-
 spec/html_examples/custom-typ-todo.html            |   4 +-
 spec/html_examples/deflist.html                    |  10 +
 spec/html_examples/deflist.org                     |  11 +
 spec/html_examples/emphasis.html                   |  40 +-
 spec/html_examples/entities.html                   |   6 +-
 spec/html_examples/include-file-disabled.html      |  43 ++
 spec/html_examples/include-file.html               | 153 ++++
 spec/html_examples/include-file.org                |  84 +++
 spec/html_examples/link-features.html              |   3 +
 spec/html_examples/link-features.org               |   8 +
 spec/html_examples/prepended-comma.html            |  44 ++
 spec/html_examples/prepended-comma.org             |  60 ++
 spec/html_examples/properties_drawer.html          |   6 +-
 spec/html_examples/raw-html.html                   |   5 +
 spec/html_examples/raw-html.org                    |  12 +
 spec/line_spec.rb                                  |  12 +
 spec/markdown_examples/advanced-lists.md           |  46 ++
 .../advanced-lists.org                             |   0
 .../block_code.md}                                 |  17 +-
 .../block_code.org                                 |   0
 spec/markdown_examples/blockcomment.md             |   6 +
 .../blockcomment.org                               |   0
 .../blockquote.md}                                 |   6 +-
 .../blockquote.org                                 |   0
 spec/markdown_examples/center.md                   |   4 +
 .../center.org                                     |   0
 spec/markdown_examples/code-block-lists.md         |  49 ++
 .../code-block-lists.org                           |   0
 .../code-comment.md}                               |   7 +-
 .../code-comment.org                               |   0
 spec/markdown_examples/code-lists.md               |  79 ++
 .../code-lists.org                                 |   0
 spec/markdown_examples/comment-trees.md            |   4 +
 .../comment-trees.org                              |   0
 spec/markdown_examples/custom-seq-todo.md          |  20 +
 .../custom-seq-todo.org                            |   0
 spec/markdown_examples/custom-todo.md              |  20 +
 .../custom-todo.org                                |   0
 spec/markdown_examples/custom-typ-todo.md          |  20 +
 .../custom-typ-todo.org                            |   0
 spec/markdown_examples/deflist.md                  |  71 ++
 .../deflist.org                                    |   0
 spec/markdown_examples/emphasis.md                 | 803 +++++++++++++++++++++
 .../emphasis.org                                   |   0
 spec/markdown_examples/entities.md                 | 390 ++++++++++
 .../entities.org                                   |   0
 .../escape-pre.md}                                 |   4 +-
 .../escape-pre.org                                 |   0
 .../export-exclude-only.md}                        |  32 +-
 .../export-exclude-only.org                        |   0
 spec/markdown_examples/export-keywords.md          |   4 +
 .../export-keywords.org                            |   0
 .../export-tags.md}                                |  23 +-
 .../export-tags.org                                |   0
 spec/markdown_examples/export-title.md             |   3 +
 .../export-title.org                               |   0
 .../footnotes.md}                                  |   4 +-
 .../footnotes.org                                  |   0
 spec/markdown_examples/horizontal_rule.md          |   5 +
 .../horizontal_rule.org                            |   0
 .../html-literal.md}                               |   1 -
 .../html-literal.org                               |   0
 spec/markdown_examples/include-file.md             |  45 ++
 spec/markdown_examples/include-file.org            |  84 +++
 spec/markdown_examples/inline-formatting.md        |  43 ++
 .../inline-formatting.org                          |   0
 spec/markdown_examples/inline-images.md            |  14 +
 .../inline-images.org                              |   0
 spec/markdown_examples/link-features.md            |  41 ++
 .../link-features.org                              |   8 +
 .../lists.textile => markdown_examples/lists.md}   |  39 +-
 .../{html_examples => markdown_examples}/lists.org |   0
 .../metadata-comment.md}                           |   6 +-
 .../metadata-comment.org                           |   0
 spec/markdown_examples/only-list.md                |   3 +
 .../only-list.org                                  |   0
 .../only-table.md}                                 |   3 +-
 .../only-table.org                                 |   0
 spec/markdown_examples/prepended-comma.md          |  60 ++
 spec/markdown_examples/prepended-comma.org         |  60 ++
 spec/markdown_examples/properties_drawer.md        |  25 +
 .../properties_drawer.org                          |   0
 spec/markdown_examples/raw-html.md                 |  22 +
 spec/markdown_examples/raw-html.org                |  35 +
 spec/markdown_examples/skip-header.md              |  14 +
 .../skip-header.org                                |   0
 .../skip-table.md}                                 |   7 +-
 .../skip-table.org                                 |   0
 spec/markdown_examples/subsupscript-nil.md         |   5 +
 .../subsupscript-nil.org                           |   0
 spec/markdown_examples/subsupscript.md             |   5 +
 .../subsupscript.org                               |   0
 spec/markdown_examples/tables.md                   |  47 ++
 .../tables.org                                     |   0
 .../text.org => markdown_examples/text.md}         |   0
 spec/{html_examples => markdown_examples}/text.org |   0
 spec/parser_spec.rb                                |  66 +-
 util/gen-special-replace.el                        |  11 +-
 143 files changed, 4184 insertions(+), 949 deletions(-)
 delete mode 100644 announcement.txt
 create mode 100644 lib/org-ruby/markdown_output_buffer.rb
 create mode 100644 spec/html_code_syntax_highlight_examples/prepended-comma-coderay.html
 create mode 100644 spec/html_code_syntax_highlight_examples/prepended-comma-coderay.org
 create mode 100644 spec/html_code_syntax_highlight_examples/prepended-comma-no-color.html
 create mode 100644 spec/html_code_syntax_highlight_examples/prepended-comma-no-color.org
 create mode 100644 spec/html_code_syntax_highlight_examples/prepended-comma-pygments.html
 create mode 100644 spec/html_code_syntax_highlight_examples/prepended-comma-pygments.org
 create mode 100644 spec/html_examples/include-file-disabled.html
 create mode 100644 spec/html_examples/include-file.html
 create mode 100644 spec/html_examples/include-file.org
 create mode 100644 spec/html_examples/prepended-comma.html
 create mode 100644 spec/html_examples/prepended-comma.org
 create mode 100644 spec/markdown_examples/advanced-lists.md
 copy spec/{html_examples => markdown_examples}/advanced-lists.org (100%)
 copy spec/{html_examples/block_code.org => markdown_examples/block_code.md} (69%)
 copy spec/{html_examples => markdown_examples}/block_code.org (100%)
 create mode 100644 spec/markdown_examples/blockcomment.md
 copy spec/{html_examples => markdown_examples}/blockcomment.org (100%)
 copy spec/{textile_examples/blockquote.org => markdown_examples/blockquote.md} (58%)
 copy spec/{html_examples => markdown_examples}/blockquote.org (100%)
 create mode 100644 spec/markdown_examples/center.md
 copy spec/{html_examples => markdown_examples}/center.org (100%)
 create mode 100644 spec/markdown_examples/code-block-lists.md
 copy spec/{html_examples => markdown_examples}/code-block-lists.org (100%)
 copy spec/{html_examples/code-comment.org => markdown_examples/code-comment.md} (91%)
 copy spec/{html_examples => markdown_examples}/code-comment.org (100%)
 create mode 100644 spec/markdown_examples/code-lists.md
 copy spec/{html_examples => markdown_examples}/code-lists.org (100%)
 create mode 100644 spec/markdown_examples/comment-trees.md
 copy spec/{html_examples => markdown_examples}/comment-trees.org (100%)
 create mode 100644 spec/markdown_examples/custom-seq-todo.md
 copy spec/{html_examples => markdown_examples}/custom-seq-todo.org (100%)
 create mode 100644 spec/markdown_examples/custom-todo.md
 copy spec/{html_examples => markdown_examples}/custom-todo.org (100%)
 create mode 100644 spec/markdown_examples/custom-typ-todo.md
 copy spec/{html_examples => markdown_examples}/custom-typ-todo.org (100%)
 create mode 100644 spec/markdown_examples/deflist.md
 copy spec/{html_examples => markdown_examples}/deflist.org (100%)
 create mode 100644 spec/markdown_examples/emphasis.md
 copy spec/{html_examples => markdown_examples}/emphasis.org (100%)
 create mode 100644 spec/markdown_examples/entities.md
 copy spec/{html_examples => markdown_examples}/entities.org (100%)
 copy spec/{html_examples/escape-pre.org => markdown_examples/escape-pre.md} (87%)
 copy spec/{html_examples => markdown_examples}/escape-pre.org (100%)
 copy spec/{textile_examples/lists.textile => markdown_examples/export-exclude-only.md} (58%)
 copy spec/{html_examples => markdown_examples}/export-exclude-only.org (100%)
 create mode 100644 spec/markdown_examples/export-keywords.md
 copy spec/{html_examples => markdown_examples}/export-keywords.org (100%)
 copy spec/{textile_examples/lists.textile => markdown_examples/export-tags.md} (58%)
 copy spec/{html_examples => markdown_examples}/export-tags.org (100%)
 create mode 100644 spec/markdown_examples/export-title.md
 copy spec/{html_examples => markdown_examples}/export-title.org (100%)
 copy spec/{textile_examples/footnotes.org => markdown_examples/footnotes.md} (84%)
 copy spec/{html_examples => markdown_examples}/footnotes.org (100%)
 create mode 100644 spec/markdown_examples/horizontal_rule.md
 copy spec/{html_examples => markdown_examples}/horizontal_rule.org (100%)
 copy spec/{html_examples/html-literal.org => markdown_examples/html-literal.md} (99%)
 copy spec/{html_examples => markdown_examples}/html-literal.org (100%)
 create mode 100644 spec/markdown_examples/include-file.md
 create mode 100644 spec/markdown_examples/include-file.org
 create mode 100644 spec/markdown_examples/inline-formatting.md
 copy spec/{html_examples => markdown_examples}/inline-formatting.org (100%)
 create mode 100644 spec/markdown_examples/inline-images.md
 copy spec/{html_examples => markdown_examples}/inline-images.org (100%)
 create mode 100644 spec/markdown_examples/link-features.md
 copy spec/{html_examples => markdown_examples}/link-features.org (84%)
 copy spec/{textile_examples/lists.textile => markdown_examples/lists.md} (51%)
 copy spec/{html_examples => markdown_examples}/lists.org (100%)
 copy spec/{html_examples/metadata-comment.org => markdown_examples/metadata-comment.md} (94%)
 copy spec/{html_examples => markdown_examples}/metadata-comment.org (100%)
 create mode 100644 spec/markdown_examples/only-list.md
 copy spec/{html_examples => markdown_examples}/only-list.org (100%)
 copy spec/{html_examples/only-table.org => markdown_examples/only-table.md} (60%)
 copy spec/{html_examples => markdown_examples}/only-table.org (100%)
 create mode 100644 spec/markdown_examples/prepended-comma.md
 create mode 100644 spec/markdown_examples/prepended-comma.org
 create mode 100644 spec/markdown_examples/properties_drawer.md
 copy spec/{html_examples => markdown_examples}/properties_drawer.org (100%)
 create mode 100644 spec/markdown_examples/raw-html.md
 create mode 100644 spec/markdown_examples/raw-html.org
 create mode 100644 spec/markdown_examples/skip-header.md
 copy spec/{html_examples => markdown_examples}/skip-header.org (100%)
 copy spec/{html_examples/skip-table.org => markdown_examples/skip-table.md} (66%)
 copy spec/{html_examples => markdown_examples}/skip-table.org (100%)
 create mode 100644 spec/markdown_examples/subsupscript-nil.md
 copy spec/{html_examples => markdown_examples}/subsupscript-nil.org (100%)
 create mode 100644 spec/markdown_examples/subsupscript.md
 copy spec/{html_examples => markdown_examples}/subsupscript.org (100%)
 create mode 100644 spec/markdown_examples/tables.md
 copy spec/{html_examples => markdown_examples}/tables.org (100%)
 copy spec/{html_examples/text.org => markdown_examples/text.md} (100%)
 copy spec/{html_examples => markdown_examples}/text.org (100%)

-- 
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