[DRE-commits] [ruby-clamp] branch master updated (3c5a23a -> 8d41fbb)

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 change to branch master
in repository ruby-clamp.

      from  3c5a23a   Run wrap-and-sort on packaging files
      adds  7967c5c   New upstream version 1.1.1
       new  3b475f7   Merge tag 'upstream/1.1.1'
       new  692c588   Bump Standards-Version to 3.9.8 (no changes needed)
       new  8d41fbb   update to 1.1.1

The 3 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:
 .rubocop.yml                            |  60 +++++++++++++++++
 .travis.yml                             |  12 ++--
 CHANGES.md                              |  14 ++++
 Gemfile                                 |  12 +++-
 Guardfile                               |  43 ++++++++++++
 README.md                               |  15 ++++-
 Rakefile                                |   4 +-
 clamp.gemspec                           |   7 +-
 debian/changelog                        |   7 ++
 debian/control                          |   2 +-
 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 +-
 41 files changed, 523 insertions(+), 362 deletions(-)
 create mode 100644 .rubocop.yml
 create mode 100644 Guardfile
 create mode 100755 examples/defaulted
 create mode 100755 examples/subcommand_missing
 delete mode 100644 metadata.yml

-- 
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