[DRE-commits] [ruby-redcarpet] branch master updated (74cfd8c -> 7477df5)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Mar 23 13:31:16 UTC 2014


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

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

      from  74cfd8c   Update debian/changelog
      adds  1fab166   Imported Upstream version 3.1.1
       new  06079cf   Merge tag 'upstream/3.1.1'
       new  463333b   Add Markdown Test patch
       new  a7095ad   Bump Standard Version: 3.9.5, Compat: 9
       new  7477df5   Update debian/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                                           |  11 +
 README.markdown                                   |  68 ++--
 Rakefile                                          |   5 +-
 bin/redcarpet                                     |  11 +-
 checksums.yaml.gz                                 | Bin 0 -> 269 bytes
 debian/changelog                                  |   8 +
 debian/compat                                     |   2 +-
 debian/control                                    |   4 +-
 debian/patches/0001-Remove-RubyGems-Depends.patch |   2 +-
 debian/patches/0002-Fix-markdown_test.patch       |  20 ++
 debian/patches/series                             |   1 +
 ext/redcarpet/autolink.h                          |   4 +-
 ext/redcarpet/buffer.c                            |  33 +-
 ext/redcarpet/buffer.h                            |  10 +-
 ext/redcarpet/houdini.h                           |   8 -
 ext/redcarpet/houdini_html_e.c                    |  11 +-
 ext/redcarpet/html.c                              | 157 +++++++--
 ext/redcarpet/html.h                              |   8 +-
 ext/redcarpet/markdown.c                          | 367 ++++++++++++++++++++--
 ext/redcarpet/markdown.h                          |  26 +-
 ext/redcarpet/rc_markdown.c                       |   6 +
 ext/redcarpet/rc_render.c                         |  54 +++-
 ext/redcarpet/stack.c                             |  19 --
 ext/redcarpet/stack.h                             |   3 -
 lib/redcarpet.rb                                  |  16 +-
 lib/redcarpet/render_strip.rb                     |   6 +-
 metadata.yml                                      |  58 +---
 redcarpet.gemspec                                 |   8 +-
 test/html_render_test.rb                          |  92 +++++-
 test/html_toc_render_test.rb                      |  55 ++++
 test/markdown_test.rb                             |  49 ++-
 test/smarty_html_test.rb                          |  15 +
 32 files changed, 876 insertions(+), 261 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/0002-Fix-markdown_test.patch
 create mode 100644 test/html_toc_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