[DRE-commits] [ruby-mustache] branch master updated (1ac8249 -> cbeaaa8)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Fri Apr 10 14:57:51 UTC 2015


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

sbadia-guest pushed a change to branch master
in repository ruby-mustache.

      from  1ac8249   prepare changelog
       new  f4c52cf   Imported Upstream version 1.0.1
       new  3eacafc   Merge tag 'upstream/1.0.1'
       new  d4d0ae0   Prepare changelog for experimental and new version 1.0.1-1~exp1
       new  23e48a0   d/patches: Refresh fix-encoding patch and a prefix number
       new  e7a93c6   d/patches: Disable codeclimate uploader during tests
       new  ffa9434   Add ruby-minitest to Build-Depends for ruby2.2
       new  689d0db   Bump Standards-Version to 3.9.6 (no further changes)
       new  755b687   Update Vcs-Browser to cgit URL and HTTPS
       new  cbeaaa8   Prepare release 1.0.1-1~exp1

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:
 README.md                                          | 160 ++++++++---------
 Rakefile                                           |  18 +-
 bin/mustache                                       |  30 ++--
 debian/changelog                                   |  11 ++
 debian/control                                     |   8 +-
 debian/patches/001_fix-encoding.patch              |  19 ++
 debian/patches/002_disable-codeclimate.patch       |  17 ++
 debian/patches/fix-encoding                        |  18 --
 debian/patches/series                              |   3 +-
 lib/mustache.rb                                    | 178 +++++++++----------
 lib/mustache/context.rb                            | 112 +++++++-----
 lib/mustache/context_miss.rb                       |  14 ++
 lib/mustache/enumerable.rb                         |   3 +
 lib/mustache/generator.rb                          |  63 +++----
 lib/mustache/parser.rb                             | 193 +++++++++++++++------
 lib/mustache/settings.rb                           |   3 +-
 lib/mustache/sinatra.rb                            | 186 --------------------
 lib/mustache/template.rb                           |  72 ++++++++
 lib/mustache/utils.rb                              |  31 ++++
 lib/mustache/version.rb                            |   2 +-
 lib/rack/bug/panels/mustache_panel.rb              |  81 ---------
 .../panels/mustache_panel/mustache_extension.rb    |  27 ---
 lib/rack/bug/panels/mustache_panel/view.mustache   |  46 -----
 man/mustache.1                                     |  65 +++----
 man/mustache.1.html                                | 167 +++++++++---------
 man/mustache.1.ron                                 |   8 +-
 man/mustache.5                                     | 135 ++++++--------
 man/mustache.5.html                                | 185 ++++++++++----------
 man/mustache.5.ron                                 |  22 +--
 metadata.yml                                       | 189 +++++++++++++-------
 test/autoloading_test.rb                           |   5 +-
 test/fixtures/comments.rb                          |   1 -
 test/fixtures/complex_view.rb                      |   1 -
 test/fixtures/crazy_recursive.rb                   |   1 -
 test/fixtures/delimiters.rb                        |   1 -
 test/fixtures/dot_notation.rb                      |   1 -
 test/fixtures/double_section.rb                    |   1 -
 test/fixtures/inverted_section.rb                  |   1 -
 test/fixtures/lambda.rb                            |   1 -
 test/fixtures/liberal.mustache                     |   1 +
 test/fixtures/liberal.rb                           |  21 +++
 test/fixtures/method_missing.rb                    |   1 -
 test/fixtures/namespaced.rb                        |   1 -
 test/fixtures/nested_objects.rb                    |   1 -
 test/fixtures/partial_with_module.rb               |   1 -
 test/fixtures/passenger.rb                         |   1 -
 test/fixtures/recursive.rb                         |   1 -
 test/fixtures/simple.rb                            |   1 -
 test/fixtures/simply_complicated.mustache          |  25 +++
 test/fixtures/template_partial.rb                  |   1 -
 test/fixtures/unescaped.rb                         |   1 -
 test/helper.rb                                     |   5 +-
 test/mustache_test.rb                              | 130 +++++++++++---
 test/parser_test.rb                                |  33 +++-
 test/partial_test.rb                               |   7 +-
 test/spec_test.rb                                  |  10 +-
 test/template_test.rb                              |  38 +++-
 57 files changed, 1223 insertions(+), 1135 deletions(-)
 create mode 100644 debian/patches/001_fix-encoding.patch
 create mode 100644 debian/patches/002_disable-codeclimate.patch
 delete mode 100644 debian/patches/fix-encoding
 create mode 100644 lib/mustache/context_miss.rb
 create mode 100644 lib/mustache/enumerable.rb
 delete mode 100644 lib/mustache/sinatra.rb
 create mode 100644 lib/mustache/utils.rb
 delete mode 100644 lib/rack/bug/panels/mustache_panel.rb
 delete mode 100644 lib/rack/bug/panels/mustache_panel/mustache_extension.rb
 delete mode 100644 lib/rack/bug/panels/mustache_panel/view.mustache
 create mode 100644 test/fixtures/liberal.mustache
 create mode 100644 test/fixtures/liberal.rb
 create mode 100644 test/fixtures/simply_complicated.mustache

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



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