[DRE-commits] [ruby-clamp] branch master updated (6b5c5f5 -> 72b056f)

Michael Moll mmoll-guest at moszumanska.debian.org
Mon Aug 10 21:29:34 UTC 2015


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  6b5c5f5   install upstream changelog
      adds  796dc3b   Imported Upstream version 1.0.0
       new  77200f2   Merge tag 'upstream/1.0.0'
       new  72b056f   update to 1.0.0

The 2 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:
 .autotest                               |   2 +
 .travis.yml                             |   2 +
 CHANGES.md                              |  17 ++
 Gemfile                                 |   6 +-
 README.md                               |  48 +++-
 Rakefile                                |   2 +-
 checksums.yaml.gz                       | Bin 424 -> 0 bytes
 debian/changelog                        |   6 +
 debian/ruby-clamp.docs                  |   1 +
 examples/fubar                          |   2 +-
 lib/clamp/attribute/definition.rb       |   7 +
 lib/clamp/attribute/instance.rb         |   9 +-
 lib/clamp/command.rb                    |  15 +-
 lib/clamp/errors.rb                     |  12 +
 lib/clamp/help.rb                       |  11 +-
 lib/clamp/messages.rb                   |  71 ++++++
 lib/clamp/option/parsing.rb             |  10 +-
 lib/clamp/parameter/definition.rb       |   2 +-
 lib/clamp/parameter/parsing.rb          |   2 +-
 lib/clamp/subcommand/declaration.rb     |  10 +
 lib/clamp/subcommand/execution.rb       |   2 +-
 lib/clamp/version.rb                    |   2 +-
 metadata.yml                            |  27 +-
 spec/clamp/command_group_spec.rb        |  84 ++++---
 spec/clamp/command_spec.rb              | 432 ++++++++++++++++++--------------
 spec/clamp/messages_spec.rb             |  44 ++++
 spec/clamp/option/definition_spec.rb    | 103 +++++---
 spec/clamp/option_module_spec.rb        |   4 +-
 spec/clamp/parameter/definition_spec.rb |  74 +++---
 spec/spec_helper.rb                     |  17 +-
 30 files changed, 686 insertions(+), 338 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/clamp/messages.rb
 create mode 100644 spec/clamp/messages_spec.rb

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