[DRE-commits] [ruby-redcarpet] branch master updated (0439d1c -> da57767)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Aug 27 19:32:50 UTC 2015


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

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

      from  0439d1c   Prepare changelog for upload.
      adds  3ce9856   Imported Upstream version 3.3.2
       new  992317c   Merge tag 'upstream/3.3.2'
       new  fca8de2   update changelog
       new  da57767   remove already applied patch 	deleted:    debian/patches/0001-Remove-RubyGems-Depends.patch

The 3 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:
 COPYING                                           |   0
 README.markdown                                   |  37 ++++
 bin/redcarpet                                     |  44 +---
 debian/changelog                                  |   8 +
 debian/patches/0001-Remove-RubyGems-Depends.patch |  22 --
 debian/patches/series                             |   1 -
 ext/redcarpet/buffer.c                            |  12 +-
 ext/redcarpet/buffer.h                            |   2 +-
 ext/redcarpet/html.c                              | 109 +++++++---
 ext/redcarpet/html.h                              |   2 +-
 ext/redcarpet/markdown.c                          |  25 ++-
 ext/redcarpet/markdown.h                          |   3 -
 ext/redcarpet/rc_markdown.c                       |  10 +-
 ext/redcarpet/rc_render.c                         |  21 +-
 lib/redcarpet.rb                                  |   2 +-
 lib/redcarpet/cli.rb                              |  86 ++++++++
 lib/redcarpet/compat.rb                           |   3 -
 metadata.yml                                      |  27 +--
 redcarpet.gemspec                                 |  10 +-
 test/custom_render_test.rb                        |   2 +-
 test/fixtures/benchmark.md                        | 232 ++++++++++++++++++++++
 test/html_render_test.rb                          | 153 +++++++-------
 test/html_toc_render_test.rb                      |  44 +++-
 test/markdown_test.rb                             |  88 +++++---
 test/redcarpet_bin_test.rb                        |  80 ++++++++
 test/redcarpet_compat_test.rb                     |  12 +-
 test/test_helper.rb                               |  26 ++-
 27 files changed, 779 insertions(+), 282 deletions(-)
 mode change 100755 => 100644 COPYING
 delete mode 100644 debian/patches/0001-Remove-RubyGems-Depends.patch
 create mode 100644 lib/redcarpet/cli.rb
 create mode 100644 test/fixtures/benchmark.md
 create mode 100644 test/redcarpet_bin_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