[DRE-commits] [ruby-html2haml] branch master updated (3648e1a -> c42dc52)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 9 15:54:21 UTC 2015


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

lunar pushed a change to branch master
in repository ruby-html2haml.

      from  3648e1a   Release version 1.0.1-3
      adds  9f21050   Imported Upstream version 2.0.0
       new  22e3c98   Merge tag 'upstream/2.0.0'
       new  977a673   Update Depends and Build-Depends
       new  9809fb0   Refresh patches
       new  22647db   Update debian/copyright
       new  fe1f7e1   Switch to debhelper compat level 9
       new  b81b8dc   Update Vcs-* URL
       new  cdeb40a   Bump Standards-Version
       new  1ebfa40   Add myself to the list of Uploaders
       new  c42dc52   Release version 2.0.0-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                  |   8 +-
 .yardopts                    |   1 +
 Changelog.markdown           |  20 +++
 MIT-LICENSE                  |   2 +-
 README.md                    |  40 ++++-
 Rakefile                     |   8 +-
 debian/changelog             |  14 ++
 debian/compat                |   2 +-
 debian/control               |  14 +-
 debian/copyright             |  10 +-
 debian/patches/fix_test_path |  15 +-
 html2haml.gemspec            |  12 +-
 lib/html2haml/exec.rb        |  35 ++--
 lib/html2haml/html.rb        | 401 ++++++++++++++++++++++++++++---------------
 lib/html2haml/html/erb.rb    |  42 ++---
 lib/html2haml/version.rb     |   2 +-
 metadata.yml                 | 233 ++++++++++++-------------
 test/erb_test.rb             |  86 ++++++++--
 test/html2haml_test.rb       |  98 +++++++++--
 test/jruby/erb_test.rb       |  28 +++
 test/jruby/html2haml_test.rb |  72 ++++++++
 test/test_helper.rb          |   2 +-
 22 files changed, 773 insertions(+), 372 deletions(-)
 create mode 100644 .yardopts
 create mode 100644 test/jruby/erb_test.rb
 create mode 100644 test/jruby/html2haml_test.rb

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



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