61ba697610
* pkgsrc change: add pkg_alternatives support. 0.19.4, release 2016-11-28 * Rename Thor::Base#thor_reserved_word? to #is_thor_reserved_word? 0.19.3, release 2016-11-27 * Output a warning instead of raising an exception when a default option value doesn't match its specified type 0.19.2, release 2016-11-26 * Fix bug with handling of colors passed to ask (and methods like yes? and no? which it underpins) * Allow numeric arguments to be negative * Ensure that default option values are of the specified type (e.g. you can't specify "foo" as the default for a numeric option), but make symbols and strings interchangeable * Add Thor::Shell::Basic#indent method for intending output * Fix remove_command for an inherited command (see #451) * Allow hash arguments to only have each key provided once (see #455) * Allow commands to disable class options, for instance for "help" commands (see #363) * Do not generate a negative option (--no-no-foo) for already negative boolean options (--no-foo) * Improve compatibility of Thor::CoreExt::HashWithIndifferentAccess with Ruby standard library Hash * Allow specifying a custom binding for template evaluation (e.g. #key? and #fetch) * Fix support for subcommand-specific "help"s * Use a string buffer when handling ERB for Ruby 2.3 compatibility * Update dependencies
43 lines
1.6 KiB
Text
43 lines
1.6 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2017/03/20 12:48:32 taca Exp $
|
|
bin/thor${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.document
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/LICENSE.md
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/bin/thor
|
|
${GEM_LIBDIR}/lib/thor.rb
|
|
${GEM_LIBDIR}/lib/thor/actions.rb
|
|
${GEM_LIBDIR}/lib/thor/actions/create_file.rb
|
|
${GEM_LIBDIR}/lib/thor/actions/create_link.rb
|
|
${GEM_LIBDIR}/lib/thor/actions/directory.rb
|
|
${GEM_LIBDIR}/lib/thor/actions/empty_directory.rb
|
|
${GEM_LIBDIR}/lib/thor/actions/file_manipulation.rb
|
|
${GEM_LIBDIR}/lib/thor/actions/inject_into_file.rb
|
|
${GEM_LIBDIR}/lib/thor/base.rb
|
|
${GEM_LIBDIR}/lib/thor/command.rb
|
|
${GEM_LIBDIR}/lib/thor/core_ext/hash_with_indifferent_access.rb
|
|
${GEM_LIBDIR}/lib/thor/core_ext/io_binary_read.rb
|
|
${GEM_LIBDIR}/lib/thor/core_ext/ordered_hash.rb
|
|
${GEM_LIBDIR}/lib/thor/error.rb
|
|
${GEM_LIBDIR}/lib/thor/group.rb
|
|
${GEM_LIBDIR}/lib/thor/invocation.rb
|
|
${GEM_LIBDIR}/lib/thor/line_editor.rb
|
|
${GEM_LIBDIR}/lib/thor/line_editor/basic.rb
|
|
${GEM_LIBDIR}/lib/thor/line_editor/readline.rb
|
|
${GEM_LIBDIR}/lib/thor/parser.rb
|
|
${GEM_LIBDIR}/lib/thor/parser/argument.rb
|
|
${GEM_LIBDIR}/lib/thor/parser/arguments.rb
|
|
${GEM_LIBDIR}/lib/thor/parser/option.rb
|
|
${GEM_LIBDIR}/lib/thor/parser/options.rb
|
|
${GEM_LIBDIR}/lib/thor/rake_compat.rb
|
|
${GEM_LIBDIR}/lib/thor/runner.rb
|
|
${GEM_LIBDIR}/lib/thor/shell.rb
|
|
${GEM_LIBDIR}/lib/thor/shell/basic.rb
|
|
${GEM_LIBDIR}/lib/thor/shell/color.rb
|
|
${GEM_LIBDIR}/lib/thor/shell/html.rb
|
|
${GEM_LIBDIR}/lib/thor/util.rb
|
|
${GEM_LIBDIR}/lib/thor/version.rb
|
|
${GEM_LIBDIR}/thor.gemspec
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|