[DRE-commits] [ruby-cri] 01/07: Merge tag 'upstream/2.7.0'

Cédric Boutillier boutil at moszumanska.debian.org
Mon May 25 06:48:30 UTC 2015


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

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

commit 8b8861bb3ee900a854ad33ad3c9fd0dec599f7cf
Merge: 368bdf2 75787b4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon May 25 00:25:57 2015 +0200

    Merge tag 'upstream/2.7.0'
    
    Upstream version 2.7.0
    
    # gpg: Signature faite le lun. 25 mai 2015 00:25:56 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> »

 Gemfile                        |   1 +
 Gemfile.lock                   |  67 ++--
 LICENSE                        |   2 +-
 NEWS.md                        |  12 +
 README.adoc                    |   2 +-
 Rakefile                       |   9 +-
 checksums.yaml.gz              | Bin 268 -> 0 bytes
 cri.gemspec                    |  12 +-
 lib/cri.rb                     |   2 -
 lib/cri/argument_array.rb      |   4 -
 lib/cri/command.rb             |  71 ++--
 lib/cri/command_dsl.rb         |  46 ++-
 lib/cri/command_runner.rb      |   8 +-
 lib/cri/commands/basic_help.rb |   4 +-
 lib/cri/commands/basic_root.rb |   2 +-
 lib/cri/core_ext.rb            |   4 +-
 lib/cri/core_ext/string.rb     |  58 ++--
 lib/cri/help_renderer.rb       | 128 +++++--
 lib/cri/option_parser.rb       |  30 +-
 lib/cri/platform.rb            |   6 +-
 lib/cri/string_formatter.rb    |  23 +-
 lib/cri/version.rb             |   4 +-
 metadata.yml                   |   6 +-
 test/helper.rb                 |  76 ++--
 test/test_argument_array.rb    |  14 +-
 test/test_base.rb              |   8 +-
 test/test_basic_help.rb        |  94 ++---
 test/test_basic_root.rb        |  20 +-
 test/test_command.rb           | 771 ++++++++++++++++++++++-------------------
 test/test_command_dsl.rb       | 324 +++++++++--------
 test/test_command_runner.rb    |  45 ++-
 test/test_option_parser.rb     | 436 +++++++++++------------
 test/test_string_formatter.rb  | 179 +++++-----
 33 files changed, 1340 insertions(+), 1128 deletions(-)

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



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