[DRE-commits] [ruby-slim] branch master updated (62a85a9 -> f03250c)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 9 15:56:09 UTC 2015


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

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

      from  62a85a9   Release version 2.0.2-3
      adds  1c553f0   Imported Upstream version 3.0.6
       new  2735843   Merge tag 'upstream/3.0.6'
       new  1ee1074   Update Build-Depends
       new  b8993e3   Switch to debhelper compat level 9
       new  f1d81c8   Update Vcs-* URL
       new  040f44e   Remove obsolete patches
       new  ca5cc0a   Update debian/copyright
       new  24d9072   Update Standards-Version
       new  f03250c   Release version 3.0.6-1

The 8 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:
 .gitignore                                         |    2 +
 .travis.yml                                        |   75 +-
 .yardopts                                          |    2 +-
 CHANGES                                            |  156 ++-
 Gemfile                                            |   35 +-
 LICENSE                                            |    2 +-
 README.jp.md                                       | 1205 ++++++++++++++++++++
 README.md                                          |  858 +++++++++-----
 Rakefile                                           |   36 +-
 benchmarks/context.rb                              |    6 +-
 benchmarks/run-benchmarks.rb                       |   49 +-
 benchmarks/run-diffbench.rb                        |    0
 benchmarks/view.haml                               |    4 +-
 benchmarks/view.slim                               |    2 +-
 checksums.yaml.gz                                  |  Bin 269 -> 0 bytes
 debian/changelog                                   |   12 +
 debian/compat                                      |    2 +-
 debian/control                                     |    8 +-
 debian/copyright                                   |   10 +-
 ...01-Drop-tests-using-Sinatra-from-Rakefile.patch |   41 -
 debian/patches/series                              |    1 -
 doc/include.md                                     |   20 +
 doc/jp/include.md                                  |   20 +
 doc/jp/logic_less.md                               |  137 +++
 doc/jp/smart.md                                    |  102 ++
 doc/jp/translator.md                               |   28 +
 doc/logic_less.md                                  |   14 +-
 doc/smart.md                                       |  103 ++
 lib/slim/code_attributes.rb                        |   12 +-
 lib/slim/command.rb                                |   70 +-
 lib/slim/controls.rb                               |   13 +-
 lib/slim/do_inserter.rb                            |    2 +-
 lib/slim/embedded.rb                               |   71 +-
 lib/slim/end_inserter.rb                           |   13 +-
 lib/slim/engine.rb                                 |   44 +-
 lib/slim/erb_converter.rb                          |    2 +-
 lib/slim/filter.rb                                 |    4 +-
 lib/slim/grammar.rb                                |    4 +-
 lib/slim/include.rb                                |   57 +
 lib/slim/interpolation.rb                          |   24 +-
 lib/slim/logic_less.rb                             |    3 +-
 lib/slim/logic_less/filter.rb                      |    6 +-
 lib/slim/parser.rb                                 |  174 +--
 lib/slim/smart.rb                                  |    8 +
 lib/slim/smart/escaper.rb                          |   42 +
 lib/slim/smart/filter.rb                           |   96 ++
 lib/slim/smart/parser.rb                           |   36 +
 lib/slim/splat/builder.rb                          |   60 +-
 lib/slim/splat/filter.rb                           |    7 +-
 lib/slim/template.rb                               |   10 +-
 lib/slim/translator.rb                             |   30 +-
 lib/slim/version.rb                                |    2 +-
 metadata.yml                                       |   57 +-
 slim.gemspec                                       |    5 +-
 test/core/helper.rb                                |   22 +-
 test/core/test_code_blocks.rb                      |   64 ++
 test/core/test_code_escaping.rb                    |   38 +-
 test/core/test_code_evaluation.rb                  |   10 +-
 test/core/test_code_output.rb                      |    2 +-
 test/core/test_commands.rb                         |  223 ++++
 test/core/test_embedded_engines.rb                 |   73 +-
 test/core/test_encoding.rb                         |    8 +-
 test/core/test_erb_converter.rb                    |   60 +-
 test/core/test_html_attributes.rb                  |   27 +-
 test/core/test_html_structure.rb                   |   73 +-
 test/core/test_parser_errors.rb                    |   44 +-
 test/core/test_pretty.rb                           |   73 +-
 test/core/test_ruby_errors.rb                      |   20 +-
 test/core/test_slim_template.rb                    |    4 +-
 test/core/test_tabs.rb                             |   10 +-
 test/core/test_thread_options.rb                   |    8 +-
 test/core/test_unicode.rb                          |   24 +-
 test/include/files/recursive.slim                  |    1 +
 test/include/files/slimfile.slim                   |    3 +
 test/include/files/subdir/test.slim                |    1 +
 test/include/files/textfile                        |    1 +
 test/include/test_include.rb                       |   24 +
 test/literate/TESTS.md                             |  130 ++-
 test/literate/helper.rb                            |    4 +-
 test/logic_less/test_logic_less.rb                 |   74 +-
 test/rails/app/controllers/slim_controller.rb      |    6 +-
 test/rails/app/views/slim/splat.html.slim          |    2 +
 test/rails/config/initializers/session_store.rb    |    2 +-
 test/rails/config/routes.rb                        |    8 +-
 test/rails/test/helper.rb                          |   24 +
 test/rails/test/test_slim.rb                       |   50 +-
 test/smart/test_smart_text.rb                      |  296 +++++
 test/translator/test_translator.rb                 |   39 +-
 88 files changed, 4183 insertions(+), 1047 deletions(-)
 create mode 100644 README.jp.md
 mode change 100644 => 100755 benchmarks/run-benchmarks.rb
 mode change 100644 => 100755 benchmarks/run-diffbench.rb
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/0001-Drop-tests-using-Sinatra-from-Rakefile.patch
 delete mode 100644 debian/patches/series
 create mode 100644 doc/include.md
 create mode 100644 doc/jp/include.md
 create mode 100644 doc/jp/logic_less.md
 create mode 100644 doc/jp/smart.md
 create mode 100644 doc/jp/translator.md
 create mode 100644 doc/smart.md
 create mode 100644 lib/slim/include.rb
 create mode 100644 lib/slim/smart.rb
 create mode 100644 lib/slim/smart/escaper.rb
 create mode 100644 lib/slim/smart/filter.rb
 create mode 100644 lib/slim/smart/parser.rb
 create mode 100644 test/core/test_commands.rb
 create mode 100644 test/include/files/recursive.slim
 create mode 100644 test/include/files/slimfile.slim
 create mode 100644 test/include/files/subdir/test.slim
 create mode 100644 test/include/files/textfile
 create mode 100644 test/include/test_include.rb
 create mode 100644 test/rails/app/views/slim/splat.html.slim
 create mode 100644 test/smart/test_smart_text.rb

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



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