[DRE-commits] [ruby-thor] branch master updated (f4854b6 -> 5f1b89b)

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

      from  f4854b6   Use italics for placeholders in man page
      adds  0c90324   Imported Upstream version 0.18.1.git20140116
       new  26f82df   Merge tag 'upstream/0.18.1.git20140116'
       new  e7c2fad   Update my e-mail address
       new  28127b0   Bump Standards-Version to 3.9.5 (no changes)
       new  9d21754   Refresh patches
       new  5f1b89b   Prepare changelog

The 5 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:
 README.md                                          |  10 +-
 Thorfile                                           |  19 +-
 debian/changelog                                   |  11 +-
 debian/control                                     |   4 +-
 debian/patches/tests-disable-coverage              |  25 +-
 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                                     |  40 +-
 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 +-
 72 files changed, 3724 insertions(+), 3289 deletions(-)
 create mode 100644 lib/thor/line_editor.rb
 create mode 100644 lib/thor/line_editor/basic.rb
 create mode 100644 lib/thor/line_editor/readline.rb
 create mode 100644 spec/line_editor/basic_spec.rb
 create mode 100644 spec/line_editor/readline_spec.rb
 create mode 100644 spec/line_editor_spec.rb

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