[DRE-commits] [ruby-clamp] 01/03: Merge tag 'upstream/1.1.1'

Michael Moll mmoll-guest at moszumanska.debian.org
Mon Nov 7 01:03:06 UTC 2016


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

mmoll-guest pushed a commit to branch master
in repository ruby-clamp.

commit 3b475f7892ff191fae098f70c8e0d9caf949f356
Merge: 3c5a23a 7967c5c
Author: Michael Moll <kvedulv at kvedulv.de>
Date:   Mon Nov 7 01:47:12 2016 +0100

    Merge tag 'upstream/1.1.1'
    
    Upstream version 1.1.1

 .rubocop.yml                            |  60 +++++++++++++++++
 .travis.yml                             |  12 ++--
 CHANGES.md                              |  14 ++++
 Gemfile                                 |  12 +++-
 Guardfile                               |  43 ++++++++++++
 README.md                               |  15 ++++-
 Rakefile                                |   4 +-
 clamp.gemspec                           |   7 +-
 examples/defaulted                      |  31 +++++++++
 examples/scoop                          |   4 +-
 examples/speak                          |   6 +-
 examples/subcommand_missing             |  18 +++++
 lib/clamp.rb                            |   4 +-
 lib/clamp/attribute/declaration.rb      |   2 +
 lib/clamp/attribute/definition.rb       |  18 ++---
 lib/clamp/attribute/instance.rb         |   2 +-
 lib/clamp/command.rb                    |  68 ++++++++++---------
 lib/clamp/help.rb                       |  23 ++++---
 lib/clamp/messages.rb                   |  33 ++--------
 lib/clamp/option/declaration.rb         |  37 ++++++-----
 lib/clamp/option/definition.rb          |  32 ++++-----
 lib/clamp/option/parsing.rb             |  45 ++++++++-----
 lib/clamp/parameter/declaration.rb      |  19 +++++-
 lib/clamp/parameter/definition.rb       |   9 ++-
 lib/clamp/parameter/parsing.rb          |   9 ++-
 lib/clamp/subcommand/declaration.rb     |  53 ++++++++-------
 lib/clamp/subcommand/definition.rb      |   2 +-
 lib/clamp/subcommand/execution.rb       |  18 ++---
 lib/clamp/subcommand/parsing.rb         |   4 +-
 lib/clamp/truthy.rb                     |   2 +-
 lib/clamp/version.rb                    |   2 +-
 metadata.yml                            |  95 ---------------------------
 spec/clamp/command_group_spec.rb        | 112 +++++++++++++++++++++++++-------
 spec/clamp/command_spec.rb              |  41 ++++++------
 spec/clamp/messages_spec.rb             |   2 +-
 spec/clamp/option/definition_spec.rb    |  10 +--
 spec/clamp/option_module_spec.rb        |   2 +-
 spec/clamp/parameter/definition_spec.rb |   2 +-
 spec/spec_helper.rb                     |   4 +-
 39 files changed, 515 insertions(+), 361 deletions(-)

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



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