pkgsrc/devel/ruby-highline/PLIST
gls 6cb7d2b88d Update devel/ruby-highline to 1.6.5
Changelog:

== 1.6.5

* HighLine#list() now correctly handles empty lists (fix by Lachlan Dowding).
* HighLine#list() now supports <tt>:uneven_columns_across</tt> and
  <tt>:uneven_columns_down</tt> modes.

  == 1.6.4

  * Add introspection methods to color_scheme: definition, keys, to_hash.
  * Add tests for new methods.

  == 1.6.3

  * Add color NONE.
  * Add RGB color capability.
  * Made 'color' available as a class or instance method of HighLine, for
    instance: HighLine.color("foo", :blue)) or highline_obj.color("foo", :blue)
    are now both possible and equivalent.
  * Add HighLine::String class with convenience methods: #color (alias
    #foreground), #on (alias #background), colors, and styles. See
    lib/string_extensions.rb.
  * Add (optional) ability to extend String with the same convenience methods from
    HighLine::String, using Highline.colorize_strings.
2011-11-09 21:29:09 +00:00

39 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2011/11/09 21:29:09 gls Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/examples/ansi_colors.rb
${GEM_LIBDIR}/examples/asking_for_arrays.rb
${GEM_LIBDIR}/examples/basic_usage.rb
${GEM_LIBDIR}/examples/color_scheme.rb
${GEM_LIBDIR}/examples/limit.rb
${GEM_LIBDIR}/examples/menus.rb
${GEM_LIBDIR}/examples/overwrite.rb
${GEM_LIBDIR}/examples/page_and_wrap.rb
${GEM_LIBDIR}/examples/password.rb
${GEM_LIBDIR}/examples/trapping_eof.rb
${GEM_LIBDIR}/examples/using_readline.rb
${GEM_LIBDIR}/lib/highline.rb
${GEM_LIBDIR}/lib/highline/color_scheme.rb
${GEM_LIBDIR}/lib/highline/compatibility.rb
${GEM_LIBDIR}/lib/highline/import.rb
${GEM_LIBDIR}/lib/highline/menu.rb
${GEM_LIBDIR}/lib/highline/question.rb
${GEM_LIBDIR}/lib/highline/string_extensions.rb
${GEM_LIBDIR}/lib/highline/style.rb
${GEM_LIBDIR}/lib/highline/system_extensions.rb
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/string_methods.rb
${GEM_LIBDIR}/test/tc_color_scheme.rb
${GEM_LIBDIR}/test/tc_highline.rb
${GEM_LIBDIR}/test/tc_import.rb
${GEM_LIBDIR}/test/tc_menu.rb
${GEM_LIBDIR}/test/tc_string_extension.rb
${GEM_LIBDIR}/test/tc_string_highline.rb
${GEM_LIBDIR}/test/tc_style.rb
${GEM_LIBDIR}/test/ts_all.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec