[DRE-commits] [ruby-thor] 01/03: Merge tag 'upstream/0.19.1'
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 commit to branch master
in repository ruby-thor.
commit 91e62696bf367d46ae16866b4c98a5a247fee3f9
Merge: 482de1f dd70bd7
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Sat Mar 29 17:21:21 2014 +0100
Merge tag 'upstream/0.19.1'
Upstream version 0.19.1
README.md | 18 +-
Thorfile | 22 +-
bin/thor | 2 +-
checksums.yaml.gz | Bin 0 -> 270 bytes
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/sandbox/application.rb | 2 +
spec/sandbox/app{1}/README | 3 +
spec/sandbox/bundle/execute.rb | 6 +
spec/sandbox/bundle/main.thor | 1 +
spec/sandbox/command.thor | 10 +
spec/sandbox/doc/%file_name%.rb.tt | 1 +
spec/sandbox/doc/COMMENTER | 11 +
spec/sandbox/doc/README | 3 +
spec/sandbox/doc/block_helper.rb | 3 +
spec/sandbox/doc/config.rb | 1 +
spec/sandbox/doc/config.yaml.tt | 1 +
spec/sandbox/doc/excluding/%file_name%.rb.tt | 1 +
spec/sandbox/enum.thor | 10 +
spec/sandbox/group.thor | 128 ++++++++
spec/{fixtures => sandbox}/invoke.thor | 13 +
spec/sandbox/path with spaces | 0
spec/sandbox/preserve/script.sh | 3 +
spec/{fixtures => sandbox}/script.thor | 2 +-
spec/sandbox/subcommand.thor | 17 +
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 +-
90 files changed, 2657 insertions(+), 2233 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