update to ruby31-thor-1.2.1

This commit is contained in:
sthen 2022-08-05 16:17:09 +00:00
parent 8921cc58a1
commit ee62a01f70
3 changed files with 5 additions and 96 deletions

View File

@ -1,6 +1,6 @@
COMMENT = scripting framework to replace rake/sake/rubigen
DISTNAME = thor-0.19.1
DISTNAME = thor-1.2.1
CATEGORIES = devel
HOMEPAGE = http://whatisthor.com/

View File

@ -1,2 +1,2 @@
SHA256 (thor-0.19.1.gem) = n/g08DG1VQx0O7ijE5MX/v2unN69AtYN43Zlj0J/5SI=
SIZE (thor-0.19.1.gem) = 91648
SHA256 (thor-1.2.1.gem) = sXUhU9yca40/yqZl6eGgCj5z8o2l4ji4HEBFAuU51EY=
SIZE (thor-1.2.1.gem) = 53248

View File

@ -2,10 +2,9 @@ ${GEM_BIN}/thor${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.document
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Thorfile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/thor
${GEM_LIB}/gems/${DISTNAME}/lib/
@ -23,8 +22,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thor/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/command.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/hash_with_indifferent_access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/io_binary_read.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/ordered_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/group.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/invocation.rb
@ -32,6 +29,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor/basic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor/readline.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/nested_context.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/argument.rb
@ -47,94 +45,5 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/color.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/html.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/version.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/actions/
${GEM_LIB}/gems/${DISTNAME}/spec/actions/create_file_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/create_link_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/directory_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/empty_directory_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/file_manipulation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions/inject_into_file_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/actions_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/base_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/command_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/
${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/hash_with_indifferent_access_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/ordered_hash_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/exit_condition_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/application.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/app{1}/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/app{1}/README
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/execute.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/main.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/command.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/%file_name%.rb.tt
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/COMMENTER
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/README
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/block_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/config.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/config.yaml.tt
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/excluding/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/excluding/%file_name%.rb.tt
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/enum.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/group.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/invoke.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/path with spaces
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/preserve/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/preserve/script.sh
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/script.thor
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/subcommand.thor
${GEM_LIB}/gems/${DISTNAME}/spec/group_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/invocation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/line_editor/
${GEM_LIB}/gems/${DISTNAME}/spec/line_editor/basic_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/line_editor/readline_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/line_editor_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/
${GEM_LIB}/gems/${DISTNAME}/spec/parser/argument_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/arguments_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/option_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/parser/options_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/quality_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rake_compat_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/register_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/runner_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/application.rb
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/app{1}/
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/app{1}/README
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/bundle/
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/bundle/execute.rb
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/bundle/main.thor
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/command.thor
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/%file_name%.rb.tt
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/COMMENTER
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/README
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/block_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/config.rb
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/config.yaml.tt
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/excluding/
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/excluding/%file_name%.rb.tt
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/enum.thor
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/group.thor
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/invoke.thor
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/path with spaces
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/preserve/
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/preserve/script.sh
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/script.thor
${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/subcommand.thor
${GEM_LIB}/gems/${DISTNAME}/spec/shell/
${GEM_LIB}/gems/${DISTNAME}/spec/shell/basic_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell/color_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell/html_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shell_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/subcommand_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thor_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/util_spec.rb
${GEM_LIB}/gems/${DISTNAME}/thor.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec