[DRE-commits] [ruby-redcarpet] branch master updated (055830b -> 3fea4bb)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 18 13:08:44 UTC 2014


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

praveen pushed a change to branch master
in repository ruby-redcarpet.

      from  055830b   Update debian/changelog
      adds  1a62f41   Imported Upstream version 3.2.0
       new  b963d7e   Merge tag 'upstream/3.2.0'
       new  a77bf47   refresh patch
       new  55254d4   bump standards version, add readme path
       new  3fea4bb   update changelog

The 4 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:
 Gemfile                                     |   6 +-
 README.markdown                             |  62 ++++-----------
 Rakefile                                    |   8 +-
 checksums.yaml.gz                           | Bin 266 -> 0 bytes
 debian/changelog                            |   9 +++
 debian/control                              |   4 +-
 debian/patches/0002-Fix-markdown_test.patch |   6 +-
 ext/redcarpet/autolink.c                    |   4 +-
 ext/redcarpet/html_blocks.h                 | 117 ++++++++++++++++------------
 ext/redcarpet/html_smartypants.c            |   8 +-
 ext/redcarpet/markdown.c                    |  14 ++--
 lib/redcarpet.rb                            | 114 ++++++++++-----------------
 lib/redcarpet/compat.rb                     |  73 +++++++++++++++++
 lib/redcarpet/render_strip.rb               |   4 +-
 metadata.yml                                |  32 ++++----
 redcarpet.gemspec                           |   9 ++-
 test/benchmark.rb                           |  24 ++++++
 test/custom_render_test.rb                  |   2 +-
 test/html5_test.rb                          |  60 ++++++++++++++
 test/html_render_test.rb                    |  19 ++++-
 test/html_toc_render_test.rb                |  16 +++-
 test/markdown_test.rb                       |  20 ++++-
 test/pathological_inputs_test.rb            |   2 +-
 test/redcarpet_compat_test.rb               |   2 +-
 test/safe_render_test.rb                    |  36 +++++++++
 test/smarty_html_test.rb                    |   2 +-
 test/smarty_pants_test.rb                   |   7 +-
 test/stripdown_render_test.rb               |  54 +++++++------
 test/test_helper.rb                         |  19 ++++-
 29 files changed, 482 insertions(+), 251 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 test/benchmark.rb
 create mode 100644 test/html5_test.rb
 create mode 100644 test/safe_render_test.rb

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



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