[DRE-commits] [ruby-org] branch master updated (3ad4740 -> 23e92cd)

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 change to branch master
in repository ruby-org.

      from  3ad4740   prepare changelog
      adds  2d0e60f   Remove testing jruby from .travis.yml
      adds  cb4c4b9   Set gemspec date
      adds  128014c   Escape HTML in code snippets.
      adds  9c3990b   Replace accessor 'line' with method 'to_s'.
      adds  b4932ec   Escape source blocks correctly.
      adds  6600af3   Fix source block indent if line is blank.
      adds  835144d   The examples updated.
      adds  b0b7370   Switch to GCI::escapeHTML with the corresponding updates of the examples.
      adds  a82df37   Merge pull request #44 from vonavi/html_escape
      adds  9822a7d   Update tests for escaping html.
      adds  7e625ea   Fix parser spec
      adds  245f502   Bump version to 0.8.1 patch release
      adds  f632268   Pretty alignment done in *symbol_replace.rb.
      adds  06d084c   Include the properties drawer from a headline
      adds  a7d52a2   Fix issue of PROPERTIES appearing in the property drawer hash
      adds  795d6a9   Merge pull request #46 from bdewey/feature/include-properties-in-headline
      adds  454307f   Fix output buffers base class
      adds  d44eb29   Manage the INCLUDE tag in org files
      adds  366c9c6   Manage the INCLUDE tag in org files
      adds  57457ea   Merge branch 'include_file_feature' of github.com:pierre-lecocq/org-ruby into include_file_feature
      adds  8244c43   Manage the INCLUDE tag in org files - skip instead of raising exception when included file is not found
      adds  04e49ae   Merge pull request #47 from pierre-lecocq/include_file_feature
      adds  70e4c7f   Add example Org file for of #+INCLUDE: directive
      adds  a77da37   Support INCLUDE tag options like :lines, src, example ...
      adds  eaae4f2   Merge pull request #48 from pierre-lecocq/support_include_tag_options
      adds  7d3ce55   add MIT license metadata to gemspec
      adds  c8c3784   Merge pull request #49 from ktdreyer/gemspec-license
      adds  675767d   Fixed including src, quotes and examples
      adds  b75f377   Update tests for code syntax highlight
      adds  fe501a2   Disable #+INCLUDE by default ( see #47 and #48 )
      adds  10a0402   Merge branch 'disable-include-by-default'
      adds  4deffb8   Add a ORG_RUBY_INCLUDE_ROOT environment variable support
      adds  d65c61b   Merge pull request #51 from pierre-lecocq/org_ruby_include_root_env_variable_support
      adds  660e6cc   Issue 52 - Add support for link abbreviations
      adds  f05b079   Issue 52 - Add support for link abbreviations
      adds  7ba75de   Merge pull request #53 from pierre-lecocq/link_abbrev_feature
      adds  0ba7523   Implement stripping protective commas from code blocks (fixes #50)
      adds  650ba39   Merge branch 'remove-prepended-comma'
      adds  e7ab1f8   Add test for ORG_RUBY_INCLUDE_ROOT
      adds  ec1abff   Bump version of the gem to 0.8.2
      adds  8c8fab1   use HTTPS homepage URL in gemspec
      adds  ed876b3   Merge pull request #54 from ktdreyer/gemspec-https
      adds  530ba9c   lines ending in double backslashes force line breaks
      adds  0386024   Change double backslash line break to be <br />
      adds  a33da76   Merge branch 'backslash-line-break'
      adds  3d6b233   Implement first version of Markdown exporter
      adds  4a56ed0   Add tests for Markdown exporter
      adds  29aa92a   Merge branch 'basic-markdown-exporter'
      adds  01b8371   Fix inline formatting not working for definition lists (fixes #57)
      adds  2d6042e   Merge branch 'definition-lists-bugfix'
      adds  4124519   Remove COMMENTed headlines from markdown export
      adds  f135d68   Release 0.8.3 of the gem
      adds  3f46dec   Merge branch 'release-0.8.3'
      adds  2aa2ddb   Update README
      adds  534f476   Add lang attribute to src code block to support Github syntax coloring
      adds  1bb5c18   Merge branch 'lang-attribute-for-syntax-highlight'
      adds  7b25d57   Update test examples
      adds  3fb6986   Allow explicit enable or disable of include file feature
      adds  b050d78   Merge branch 'allow-explicit-disable-include-file'
      adds  541615f   Update markdown output test example
      adds  4f00a89   Bump version to 0.9.0
      adds  8e5660f   Update changelog
      adds  c008665   Disable including files in Markdown tests
      adds  fa629ab   Backport CGI::escapeHTML function from the Ruby standard library
      adds  a2cabf2   Merge pull request #59 from bdewey/backport-cgi-escapehtml-function
      adds  acb96e7   Bump gem to 0.9.1
      adds  9826c14   Merge tag 'version-0.9.1' into upstream
      adds  4fadf8b   Use similar .travis.yml as the one from github/markup
      adds  bf0f3eb   Improve the gemspec file
      adds  694c778   Add note to README about project repo moving
      adds  6463579   Add complete regexp for code blocks to match switches and arguments
      adds  fccc9d7   Update README.rdoc
      adds  162a445   Update README.rdoc
      adds  2e925f9   Update README.rdoc
      adds  52ec61d   Implements :exports results
      adds  ce3bb70   Implement :exports options for Org mode code blocks
      adds  f999003   Add example for when the results are graphics
      adds  3837586   Fix typos in README
      adds  0d1d06c   Merge pull request #7 from philandstuff/fix-readme-typos
      adds  4f98145   update gemspec to reflect project move
      adds  51fa826   Merge pull request #8 from philandstuff/update-gemspec
      adds  1de415b   Use ternary operators in 'html_output_buffer.rb'.
      adds  e9536ce   Modify raw HTML examples and their output.
      adds  cb3a6b6   Add the support of raw HTML "@@html:<text>@@".
      adds  c825d27   Modify the `rake test` so that it reports correctly whether build breaks...
      adds  45278a5   Update markdown examples
      adds  7e681da   Merge remote branch 'origin/master' into implements-code-blocks-exports-options
      adds  cc37cbb   Fixup README.rdoc
      adds  50ca9c3   Merge branch 'implements-code-blocks-exports-options'
      adds  520307f   Stop rewriting links to '.org' files as '.html'
      adds  47f145c   Treat #+TITLE: as a headline
      adds  8697c7d   Treat #+TITLE as a h1 headline
      adds  3dd4339   Merge branch 'title-is-a-headline'
      adds  bd6ce65   Add uncomitted result graphic file
      adds  59d6157   Update tests for using #+TITLE as headline
      adds  3209c0a   Implement pending test for assigned types
      adds  1964729   Prepare for 0.9.2 release of the gem
      adds  2e6b430   Merge branch 'release-0.9.2'
      adds  b462e76   Keep the whitespaces and line breaks after stripping
      adds  8764d31   Update examples
      adds  f780f06   Merge branch 'fix-stripping-blocks'
      adds  866e31f   Bump the version to release bugfix
      adds  b7d76d2   Merge branch 'release-0.9.3'
      adds  2cba8d2   Make it possible to skip-syntax-highlighting explicitly
      adds  858cf21   Merge branch 'skip-syntax-highlighting'
      adds  0c4088b   Update the test for syntax highlight skip
      adds  8776480   Track block names within the line properties
      adds  bf2f180   Add test for named code blocks
      adds  c06e4bf   Merge branch 'name-blocks'
      adds  d2d235d   Bump version of the gem to 0.9.4
      adds  c056839   Update history
      adds  d116bdb   Remove duplicated version number
      adds  8ba50d7   Improve RESULTS regex to support named blocks
      adds  e101c62   Merge branch 'fix-results-block-regex'
      adds  40f2452   Bump version to 0.9.6
      adds  866db41   Fix spec example for code block exports
      adds  e738509   Bump the version to 0.9.6
      adds  644044f   Update README.rdoc
      adds  22ff011   Merge branch 'master' of https://github.com/wallyqs/org-ruby
      adds  8ca6b3d   Change History in Org mode format
      adds  7164b70   Modify gemspec
      adds  25fd5fc   Added custom markup load based on the existing tags.
      adds  d076431   Added documentation about custom markup to README.rdoc
      adds  4a05004   Fixed bad equivalence.
      adds  b6171cf   Updated to rspec-3.0.0 deprecated failing specs.
      adds  9d32f8f   Update everything to rspec 3.0
      adds  96f5e37   Stick to ASCII on the Readme
      adds  bb55f37   Merge 'custom-markup' branch from gnusosa (fixes #16)
      adds  8ecc333   Remove README.rdoc and rewrite it in Org too
      adds  93bfaa6   Add TODO
      adds  8e37f14   Put org runs withing lit/ folder
      adds  cc1caa3   Pay attention to warning when generating the gem
      adds  3cf479a   Deprecate rake tasks in the future
      adds  d4b706f   Fix regex for recognizing #+RESULTS: blocks
      adds  8cabb9d   Update the version of the gem to 0.9.7
      adds  d965e74   Bump the gem to 0.9.7
      adds  d75da56   Parser raises error on `#+OPTIONS` that do not match
      adds  a5804be   Fix headline test since Freeform file was modified
      adds  72a55a2   Merge branch 'fix-options-parsing'
      adds  5a91c9b   Keep up to date the changelog
      adds  6f5837f   Adjust comment regex
      adds  7c0fe2a   Merge pull request #21 from wasamasa/fix-comment-regex
      adds  0170576   Using org directory instead for notes
      adds  99b7e73   Using org directory instead for notes
      adds  f7bb0b0   Bump to version 0.9.9
      adds  491d852   Update changelog
      adds  2925ddb   Update TODO
      adds  594f800   add several special symbols allowed in org tags
      adds  37749b2   Merge pull request #22 from snosov1/master
      adds  f4b93ff   Make it possible to disable the call to Rubypants
      adds  bbab8e6   Add test
      adds  c4a4aa5   Merge branch 'skip-rubypants-pass' into release-0.9.10
      adds  e7e1b77   Bump version to 0.9.10
      adds  fd57a6d   Merge branch 'release-0.9.10'
      adds  1b308b9   remove duplicated keys
      adds  98b2313   remove duplicated keys
      adds  45dea6b   Update output example (fixes #27)
      adds  bc60a87   Update test for issue #27
      adds  8f1d183   Update release document
      adds  00f2bb7   Merge tag 'version-0.9.12' into upstream
       new  80110ca   Merge tag 'upstream/0.9.12'
       new  8fd528b   Remove obsolete patches
       new  7bac88b   Update Build-Depends
       new  3a6bf52   Update and fix debian/README.source
       new  b2bc433   Add a patch to fix a missing require in the test suite
       new  1676d10   Follow renaming of upstream documentation
       new  e9632e2   Switch to debhelper compat level 9
       new  6629c7e   Bump Standards-Version
       new  23e92cd   Release version 0.9.12-1

The 9 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                                        |  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 +-
 debian/README.source                               |   4 +-
 debian/changelog                                   |  14 +
 debian/compat                                      |   2 +-
 debian/control                                     |   6 +-
 .../add-missing-require-in-test-suite.patch        |  14 +
 debian/patches/add_skip_syntax_highlight.patch     | 149 -------
 debian/patches/series                              |   2 +-
 debian/ruby-org.docs                               |   2 +-
 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                                |   6 +-
 .../blockquote.org                                 |   0
 .../blockquote_default.html}                       |   0
 .../code-lists.html                                |  16 +-
 .../code-lists.org                                 |   0
 .../code-lists_default.html}                       |   0
 .../custom_markup_for_html.yml                     |  12 +
 .../emphasis.html                                  | 238 +++++------
 .../emphasis.org                                   |   0
 .../emphasis_default.html}                         |   0
 .../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                                    | 222 +++++-----
 .../emphasis.org                                   |   0
 .../emphasis_default.md}                           |   0
 .../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 -
 102 files changed, 3325 insertions(+), 1328 deletions(-)
 create mode 100644 History.org
 delete mode 100644 History.txt
 create mode 100644 README.org
 delete mode 100644 README.rdoc
 create mode 100644 TODO
 delete mode 100644 bench/Gemfile
 delete mode 100644 bench/Gemfile_6_0
 delete mode 100644 bench/Gemfile_6_1
 delete mode 100644 bench/Gemfile_6_2
 delete mode 100644 bench/Gemfile_6_3
 delete mode 100644 bench/Gemfile_redcarpet
 delete mode 100644 bench/bench.org
 delete mode 100644 bench/parsing_redcarpet_test.rb
 create mode 100644 debian/patches/add-missing-require-in-test-suite.patch
 delete mode 100644 debian/patches/add_skip_syntax_highlight.patch
 create mode 100644 lib/org-ruby/version.rb
 rename bench/parsing_test.rb => org/bench.org (65%)
 create mode 100644 org/org-install.org
 create mode 100644 org/releasing.org
 create mode 100644 spec/html_code_syntax_highlight_examples/code-block-exports-coderay.html
 create mode 100644 spec/html_code_syntax_highlight_examples/code-block-exports-coderay.org
 create mode 100644 spec/html_code_syntax_highlight_examples/code-block-exports-no-color.html
 create mode 100644 spec/html_code_syntax_highlight_examples/code-block-exports-no-color.org
 create mode 100644 spec/html_code_syntax_highlight_examples/code-block-exports-pygments.html
 create mode 100644 spec/html_code_syntax_highlight_examples/code-block-exports-pygments.org
 create mode 100644 spec/html_code_syntax_highlight_examples/workflow.png
 create mode 100644 spec/html_examples/options-parsing.html
 create mode 100644 spec/html_examples/options-parsing.org
 copy spec/{html_examples => html_with_custom_markup_examples}/blockquote.html (73%)
 copy spec/{html_examples => html_with_custom_markup_examples}/blockquote.org (100%)
 copy spec/{html_examples/blockquote.html => html_with_custom_markup_examples/blockquote_default.html} (100%)
 copy spec/{html_examples => html_with_custom_markup_examples}/code-lists.html (92%)
 copy spec/{html_examples => html_with_custom_markup_examples}/code-lists.org (100%)
 copy spec/{html_examples/code-lists.html => html_with_custom_markup_examples/code-lists_default.html} (100%)
 create mode 100644 spec/html_with_custom_markup_examples/custom_markup_for_html.yml
 copy spec/{html_examples => html_with_custom_markup_examples}/emphasis.html (58%)
 copy spec/{html_examples => html_with_custom_markup_examples}/emphasis.org (100%)
 copy spec/{html_examples/emphasis.html => html_with_custom_markup_examples/emphasis_default.html} (100%)
 create mode 100644 spec/html_with_custom_markup_examples/incorrect_markup_for_html.yml
 create mode 100644 spec/markdown_with_custom_markup_examples/custom_markup_for_markdown.yml
 copy spec/{markdown_examples => markdown_with_custom_markup_examples}/emphasis.md (84%)
 copy spec/{html_examples => markdown_with_custom_markup_examples}/emphasis.org (100%)
 copy spec/{markdown_examples/emphasis.md => markdown_with_custom_markup_examples/emphasis_default.md} (100%)
 create mode 100644 spec/markdown_with_custom_markup_examples/incorrect_markup_for_markdown.yml

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