[DRE-commits] [ruby-rack-mount] 02/03: Merge tag 'upstream/0.8.3'

Cédric Boutillier boutil at moszumanska.debian.org
Fri Jul 18 20:35:55 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-rack-mount.

commit d9795ae83845399afdda6b45ed3d7234a4339b4c
Merge: bbab9f3 bd2ba6a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 18 21:51:20 2014 +0200

    Merge tag 'upstream/0.8.3'
    
    Upstream version 0.8.3
    
    # gpg: Signature faite le ven. 18 juil. 2014 21:51:17 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .gitignore                            |   1 +
 .travis.yml                           |   7 +
 Gemfile                               |   2 +
 Rakefile                              |  38 +++
 lib/rack/mount/strexp/parser.y        |  34 ++
 lib/rack/mount/strexp/tokenizer.rex   |  12 +
 metadata.yml                          | 153 ---------
 rack-mount.gemspec                    |  20 ++
 test/abstract_unit.rb                 |  72 ++++
 test/fixtures.rb                      |  29 ++
 test/fixtures/basic_set.rb            |   1 +
 test/fixtures/basic_set_map.rb        |   9 +
 test/fixtures/basic_set_map_19.rb     | 106 ++++++
 test/fixtures/default_set.rb          |   8 +
 test/fixtures/echo_app.rb             |   7 +
 test/fixtures/linear_basic_set.rb     |  21 ++
 test/fixtures/nested_set_a.rb         |   4 +
 test/fixtures/nested_set_b.rb         |   3 +
 test/fixtures/optimized_basic_set.rb  |   1 +
 test/graphing.rb                      |  92 +++++
 test/test_generatable_regexp.rb       | 248 ++++++++++++++
 test/test_generation.rb               | 139 ++++++++
 test/test_multimap.rb                 | 158 +++++++++
 test/test_prefix.rb                   |  44 +++
 test/test_recognition.rb              | 622 ++++++++++++++++++++++++++++++++++
 test/test_regexp_with_named_groups.rb |  56 +++
 test/test_route_set.rb                | 137 ++++++++
 test/test_strexp.rb                   | 173 ++++++++++
 test/test_utils.rb                    |  39 +++
 29 files changed, 2083 insertions(+), 153 deletions(-)

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



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