[DRE-commits] [ruby-mustache] 02/09: Merge tag 'upstream/1.0.1'

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


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

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

commit 3eacafc35c9a36b30cfb9f7eb5228af75a737715
Merge: 1ac8249 f4c52cf
Author: Sebastien Badia <seb at sebian.fr>
Date:   Fri Apr 10 15:50:30 2015 +0200

    Merge tag 'upstream/1.0.1'
    
    Upstream version 1.0.1

 README.md                                          | 160 ++++++++---------
 Rakefile                                           |  18 +-
 bin/mustache                                       |  30 ++--
 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 +++-
 51 files changed, 1170 insertions(+), 1112 deletions(-)

-- 
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