[DRE-commits] [ruby-thor] branch master updated (482de1f -> 4a54ed2)

Christian Hofstaedtler zeha at moszumanska.debian.org
Sun Mar 30 15:29:50 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  482de1f   Fix git-version-fix patch
      adds  dd70bd7   Imported Upstream version 0.19.1
       new  91e6269   Merge tag 'upstream/0.19.1'
       new  01c31e2   Update patches
       new  4a54ed2   Prepare changelog

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:
 README.md                                          |  18 +-
 Thorfile                                           |  22 +-
 bin/thor                                           |   2 +-
 checksums.yaml.gz                                  | Bin 0 -> 270 bytes
 debian/changelog                                   |   6 +
 debian/patches/disable-some-tests                  |  60 ++++
 debian/patches/series                              |   3 +-
 debian/patches/tests-disable-coverage              |  36 ---
 lib/thor.rb                                        |  70 +++--
 lib/thor/actions.rb                                |  56 ++--
 lib/thor/actions/create_file.rb                    |   4 +-
 lib/thor/actions/create_link.rb                    |   2 +-
 lib/thor/actions/directory.rb                      |  16 +-
 lib/thor/actions/file_manipulation.rb              |  18 +-
 lib/thor/actions/inject_into_file.rb               |   6 +-
 lib/thor/base.rb                                   |  54 ++--
 lib/thor/command.rb                                |  10 +-
 lib/thor/core_ext/io_binary_read.rb                |   2 +-
 lib/thor/core_ext/ordered_hash.rb                  |   2 +-
 lib/thor/group.rb                                  |  16 +-
 lib/thor/invocation.rb                             |   5 +
 lib/thor/line_editor.rb                            |   6 +-
 lib/thor/line_editor/basic.rb                      |   2 +-
 lib/thor/line_editor/readline.rb                   |  12 +-
 lib/thor/parser.rb                                 |   8 +-
 lib/thor/parser/argument.rb                        |  12 +-
 lib/thor/parser/arguments.rb                       |  16 +-
 lib/thor/parser/option.rb                          |  14 +-
 lib/thor/parser/options.rb                         |  18 +-
 lib/thor/rake_compat.rb                            |   8 +-
 lib/thor/runner.rb                                 |  90 +++---
 lib/thor/shell.rb                                  |  14 +-
 lib/thor/shell/basic.rb                            |  52 +--
 lib/thor/shell/color.rb                            |  14 +-
 lib/thor/shell/html.rb                             |  48 +--
 lib/thor/util.rb                                   |  58 ++--
 lib/thor/version.rb                                |   2 +-
 metadata.yml                                       | 268 +++++++++-------
 spec/actions/create_file_spec.rb                   | 118 +++----
 spec/actions/create_link_spec.rb                   |  54 ++--
 spec/actions/directory_spec.rb                     | 134 ++++----
 spec/actions/empty_directory_spec.rb               |  90 +++---
 spec/actions/file_manipulation_spec.rb             | 334 ++++++++++----------
 spec/actions/inject_into_file_spec.rb              |  92 +++---
 spec/actions_spec.rb                               | 252 +++++++--------
 spec/base_spec.rb                                  | 192 ++++++------
 spec/command_spec.rb                               |  64 ++--
 spec/core_ext/hash_with_indifferent_access_spec.rb |  42 +--
 spec/core_ext/ordered_hash_spec.rb                 | 104 +++---
 spec/exit_condition_spec.rb                        |  12 +-
 spec/fixtures/bundle/execute.rb                    |   4 +-
 spec/fixtures/invoke.thor                          |  13 +
 spec/fixtures/script.thor                          |   2 +-
 spec/group_spec.rb                                 | 106 +++----
 spec/helper.rb                                     |  40 +--
 spec/invocation_spec.rb                            |  84 ++---
 spec/line_editor/basic_spec.rb                     |  30 +-
 spec/line_editor/readline_spec.rb                  |  56 ++--
 spec/line_editor_spec.rb                           |  32 +-
 spec/parser/argument_spec.rb                       |  40 +--
 spec/parser/arguments_spec.rb                      |  46 +--
 spec/parser/option_spec.rb                         | 160 +++++-----
 spec/parser/options_spec.rb                        | 348 ++++++++++-----------
 spec/quality_spec.rb                               |  75 +++++
 spec/rake_compat_spec.rb                           |  36 +--
 spec/register_spec.rb                              | 160 ++++++----
 spec/runner_spec.rb                                | 101 +++---
 spec/{fixtures => sandbox}/application.rb          |   0
 spec/{fixtures => sandbox}/app{1}/README           |   0
 spec/sandbox/bundle/execute.rb                     |   6 +
 spec/{fixtures => sandbox}/bundle/main.thor        |   0
 spec/{fixtures => sandbox}/command.thor            |   0
 spec/{fixtures => sandbox}/doc/%file_name%.rb.tt   |   0
 spec/{fixtures => sandbox}/doc/COMMENTER           |   0
 spec/{fixtures/app{1} => sandbox/doc}/README       |   0
 spec/{fixtures => sandbox}/doc/block_helper.rb     |   0
 spec/{fixtures => sandbox}/doc/config.rb           |   0
 spec/{fixtures => sandbox}/doc/config.yaml.tt      |   0
 .../doc/excluding/%file_name%.rb.tt                |   0
 spec/{fixtures => sandbox}/enum.thor               |   0
 spec/{fixtures => sandbox}/group.thor              |   0
 spec/{fixtures => sandbox}/invoke.thor             |  13 +
 spec/{fixtures => sandbox}/path with spaces        |   0
 spec/{fixtures => sandbox}/preserve/script.sh      |   0
 spec/{fixtures => sandbox}/script.thor             |   2 +-
 spec/{fixtures => sandbox}/subcommand.thor         |   0
 spec/shell/basic_spec.rb                           | 253 +++++++--------
 spec/shell/color_spec.rb                           |  68 ++--
 spec/shell/html_spec.rb                            |  22 +-
 spec/shell_spec.rb                                 |  24 +-
 spec/subcommand_spec.rb                            |  35 ++-
 spec/thor_spec.rb                                  | 310 +++++++++---------
 spec/util_spec.rb                                  | 166 +++++-----
 thor.gemspec                                       |  30 +-
 94 files changed, 2529 insertions(+), 2271 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/disable-some-tests
 delete mode 100644 debian/patches/tests-disable-coverage
 create mode 100644 spec/quality_spec.rb
 copy spec/{fixtures => sandbox}/application.rb (100%)
 copy spec/{fixtures => sandbox}/app{1}/README (100%)
 create mode 100644 spec/sandbox/bundle/execute.rb
 copy spec/{fixtures => sandbox}/bundle/main.thor (100%)
 copy spec/{fixtures => sandbox}/command.thor (100%)
 copy spec/{fixtures => sandbox}/doc/%file_name%.rb.tt (100%)
 copy spec/{fixtures => sandbox}/doc/COMMENTER (100%)
 copy spec/{fixtures/app{1} => sandbox/doc}/README (100%)
 copy spec/{fixtures => sandbox}/doc/block_helper.rb (100%)
 copy spec/{fixtures => sandbox}/doc/config.rb (100%)
 copy spec/{fixtures => sandbox}/doc/config.yaml.tt (100%)
 copy spec/{fixtures => sandbox}/doc/excluding/%file_name%.rb.tt (100%)
 copy spec/{fixtures => sandbox}/enum.thor (100%)
 copy spec/{fixtures => sandbox}/group.thor (100%)
 copy spec/{fixtures => sandbox}/invoke.thor (92%)
 copy spec/{fixtures => sandbox}/path with spaces (100%)
 copy spec/{fixtures => sandbox}/preserve/script.sh (100%)
 copy spec/{fixtures => sandbox}/script.thor (99%)
 copy spec/{fixtures => sandbox}/subcommand.thor (100%)

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