Changelog for
ruby2.3-rubygem-term-ansicolor-1.3.2-29.1.x86_64.rpm :
Sat Jul 25 14:00:00 2015 cooloAATTsuse.com
- add explicit conflict to colordiff and avoid renaming
Mon Jul 20 14:00:00 2015 cooloAATTsuse.com
- updated to version 1.3.2
see installed CHANGES
2015-06-23 - 1.3.2
* Fix release 1.3.1
2014-06-17 - 1.3.1
* This release was a bit premature, yanked it.
2014-02-06 - 1.3.0
* Support bright and faint color names.
Sat Mar 15 13:00:00 2014 cooloAATTsuse.com
- updated to version 1.3.0, no changelog
Mon Jun 3 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.2
* No more fun and smileys, now you have to call term_display
yourself.
* term_display can now display image URLs directly.
* Merge patch from Gavin Kistner
to
prevent warnings when running in -w mode.
Sat May 25 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.1
* Prevent warnings when running in -w mode.
Fri May 17 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.0
* Many more examples
Sun Apr 21 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.1.5
* Add colortab executable to rubygem binary config
Sat Apr 20 14:00:00 2013 cooloAATTsuse.com
- avoid conflict with colordiff
Sat Apr 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.1.4
* Easier access to color attributes via color(123) or
approximate html colors like color(\'#336caf\').
* Fix a bug where respond_to could overflow the stack.
* Change the API: color0 - color255 to color(:color0) -
color(:color255), and on_color0 to on_color(:color0) -
on_color(:color255); the previous way caused some
failures, sorry. On the plus side you can now do
color(\'#4a6ab4\') and get the nearest terminal color to
this html color.
* Add colortab executable to display the 255 colors and
related HTML colors.
Mon Mar 18 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.1.1
* Avoid possible conflicts with other people\'s attributes
methods.
* Cache attributes globally, also fix caching for frozen
strings.
* Cleanup documentation.
* Implement color0 - color255 and on_color0 - on_color255
methods for xterm256 colors.
* Merged patch by Mike Bethany that
adds high intensity colors and backgrounds.
* Fix problem caused by Ruby 1.9 implementing String#clear
* now, reported by Joe Fiorini .
Wed Aug 24 14:00:00 2011 fcastelliAATTnovell.com
- add provides rubygem-term-ansicolor-1_0
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 1.0.5
* Added cdiff example as an executable.
* Disabled building of gemspec file.
* Made an decolor executable, that removes colors from an io
stream.
* Match an additional way to clear the color in the
COLORED_REGEXP for the uncolored method.
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Fri Dec 25 13:00:00 2009 prusnakAATTsuse.cz
- update to 1.0.4
Tue Mar 31 14:00:00 2009 mrueckertAATTsuse.de
- initial package