pkgsrc/devel/ruby-thor/PLIST
taca fcb40cedf3 devel/ruby-thor: update to 1.0.1
Update ruby-thor to 1.0.1.


# 1.0.1
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
* Handle relative source path in `create_link`.

# 1.0.0
* Drop support to Ruby 1.8 and 1.9.
* Deprecate relying on default `exit_on_failure?`.
  In preparation to make Thor commands exit when there is a failure we are deprecating
  defining a command without defining what behavior is expected when there is a failure.

  To fix the deprecation you need to define a class method called `exit_on_failure?` returning

  `false` if you want the current behavior or `true` if you want the new behavior.
* Deprecate defining an option with the default value using a different type as defined in the option.
* Allow options to be repeatable. See #674.
2020-03-24 18:30:19 +00:00

42 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2020/03/24 18:30:19 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/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/nested_context.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