[DRE-commits] [ruby-tilt] branch master updated (8d29e5c -> 41e2bcb)

Jérémy Bobbio lunar at alioth.debian.org
Mon Aug 19 19:59:12 UTC 2013


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

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

      from  8d29e5c   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  d8bcf8b   Add git-buildpackage configuration
      adds  6f1cc28   Imported Upstream version 1.4.1
      adds  e205783   Merge tag 'upstream/1.4.1'
      adds  7ebf8b4   Unapply patches after build
      adds  9028dc5   Refresh patches
      adds  8393acc   Remove cruft in debian/control
      adds  a1f468f   Bump Standards-Version to 3.9.4, no changes required
      adds  41e2bcb   Release version 1.4.1-1

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   44 +++
 COPYING                                            |    2 +-
 Gemfile                                            |   32 ++-
 HACKING                                            |   16 ++
 README.md                                          |   28 +-
 Rakefile                                           |   26 +-
 TEMPLATES.md                                       |   30 +--
 bin/tilt                                           |   14 +-
 debian/changelog                                   |   19 ++
 debian/control                                     |    3 +-
 debian/gbp.conf                                    |    2 +
 debian/patches/force_encoding_erb_test             |    8 +-
 debian/source/local-options                        |    1 +
 lib/tilt.rb                                        |   16 +-
 lib/tilt/asciidoc.rb                               |   34 +++
 lib/tilt/coffee.rb                                 |    4 +
 lib/tilt/css.rb                                    |   12 +-
 lib/tilt/csv.rb                                    |   71 +++++
 lib/tilt/erb.rb                                    |    4 +-
 lib/tilt/etanni.rb                                 |   27 ++
 lib/tilt/liquid.rb                                 |    4 +
 lib/tilt/markdown.rb                               |   46 +++-
 lib/tilt/nokogiri.rb                               |    8 +-
 lib/tilt/plain.rb                                  |   20 ++
 lib/tilt/radius.rb                                 |    4 +
 lib/tilt/rdoc.rb                                   |   25 +-
 lib/tilt/template.rb                               |  191 ++++++-------
 lib/tilt/textile.rb                                |    5 +
 lib/tilt/wiki.rb                                   |    8 +
 metadata.yml                                       |  280 ++++++++++++++------
 test/tilt_asciidoctor_test.rb                      |   44 +++
 test/tilt_blueclothtemplate_test.rb                |    2 +-
 test/tilt_coffeescripttemplate_test.rb             |   75 +++++-
 test/tilt_creoletemplate_test.rb                   |    2 +-
 test/tilt_csv_test.rb                              |   69 +++++
 test/tilt_erbtemplate_test.rb                      |    5 +
 test/tilt_erubistemplate_test.rb                   |    2 +-
 ...emplate_test.rb => tilt_etannitemplate_test.rb} |   63 ++---
 test/tilt_fallback_test.rb                         |   12 +-
 test/tilt_hamltemplate_test.rb                     |    2 +-
 test/tilt_kramdown_test.rb                         |    2 +-
 test/tilt_lesstemplate_test.less                   |    1 +
 test/tilt_lesstemplate_test.rb                     |   22 +-
 test/tilt_liquidtemplate_test.rb                   |    2 +-
 test/tilt_markaby_test.rb                          |    2 +-
 test/tilt_markdown_test.rb                         |   21 +-
 test/tilt_marukutemplate_test.rb                   |    2 +-
 test/tilt_radiustemplate_test.rb                   |    2 +-
 test/tilt_rdiscounttemplate_test.rb                |    2 +-
 test/tilt_rdoctemplate_test.rb                     |   13 +-
 test/tilt_redcarpettemplate_test.rb                |   18 +-
 test/tilt_redclothtemplate_test.rb                 |   14 +-
 test/tilt_sasstemplate_test.rb                     |    2 +-
 test/tilt_stringtemplate_test.rb                   |    2 +-
 test/tilt_template_test.rb                         |  172 +++++++++++-
 test/tilt_wikiclothtemplate_test.rb                |    2 +-
 test/tilt_yajltemplate_test.rb                     |   17 +-
 tilt.gemspec                                       |   45 ++--
 58 files changed, 1278 insertions(+), 323 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 HACKING
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/source/local-options
 create mode 100644 lib/tilt/asciidoc.rb
 create mode 100644 lib/tilt/csv.rb
 create mode 100644 lib/tilt/etanni.rb
 create mode 100644 lib/tilt/plain.rb
 create mode 100644 test/tilt_asciidoctor_test.rb
 create mode 100644 test/tilt_csv_test.rb
 copy test/{tilt_stringtemplate_test.rb => tilt_etannitemplate_test.rb} (67%)
 create mode 100644 test/tilt_lesstemplate_test.less

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



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