[DRE-commits] [ruby-temple] branch master updated (0f959c4 -> 3bf7a32)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Nov 30 21:49:46 UTC 2016


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

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

      from  0f959c4   Run wrap-and-sort on packaging files
      adds  9a0c529   New upstream version 0.7.7
       new  04c2566   Merge tag 'upstream/0.7.7'
       new  ff42c7c   Bump Standards-Version
       new  0924161   Add missing License stanza in debian/copyright
       new  3bf7a32   Release versian 0.7.7-1

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                                  |   5 +
 CHANGES                                      |   5 +
 Gemfile                                      |   2 +-
 debian/changelog                             |  18 +++
 debian/control                               |   2 +-
 debian/copyright                             |  39 +++---
 lib/temple.rb                                |   2 +
 lib/temple/filters/remove_bom.rb             |   2 +-
 lib/temple/filters/static_analyzer.rb        |  87 +++++++++++++
 lib/temple/filters/string_splitter.rb        | 130 +++++++++++++++++++
 lib/temple/generator.rb                      |   2 +-
 lib/temple/generators/array_buffer.rb        |   5 +-
 lib/temple/generators/erb.rb                 |   2 +-
 lib/temple/generators/rails_output_buffer.rb |   2 +-
 lib/temple/html/attribute_merger.rb          |  15 +--
 lib/temple/html/pretty.rb                    |   4 +-
 lib/temple/mixins/dispatcher.rb              |  14 ++-
 lib/temple/utils.rb                          |  19 ++-
 lib/temple/version.rb                        |   2 +-
 metadata.yml                                 | 180 ---------------------------
 test/filters/test_static_analyzer.rb         |  23 ++++
 test/filters/test_string_splitter.rb         |  18 +++
 test/test_generator.rb                       |   8 +-
 23 files changed, 353 insertions(+), 233 deletions(-)
 create mode 100644 lib/temple/filters/static_analyzer.rb
 create mode 100644 lib/temple/filters/string_splitter.rb
 delete mode 100644 metadata.yml
 create mode 100644 test/filters/test_static_analyzer.rb
 create mode 100644 test/filters/test_string_splitter.rb

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



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