0.17.0, release 2013-01-24 Add better support for tasks that accept arbitrary additional arguments (e.g. things like bundle exec) Add #stop_on_unknown_option! Only strip from stdin.gets if it wasn't ended with EOF Allow "send" as a task name Allow passing options as arguments after "--" Autoload Thor::Group 0.16.0, release 2012-08-14 Add enum to string arguments 0.15.4, release 2012-06-29 Fix regression when destination root contains reserved regexp characters 0.15.3, release 2012-06-18 Support strict_args_position! for backwards compatibility Escape Dir glob characters in paths 0.15.2, released 2012-05-07 Added print_in_columns Exposed terminal_width as a public API 0.15.1, release 2012-05-06 Fix Ruby 1.8 truncation bug with unicode chars Fix shell delegate methods to pass their block Don't output trailing spaces when printing the last column in a table 0.15, released 2012-04-29 Alias method_options to options Refactor say to allow multiple colors Exposed error as a public API Exposed file_collision as a public API Exposed print_wrapped as a public API Exposed set_color as a public API Fix number-formatting bugs in print_table Fix "indent" typo in print_table Fix Errno::EPIPE when piping tasks to head More friendly error messages
92 lines
3.5 KiB
Text
92 lines
3.5 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2013/02/11 03:08:05 taca Exp $
|
|
bin/rake2thor
|
|
bin/thor
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.document
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.rspec
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/CHANGELOG.rdoc
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/LICENSE.md
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Thorfile
|
|
${GEM_LIBDIR}/bin/rake2thor
|
|
${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/core_ext/file_binary_read.rb
|
|
${GEM_LIBDIR}/lib/thor/core_ext/hash_with_indifferent_access.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/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/task.rb
|
|
${GEM_LIBDIR}/lib/thor/util.rb
|
|
${GEM_LIBDIR}/lib/thor/version.rb
|
|
${GEM_LIBDIR}/spec/actions/create_file_spec.rb
|
|
${GEM_LIBDIR}/spec/actions/create_link_spec.rb
|
|
${GEM_LIBDIR}/spec/actions/directory_spec.rb
|
|
${GEM_LIBDIR}/spec/actions/empty_directory_spec.rb
|
|
${GEM_LIBDIR}/spec/actions/file_manipulation_spec.rb
|
|
${GEM_LIBDIR}/spec/actions/inject_into_file_spec.rb
|
|
${GEM_LIBDIR}/spec/actions_spec.rb
|
|
${GEM_LIBDIR}/spec/base_spec.rb
|
|
${GEM_LIBDIR}/spec/core_ext/hash_with_indifferent_access_spec.rb
|
|
${GEM_LIBDIR}/spec/core_ext/ordered_hash_spec.rb
|
|
${GEM_LIBDIR}/spec/exit_condition_spec.rb
|
|
${GEM_LIBDIR}/spec/fixtures/application.rb
|
|
${GEM_LIBDIR}/spec/fixtures/app{1}/README
|
|
${GEM_LIBDIR}/spec/fixtures/bundle/execute.rb
|
|
${GEM_LIBDIR}/spec/fixtures/bundle/main.thor
|
|
${GEM_LIBDIR}/spec/fixtures/doc/%file_name%.rb.tt
|
|
${GEM_LIBDIR}/spec/fixtures/doc/COMMENTER
|
|
${GEM_LIBDIR}/spec/fixtures/doc/README
|
|
${GEM_LIBDIR}/spec/fixtures/doc/block_helper.rb
|
|
${GEM_LIBDIR}/spec/fixtures/doc/components/.empty_directory
|
|
${GEM_LIBDIR}/spec/fixtures/doc/config.rb
|
|
${GEM_LIBDIR}/spec/fixtures/doc/config.yaml.tt
|
|
${GEM_LIBDIR}/spec/fixtures/enum.thor
|
|
${GEM_LIBDIR}/spec/fixtures/group.thor
|
|
${GEM_LIBDIR}/spec/fixtures/invoke.thor
|
|
${GEM_LIBDIR}/spec/fixtures/path with spaces
|
|
${GEM_LIBDIR}/spec/fixtures/preserve/script.sh
|
|
${GEM_LIBDIR}/spec/fixtures/script.thor
|
|
${GEM_LIBDIR}/spec/fixtures/task.thor
|
|
${GEM_LIBDIR}/spec/group_spec.rb
|
|
${GEM_LIBDIR}/spec/invocation_spec.rb
|
|
${GEM_LIBDIR}/spec/parser/argument_spec.rb
|
|
${GEM_LIBDIR}/spec/parser/arguments_spec.rb
|
|
${GEM_LIBDIR}/spec/parser/option_spec.rb
|
|
${GEM_LIBDIR}/spec/parser/options_spec.rb
|
|
${GEM_LIBDIR}/spec/rake_compat_spec.rb
|
|
${GEM_LIBDIR}/spec/register_spec.rb
|
|
${GEM_LIBDIR}/spec/runner_spec.rb
|
|
${GEM_LIBDIR}/spec/shell/basic_spec.rb
|
|
${GEM_LIBDIR}/spec/shell/color_spec.rb
|
|
${GEM_LIBDIR}/spec/shell/html_spec.rb
|
|
${GEM_LIBDIR}/spec/shell_spec.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/task_spec.rb
|
|
${GEM_LIBDIR}/spec/thor_spec.rb
|
|
${GEM_LIBDIR}/spec/util_spec.rb
|
|
${GEM_LIBDIR}/thor.gemspec
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|