[DRE-commits] [ruby-hamlit] branch master updated (f3860a9 -> 00be44d)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Nov 27 13:04:47 UTC 2017


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

boutil pushed a change to branch master
in repository ruby-hamlit.

      from  f3860a9   Add changelog
      adds  7ba119c   New upstream version 2.8.5
       new  851afc1   Update upstream source from tag 'upstream/2.8.5'
       new  c49f516   Bump debhelper compatibility level to 10
       new  0f28563   Bump Standards-Version to 4.1.1 (no changes needed)
       new  aa92e5e   prepare changelog
       new  00be44d   wait for ruby-temple 0.8

The 5 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                              | 22 ++++++-----
 CHANGELOG.md                             | 40 ++++++++++++++++++++
 Gemfile                                  | 12 +++++-
 README.md                                | 21 ++++-------
 REFERENCE.md                             | 63 ++++++++++++++++++++++++++------
 benchmark/etc/tags_loop.haml             |  2 +
 benchmark/slim/run-benchmarks.rb         | 20 +++++-----
 bin/lineprof                             | 48 ------------------------
 debian/changelog                         | 10 +++++
 debian/compat                            |  2 +-
 debian/control                           |  8 ++--
 ext/hamlit/hamlit.c                      |  3 ++
 hamlit.gemspec                           |  6 +--
 lib/hamlit/attribute_compiler.rb         | 15 ++++----
 lib/hamlit/attribute_parser.rb           |  2 +-
 lib/hamlit/cli.rb                        | 48 ++++++++++++++++--------
 lib/hamlit/compiler/script_compiler.rb   |  3 +-
 lib/hamlit/compiler/tag_compiler.rb      |  3 +-
 lib/hamlit/engine.rb                     |  3 +-
 lib/hamlit/rails_template.rb             |  4 ++
 lib/hamlit/static_analyzer.rb            | 58 -----------------------------
 lib/hamlit/version.rb                    |  2 +-
 test/haml/filters_test.rb                |  4 +-
 test/haml/haml-spec/ugly_test.rb         |  2 +-
 test/hamlit/attribute_parser_test.rb     |  6 ++-
 test/hamlit/engine/old_attribute_test.rb |  6 +++
 test/hamlit/static_analyzer_test.rb      | 57 -----------------------------
 test/test_helper.rb                      |  4 +-
 28 files changed, 219 insertions(+), 255 deletions(-)
 create mode 100644 benchmark/etc/tags_loop.haml
 delete mode 100755 bin/lineprof
 delete mode 100644 lib/hamlit/static_analyzer.rb
 delete mode 100644 test/hamlit/static_analyzer_test.rb

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



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