pkgsrc/misc/ruby-commander/PLIST
taca 1b752b8ac7 Update ruby-commander to 4.3.4.
=== 4.3.4 / 2015-05-03

* Fixed a regression with the compact help formatter.

=== 4.3.3 / 2015-04-21

* Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139).
* Help formatting updated to look better for commands with long names. (@jszwedko)

=== 4.3.2 / 2015-03-31

* Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander

=== 4.3.1 / 2015-03-27

* Fix various Ruby warnings for circular requires, etc.
* Update to use highline 1.7 (@SkyTrix)
2015-06-03 13:55:24 +00:00

50 lines
1.9 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2015/06/03 13:55:24 taca Exp $
bin/commander${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/DEVELOPMENT
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/commander
${GEM_LIBDIR}/commander.gemspec
${GEM_LIBDIR}/lib/commander.rb
${GEM_LIBDIR}/lib/commander/blank.rb
${GEM_LIBDIR}/lib/commander/command.rb
${GEM_LIBDIR}/lib/commander/configure.rb
${GEM_LIBDIR}/lib/commander/core_ext.rb
${GEM_LIBDIR}/lib/commander/core_ext/array.rb
${GEM_LIBDIR}/lib/commander/core_ext/object.rb
${GEM_LIBDIR}/lib/commander/delegates.rb
${GEM_LIBDIR}/lib/commander/help_formatters.rb
${GEM_LIBDIR}/lib/commander/help_formatters/base.rb
${GEM_LIBDIR}/lib/commander/help_formatters/terminal.rb
${GEM_LIBDIR}/lib/commander/help_formatters/terminal/command_help.erb
${GEM_LIBDIR}/lib/commander/help_formatters/terminal/help.erb
${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact.rb
${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact/command_help.erb
${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact/help.erb
${GEM_LIBDIR}/lib/commander/import.rb
${GEM_LIBDIR}/lib/commander/methods.rb
${GEM_LIBDIR}/lib/commander/platform.rb
${GEM_LIBDIR}/lib/commander/runner.rb
${GEM_LIBDIR}/lib/commander/user_interaction.rb
${GEM_LIBDIR}/lib/commander/version.rb
${GEM_LIBDIR}/spec/command_spec.rb
${GEM_LIBDIR}/spec/configure_spec.rb
${GEM_LIBDIR}/spec/core_ext/array_spec.rb
${GEM_LIBDIR}/spec/core_ext/object_spec.rb
${GEM_LIBDIR}/spec/help_formatters/terminal_compact_spec.rb
${GEM_LIBDIR}/spec/help_formatters/terminal_spec.rb
${GEM_LIBDIR}/spec/methods_spec.rb
${GEM_LIBDIR}/spec/runner_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/ui_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec