<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/colorize.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Add more abstract decorations for messaging</title>
<updated>2024-03-18T14:29:53+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-06T07:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6ccc04cf456de9572dd2fd40c47cc614942b68a0'/>
<id>6ccc04cf456de9572dd2fd40c47cc614942b68a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NoMethodError on fail</title>
<updated>2023-12-12T00:14:11+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2023-12-11T23:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9765ada69c34eb1c21855d145c2c6d752b8839b0'/>
<id>9765ada69c34eb1c21855d145c2c6d752b8839b0</id>
<content type='text'>
```
.../tool/lib/colorize.rb:56:in `resolve_color': undefined method `gsub' for an instance of Symbol (NoMethodError)

    color.gsub(/\b[a-z][\w ]+/) do |n|
	 ^^^^^
	from .../tool/lib/colorize.rb:47:in `decorate'
	from .../tool/lib/test/unit.rb:1012:in `block in failed'
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
.../tool/lib/colorize.rb:56:in `resolve_color': undefined method `gsub' for an instance of Symbol (NoMethodError)

    color.gsub(/\b[a-z][\w ]+/) do |n|
	 ^^^^^
	from .../tool/lib/colorize.rb:47:in `decorate'
	from .../tool/lib/test/unit.rb:1012:in `block in failed'
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bright colors and multiple attributes [ci skip]</title>
<updated>2023-12-10T11:43:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-09T15:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d9dbcd848f4903921d985cec570d46a4c601073c'/>
<id>d9dbcd848f4903921d985cec570d46a4c601073c</id>
<content type='text'>
Not only:
```
$ ruby colorize.rb fail foo
```

Also:
```
$ ruby colorize.rb 'bright_blue;bold' foo
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not only:
```
$ ruby colorize.rb fail foo
```

Also:
```
$ ruby colorize.rb 'bright_blue;bold' foo
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract configuration and lookup methods [ci skip]</title>
<updated>2023-12-10T11:43:44+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-09T14:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0096d6a809085820a0532f755b4fedd631c7e3f1'/>
<id>0096d6a809085820a0532f755b4fedd631c7e3f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check `NO_COLOR` envval</title>
<updated>2022-12-26T14:06:35+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2022-12-26T12:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c182d46d2477da9283661c8b4544d7da095835b4'/>
<id>c182d46d2477da9283661c8b4544d7da095835b4</id>
<content type='text'>
Support `NO_COLOR` (https://no-color.org/) to make parsing output easy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support `NO_COLOR` (https://no-color.org/) to make parsing output easy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix positional argument color [ci skip]</title>
<updated>2022-12-12T14:32:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-12T04:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e809bd31fd7877ea4e302c18cbd42f1b2d685728'/>
<id>e809bd31fd7877ea4e302c18cbd42f1b2d685728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>colorize.rb: support for NO_COLOR</title>
<updated>2022-11-01T05:34:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-11-01T01:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=99a79dc40bf20e0e5d588db4f93b69617affa7f3'/>
<id>99a79dc40bf20e0e5d588db4f93b69617affa7f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try "so" attribute if "smso" is not found</title>
<updated>2021-07-06T12:02:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-07-06T10:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=afd4cfcf22a4ec6e2dbd5f774169ce771d22acea'/>
<id>afd4cfcf22a4ec6e2dbd5f774169ce771d22acea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default color for each instance</title>
<updated>2020-08-11T09:35:07+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-08-11T07:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e7fe3b687b8bad1452b7643c0063b89c91c930a'/>
<id>2e7fe3b687b8bad1452b7643c0063b89c91c930a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more attributes [ci skip]</title>
<updated>2019-08-03T05:56:07+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-03T05:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6623cde731c7624e26e0e1e1e51eada911783629'/>
<id>6623cde731c7624e26e0e1e1e51eada911783629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
