[DRE-commits] [ruby-redcloth] branch master updated (761b7b0 -> ea3136b)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 13 09:57:07 UTC 2016


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

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

      from  761b7b0   Use new default gem2deb Rakefile to run the tests
      adds  93e4c6f   New upstream version 4.3.2
       new  0bc9e9c   Merge tag 'upstream/4.3.2'
       new  510b881   update changelog
       new  a613bb8   remove patches already applied
       new  ea3136b   bump standards

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:
 .travis.yml                                        |  19 +
 CHANGELOG                                          |  25 +-
 Gemfile                                            |   6 +-
 README.rdoc                                        |  56 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 ...javascript-links-when-using-filter_html-o.patch |  53 --
 debian/patches/rspec3-test-fix                     |  29 -
 debian/patches/series                              |   2 -
 lib/redcloth/formatters/html.rb                    |  20 +-
 lib/redcloth/formatters/latex.rb                   |   8 +-
 lib/redcloth/version.rb                            |  12 +-
 ragel/redcloth_attributes.java.rl                  |  83 ---
 ragel/redcloth_common.java.rl                      |  25 -
 ragel/redcloth_inline.java.rl                      | 141 -----
 ragel/redcloth_scan.java.rl                        | 642 ---------------------
 redcloth.gemspec                                   |  33 +-
 spec/parser_spec.rb                                |   8 +-
 spec/security/CVE-2012-6684_spec.rb                |  33 ++
 tasks/compile.rake                                 |  22 +-
 tasks/gems.rake                                    |  37 --
 tasks/ragel_extension_task.rb                      |  13 +-
 tasks/release.rake                                 |  21 +-
 tasks/rvm.rake                                     |   8 +-
 24 files changed, 172 insertions(+), 1134 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 debian/patches/0001-Filter-out-javascript-links-when-using-filter_html-o.patch
 delete mode 100644 debian/patches/rspec3-test-fix
 delete mode 100644 ragel/redcloth_attributes.java.rl
 delete mode 100644 ragel/redcloth_common.java.rl
 delete mode 100644 ragel/redcloth_inline.java.rl
 delete mode 100644 ragel/redcloth_scan.java.rl
 create mode 100644 spec/security/CVE-2012-6684_spec.rb
 delete mode 100644 tasks/gems.rake

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



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