[DRE-commits] [ruby-sinatra] branch master updated (2ba33a3 -> 21f74e3)

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Apr 10 22:43:26 UTC 2014


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

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

      from  2ba33a3   Prepare Debian version 1.4.3-2
      adds  d1be17c   Imported Upstream version 1.4.5
       new  47986a5   Merge tag 'upstream/1.4.5'
       new  f6b0980   Drop obsolete patch
       new  eec95de   Update path to Japanese documentation
       new  221457d   Get more test coverage by adding several Build-Depends
       new  21f74e3   Release version 1.4.5-1

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:
 .yardopts                                          |    5 +-
 CHANGES                                            |   56 +-
 Gemfile                                            |   80 +-
 LICENSE                                            |    3 +-
 README.de.md                                       |   55 +-
 README.es.md                                       |   69 +-
 README.fr.md                                       | 1068 +++++---
 README.hu.md                                       |   28 +-
 README.ja.md                                       | 2726 ++++++++++++++++++++
 README.jp.md                                       | 1097 --------
 README.ko.md                                       | 1957 ++++++++------
 README.md                                          |  196 +-
 README.pt-br.md                                    |   25 +-
 README.ru.md                                       |   79 +-
 README.zh.md                                       |  129 +-
 Rakefile                                           |    4 +-
 checksums.yaml.gz                                  |  Bin 268 -> 270 bytes
 debian/changelog                                   |   10 +
 debian/control                                     |   13 +-
 debian/patches/series                              |    1 -
 debian/patches/test-disable-path-protection        |   19 -
 debian/ruby-sinatra.docs                           |    2 +-
 lib/sinatra/base.rb                                |  173 +-
 lib/sinatra/images/404.png                         |  Bin 23305 -> 18893 bytes
 lib/sinatra/images/500.png                         |  Bin 31056 -> 24378 bytes
 .../{showexceptions.rb => show_exceptions.rb}      |    0
 lib/sinatra/version.rb                             |    2 +-
 metadata.yml                                       |   53 +-
 sinatra.gemspec                                    |    1 +
 test/asciidoctor_test.rb                           |   72 +
 test/base_test.rb                                  |    1 -
 test/compile_test.rb                               |   56 +-
 test/filter_test.rb                                |    2 +-
 test/helpers_test.rb                               |   17 +-
 test/integration/app.rb                            |   17 +
 test/integration_helper.rb                         |   11 +-
 test/integration_test.rb                           |   12 +-
 test/mediawiki_test.rb                             |   68 +
 test/rdoc_test.rb                                  |    4 +-
 test/request_test.rb                               |   24 +
 test/response_test.rb                              |    2 +-
 test/routing_test.rb                               |   23 +-
 test/sass_test.rb                                  |    1 -
 test/scss_test.rb                                  |    1 -
 test/slim_test.rb                                  |    8 +-
 test/static_test.rb                                |   25 +-
 test/templates_test.rb                             |   15 +
 test/views/hello.asciidoc                          |    1 +
 test/views/hello.mediawiki                         |    1 +
 49 files changed, 5532 insertions(+), 2680 deletions(-)
 create mode 100644 README.ja.md
 delete mode 100644 README.jp.md
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/test-disable-path-protection
 rename lib/sinatra/{showexceptions.rb => show_exceptions.rb} (100%)
 create mode 100644 test/asciidoctor_test.rb
 create mode 100644 test/mediawiki_test.rb
 create mode 100644 test/views/hello.asciidoc
 create mode 100644 test/views/hello.mediawiki

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



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