[DRE-commits] [ruby-commander] 01/06: Merge tag 'upstream/4.3.4'

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Jun 21 01:14:20 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-commander.

commit 38aca973f32ded4d695fc94837115328cf123f97
Merge: b3f2d29 737b3cd
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 20 20:41:28 2015 -0300

    Merge tag 'upstream/4.3.4'
    
    Upstream version 4.3.4
    
    # gpg: Signature made Sáb 20 Jun 2015 20:41:25 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"

 .rspec                                             |   2 +
 .rubocop.yml                                       |   9 +
 .rubocop_todo.yml                                  |  77 +++++
 .travis.yml                                        |   4 +-
 Gemfile                                            |   2 +-
 History.rdoc                                       |  28 ++
 README.md                                          |  25 +-
 Rakefile                                           |  11 +-
 bin/commander                                      |  24 +-
 checksums.yaml.gz                                  | Bin 267 -> 0 bytes
 commander.gemspec                                  |  35 +-
 lib/commander.rb                                   |   1 +
 lib/commander/blank.rb                             |   5 +-
 lib/commander/command.rb                           | 131 ++++----
 lib/commander/configure.rb                         |   6 +-
 lib/commander/core_ext.rb                          |   3 +-
 lib/commander/core_ext/array.rb                    |   6 +-
 lib/commander/core_ext/object.rb                   |   5 +-
 lib/commander/delegates.rb                         |  23 +-
 lib/commander/help_formatters.rb                   |  40 ++-
 lib/commander/help_formatters/base.rb              |  22 +-
 lib/commander/help_formatters/terminal.rb          |  15 +-
 lib/commander/help_formatters/terminal/help.erb    |   4 +-
 lib/commander/help_formatters/terminal_compact.rb  |   5 +-
 .../help_formatters/terminal_compact/help.erb      |   4 +-
 lib/commander/import.rb                            |   2 -
 lib/commander/methods.rb                           |  16 +-
 lib/commander/platform.rb                          |   1 -
 lib/commander/runner.rb                            | 244 +++++++-------
 lib/commander/user_interaction.rb                  | 244 +++++++-------
 lib/commander/version.rb                           |   2 +-
 metadata.yml                                       |  37 ++-
 spec/command_spec.rb                               | 115 ++++---
 spec/configure_spec.rb                             |   8 +-
 spec/core_ext/array_spec.rb                        |  12 +-
 spec/core_ext/object_spec.rb                       |  16 +-
 .../{terminal_spec.rb => terminal_compact_spec.rb} |  43 +--
 spec/help_formatters/terminal_spec.rb              |  39 ++-
 spec/runner_spec.rb                                | 354 ++++++++++-----------
 spec/spec_helper.rb                                |  24 +-
 spec/ui_spec.rb                                    |  21 +-
 41 files changed, 921 insertions(+), 744 deletions(-)

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



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