pkgsrc/devel/ruby-optimist/PLIST
taca 6b7a0c4951 devel/ruby-optimist: add package version 3.0.1
Required by ruby-lolcat package.


optimist

Description

Optimist is a commandline option parser for Ruby that just gets out of your
way.  One line of code per option is all you need to write.  For that, you
get a nice automatically-generated help page, robust option parsing, and
sensible defaults for everything you don't specify.

Features

* Dirt-simple usage.
* Single file.  Throw it in lib/ if you don't want to make it a Rubygem
  dependency.
* Sensible defaults.  No tweaking necessary, much tweaking possible.
* Support for long options, short options, subcommands, and automatic type
  validation and conversion.
* Automatic help message generation, wrapped to current screen width.

Requirements

* A burning desire to write less code.
2022-11-11 13:58:38 +00:00

23 lines
856 B
Text

@comment $NetBSD: PLIST,v 1.1 2022/11/11 13:58:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/FAQ.txt
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/optimist.rb
${GEM_LIBDIR}/optimist.gemspec
${GEM_LIBDIR}/test/optimist/command_line_error_test.rb
${GEM_LIBDIR}/test/optimist/help_needed_test.rb
${GEM_LIBDIR}/test/optimist/parser_educate_test.rb
${GEM_LIBDIR}/test/optimist/parser_opt_test.rb
${GEM_LIBDIR}/test/optimist/parser_parse_test.rb
${GEM_LIBDIR}/test/optimist/parser_test.rb
${GEM_LIBDIR}/test/optimist/version_needed_test.rb
${GEM_LIBDIR}/test/optimist_test.rb
${GEM_LIBDIR}/test/support/assert_helpers.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec