[DRE-commits] [ruby-thor] 01/05: Merge tag 'upstream/0.18.1.git20140116'

Christian Hofstaedtler zeha at moszumanska.debian.org
Thu Jan 16 11:45:38 UTC 2014


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

zeha pushed a commit to branch master
in repository ruby-thor.

commit 26f82dfe52f7b9cec5a74952ec9e9f8d8036e825
Merge: f4854b6 0c90324
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Thu Jan 16 12:30:43 2014 +0100

    Merge tag 'upstream/0.18.1.git20140116'
    
    Upstream version 0.18.1.git20140116
    
    # gpg: Signature made Don 16 Jän 2014 12:30:40 CET using RSA key ID 93052E03
    # gpg: Good signature from "Christian Hofstaedtler <christian at hofstaedtler.name>"
    # gpg:                 aka "Christian Hofstaedtler <ch at zeha.at>"
    # gpg:                 aka "Christian Hofstaedtler <zeha at debian.org>"

 README.md                                          |  10 +-
 Thorfile                                           |  19 +-
 lib/thor.rb                                        | 111 +++---
 lib/thor/actions.rb                                | 105 +++---
 lib/thor/actions/create_file.rb                    |  64 ++--
 lib/thor/actions/create_link.rb                    |   3 +-
 lib/thor/actions/directory.rb                      |  73 ++--
 lib/thor/actions/empty_directory.rb                | 136 ++++---
 lib/thor/actions/file_manipulation.rb              |  20 +-
 lib/thor/actions/inject_into_file.rb               |  56 ++-
 lib/thor/base.rb                                   | 354 +++++++++---------
 lib/thor/command.rb                                |  49 ++-
 lib/thor/core_ext/hash_with_indifferent_access.rb  |  45 ++-
 lib/thor/core_ext/io_binary_read.rb                |   4 +-
 lib/thor/core_ext/ordered_hash.rb                  |  18 +-
 lib/thor/error.rb                                  |   6 +-
 lib/thor/group.rb                                  | 109 +++---
 lib/thor/invocation.rb                             |  77 ++--
 lib/thor/line_editor.rb                            |  17 +
 lib/thor/line_editor/basic.rb                      |  35 ++
 lib/thor/line_editor/readline.rb                   |  88 +++++
 lib/thor/parser/argument.rb                        |  59 ++-
 lib/thor/parser/arguments.rb                       | 200 +++++-----
 lib/thor/parser/option.rb                          |  42 +--
 lib/thor/parser/options.rb                         | 170 ++++-----
 lib/thor/rake_compat.rb                            |  13 +-
 lib/thor/runner.rb                                 | 300 +++++++--------
 lib/thor/shell.rb                                  |  53 ++-
 lib/thor/shell/basic.rb                            | 158 ++++----
 lib/thor/shell/color.rb                            |  87 ++---
 lib/thor/shell/html.rb                             |  87 +++--
 lib/thor/util.rb                                   |  61 ++-
 lib/thor/version.rb                                |   2 +-
 metadata.yml                                       | 210 ++++++-----
 spec/actions/create_file_spec.rb                   | 134 ++++---
 spec/actions/create_link_spec.rb                   |  71 ++--
 spec/actions/directory_spec.rb                     | 166 ++++----
 spec/actions/empty_directory_spec.rb               |  84 ++---
 spec/actions/file_manipulation_spec.rb             | 354 +++++++++---------
 spec/actions/inject_into_file_spec.rb              |  94 ++---
 spec/actions_spec.rb                               | 296 +++++++--------
 spec/base_spec.rb                                  | 241 ++++++------
 spec/command_spec.rb                               |  67 ++--
 spec/core_ext/hash_with_indifferent_access_spec.rb |  36 +-
 spec/core_ext/ordered_hash_spec.rb                 | 104 +++---
 spec/exit_condition_spec.rb                        |  10 +-
 spec/fixtures/bundle/execute.rb                    |   4 +-
 spec/fixtures/invoke.thor                          |   6 +
 spec/group_spec.rb                                 | 142 +++----
 spec/helper.rb                                     |  35 +-
 spec/invocation_spec.rb                            |  92 ++---
 spec/line_editor/basic_spec.rb                     |  28 ++
 spec/line_editor/readline_spec.rb                  |  69 ++++
 spec/line_editor_spec.rb                           |  43 +++
 spec/parser/argument_spec.rb                       |  48 +--
 spec/parser/arguments_spec.rb                      |  48 +--
 spec/parser/option_spec.rb                         | 166 ++++----
 spec/parser/options_spec.rb                        | 378 ++++++++++---------
 spec/rake_compat_spec.rb                           |  44 +--
 spec/register_spec.rb                              |  92 ++---
 spec/runner_spec.rb                                | 202 +++++-----
 spec/shell/basic_spec.rb                           | 291 +++++++-------
 spec/shell/color_spec.rb                           |  88 +++--
 spec/shell/html_spec.rb                            |  23 +-
 spec/shell_spec.rb                                 |  26 +-
 spec/subcommand_spec.rb                            |  33 +-
 spec/thor_spec.rb                                  | 416 +++++++++++----------
 spec/util_spec.rb                                  | 178 ++++-----
 thor.gemspec                                       |  18 +-
 69 files changed, 3703 insertions(+), 3265 deletions(-)

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



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