pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-highline



Module Name:    pkgsrc
Committed By:   gls
Date:           Wed Nov  9 21:29:09 UTC 2011

Modified Files:
        pkgsrc/devel/ruby-highline: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-highline/Makefile \
    pkgsrc/devel/ruby-highline/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-highline/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index