term-ansicolor 1.11.2 → 1.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff8622d1ece15ada1478b6c6810c88baed3fefe50ef38a1f61b5a5d01619644c
4
- data.tar.gz: f9c2dc7c164b607410f20c2654a562aad9ca0bf9bc3f4562c21986d8dcf10f08
3
+ metadata.gz: bf31d47f6c4df52ee53e9cc28088942e1199ca0d5b1cf325878da97f1ae5b809
4
+ data.tar.gz: fe9eeaad13b4fa18e4933ac2cc02d1598691c9efc04aca1c063d08dfe17dad27
5
5
  SHA512:
6
- metadata.gz: 36e8d102f5ff224210612c047f1b4dacb6757d1fede582718e460acadec7d22531a219c6de44e671d8488c0f4b790bde7ccdd6fc228c8027d892242d9d3c15fc
7
- data.tar.gz: 769a09162bc2fa358fe25f371a883e330ffd0b3f731f9cfccfa3b6c60681cd6d6ad46e201c774227ed2ff0bf2eefb2a2be8e00ce9ff4655941976c0652e92cd0
6
+ metadata.gz: a85c3726beb595dc35573164bef91fba4b1708352c306a37f5d224006f13eb8605fb5516e22306c733cb72edb09fb7cb739d2598c9461d2c52106c296f6fcd54
7
+ data.tar.gz: 7ad69669b0ed92d8e8f8f0350ca7b446c915b43efa97e15c75b6f99e8df080a9ddab237650cc0ac6a9b5a70d05efadd6bdc6f72e463bedafa389d279c4f2c18d
data/CHANGES.md ADDED
@@ -0,0 +1,263 @@
1
+ # Changes
2
+
3
+ ## 2025-09-11 v1.11.3
4
+
5
+ - Added `fail_fast: true` configuration option
6
+ - Removed `ruby:3.0-alpine` from the images list
7
+ - Changed `s.date` from **2024-09-13** to **1980-01-02**
8
+ - Removed GitHub-specific files from ignore list
9
+ - Removed binary file detection configuration
10
+ - Updated Dockerfile and script to modernize dependencies and build process
11
+ - Removed obsolete `CHANGES` file and updated gemspec to exclude it
12
+ - Added `debug` and `all_images` as development dependencies
13
+ - Added `CHANGES.md` to the list of files in term-ansicolor.gemspec
14
+ - Used markdown for CHANGES file
15
+ - Updated gemspec
16
+ - Renamed license file
17
+ - Removed superfluous require statement that fixes issue #41
18
+
19
+ ## 2024-08-04 v1.11.2
20
+
21
+ * Removed unnecessary `require` statement.
22
+
23
+ ## 2024-08-01 v1.11.1
24
+
25
+ * **New Version Features**
26
+ + The library now works with the `--enable-string-literal` option even on ancient Rubies.
27
+ + A working URL has been added.
28
+ + Development files are ignored when creating a package.
29
+
30
+ ## 2024-08-01 v1.11.0
31
+
32
+ * **Significant Changes**:
33
+ + Refactor `parse_row` method to use more concise syntax
34
+ + Add memoized versions of `rgb_colors` for foreground and background colors, improving performance by reducing calculations required to find the nearest color for a given RGB value
35
+ + Update term-ansicolor gemspec to use `gem_hadar` **1.16.1**
36
+ + Use less map instead of other methods
37
+ + Add new executable called `term_plasma` that draws a plasma effect on the console
38
+
39
+ ## 2024-07-15 v1.10.4
40
+
41
+ * **Dependency Update**:
42
+ * Updated dependency on `mize` gem from `>= 0` to `~> 0.5`.
43
+
44
+ ## 2024-07-15 v1.10.3
45
+
46
+ * **Display Resolution**: Doubled the display resolution.
47
+ * **Code Improvements**: Improved code and coverage.
48
+ * **Documentation**: Added documentation for `term_snow` command.
49
+ * **Math Operations**: Used clamp method.
50
+
51
+ ## 2024-06-22 v1.10.2
52
+
53
+ * Increase compactibility with older Rubies:
54
+ + Don't use new features
55
+ + Allow testing on ancient Rubies
56
+
57
+ ## 2024-06-22 v1.10.1
58
+
59
+ * **Color Treatment Change**:
60
+ * Treat all direct colors the same.
61
+ * **HTML Code Correction**:
62
+ * Fix wrong HTML code.
63
+
64
+ ## 2024-06-21 v1.10.0
65
+
66
+ * **New Features**
67
+ + Add support for overline and underline with different types and colors.
68
+ + Add some more codes for text.
69
+ * **Improvements**
70
+ + Remove ordering hack for ruby < 1.9
71
+ + Make grey color block more compact
72
+ * **Refactoring**
73
+ + Remove and use global config
74
+
75
+ ## 2024-06-18 v1.9.0
76
+
77
+ * **New Features**
78
+ + Add true color support
79
+ + Add `.utilsrc`
80
+ * **Bug Fixes**
81
+ + Fix the wind (oops)
82
+ * **Miscellaneous Changes**
83
+ + Require `test_helper`
84
+ + Ignore `errors.lst`
85
+
86
+ ## 2024-04-14 v1.8.0
87
+
88
+ * **New Features**
89
+ + Added support for hyperlinks
90
+ + Updated Ruby version to 3.3
91
+
92
+ ## 2024-03-15 v1.7.2
93
+
94
+ * **New Version Features**
95
+ + Use GitHub as homepage
96
+ + Test compatibility with Ruby 3.2.0
97
+ + Do not require Ruby, it's broken sometimes (development dependency removed)
98
+ + Update CI/CD to use All Images instead of Travis
99
+
100
+ ## 2019-01-18 v1.7.1
101
+
102
+ * Fix `term_display` command for never tins
103
+
104
+ ## 2018-11-02 v1.7.0
105
+
106
+ * Add movement commands and `term_snow` executable
107
+
108
+ ## 2017-04-13 v1.6.0
109
+
110
+ * Implement HSL colors and methods based on that code
111
+
112
+ ## 2017-03-28 v1.5.0
113
+
114
+ * Change to Apache 2.0 license
115
+ * **New Features**
116
+ + Implemented HSL (Hue, Saturation, Lightness) color support
117
+ + Added several new methods for working with colors
118
+
119
+ ## 2017-03-24 v1.4.1
120
+
121
+ * Correct triple html color support
122
+
123
+ ## 2016-09-27 v1.4.0
124
+
125
+ * Extend colorized strings with Term::ANSIColor
126
+
127
+ ## 2015-06-23 v1.3.2
128
+
129
+ * Fixed issues from previous 1.3.1 release
130
+
131
+ ## 2015-06-17 v1.3.1
132
+
133
+ * This release was a bit premature, yanked it.
134
+
135
+ ## 2014-02-06 v1.3.0
136
+
137
+ * Support bright and faint color names.
138
+
139
+ ## 2013-05-30 v1.2.2
140
+
141
+ * No more fun and smileys, now you have to call `term_display` yourself.
142
+ * `term_display` can now display image URLs directly.
143
+
144
+ ## 2013-05-24 v1.2.1
145
+
146
+ * Merge patch from Gavin Kistner <gavin@phrogz.net> to prevent warnings when
147
+ running in -w mode.
148
+
149
+ ## 2013-05-16 v1.2.0
150
+
151
+ * Add `term_mandel` and `term_display` executables.
152
+ * Implement configurable color metrics.
153
+ * Add gradient functionality for color attributes.
154
+
155
+ ## 2013-04-18 v1.1.5
156
+
157
+ * Added `colortab` gem to RubyGems path.
158
+
159
+ ## 2013-03-26 v1.1.4
160
+
161
+ * Easier access to color attributes via color(123) or approximate html colors
162
+ like color('#336caf').
163
+
164
+ ## 2013-03-26 v1.1.3
165
+
166
+ * Fix a bug where `respond_to` could overflow the stack.
167
+
168
+ ## 2013-03-26 v1.1.2
169
+
170
+ * Change the API: color0 - color255 to color(:color0) -
171
+ color(:color255), and `on_color0` to `on_color(:color0)` -
172
+ `on_color(:color255)`; the previous way caused some
173
+ failures, sorry. On the plus side you can now do
174
+ color('#4a6ab4') and get the nearest terminal color to
175
+ this html color.
176
+
177
+ * Add colortab executable to display the 255 colors and
178
+ related HTML colors.
179
+
180
+ ## 2013-03-08 v1.1.1
181
+
182
+ * Avoid possible conflicts with other people's attributes
183
+ methods.
184
+ * Cache attributes globally, also fix caching for frozen
185
+ strings.
186
+
187
+ ## 2013-03-07 v1.1.0
188
+
189
+ * Cleanup documentation.
190
+ * Implement `color0` - `color255` and `on_color0` - `on_color255`
191
+ methods for xterm256 colors.
192
+
193
+ ## 2011-10-19 v1.0.8
194
+
195
+ * **Changes in Documentation**
196
+ + Updated CHANGES file
197
+ + Cleaned up documentation
198
+
199
+ ## 2011-10-13 v1.0.7
200
+
201
+ * Merged patch by Mike Bethany <mikbe.tk@gmail.com> that adds high intensity
202
+ colors and backgrounds.
203
+ * Fix problem caused by Ruby 1.9 implementing String#clear
204
+ now, reported by Joe Fiorini <joe@joefiorini.com>.
205
+
206
+ ## 2011-07-21 v1.0.6
207
+
208
+ * Use `gem_hadar` for Rakefile
209
+
210
+ ## 2010-03-12 v1.0.5
211
+
212
+ * Added cdiff example as an executable.
213
+ * Disabled building of gemspec file.
214
+ * Made an decolor executable, that removes colors from an io stream.
215
+ * Match an additional way to clear the color in the `COLORED_REGEXP` for the
216
+ uncolored method.
217
+
218
+ ## 2009-07-23 v1.0.4
219
+
220
+ * Some cleanup.
221
+ * Build a gemspec file.
222
+
223
+ ## 2007-10-05 v1.0.3
224
+
225
+ * Better documentation + some code clean up.
226
+ * Deleted autorequire from Rakefile.
227
+
228
+ ## 2005-11-12 v1.0.2
229
+
230
+ * Added DESTDIR in front of install path to make repackaging easier. Thanks to
231
+ Tilman Sauerbeck <tilman@code-monkey.de> for giving the hint.
232
+
233
+ ## 2005-09-05 v1.0.1
234
+
235
+ * Fixed install bug in Rakefile, reported by Martin DeMello
236
+ <martindemello@gmail.com>
237
+
238
+ ## 2004-12-23 v1.0.0
239
+
240
+ * Added Term::ANSIColor.coloring[?=]? methods. Thanks, Thomas Husterer for the
241
+ contribution.
242
+ * Minor cleanup of code.
243
+ * Documented visible methods in the module.
244
+
245
+ ## 2004-09-28 v0.0.4
246
+
247
+ * First release on Rubyforge
248
+ * Supports Rubygems now
249
+
250
+ ## 2003-10-09 v0.0.3
251
+
252
+ * Added uncolored method as suggested by Thomas Husterer <Thomas.Husterer@heidelberg.com>
253
+ * Added attribute methods with string arguments
254
+ * Deleted now unused files
255
+
256
+ ## 2002-07-27 v0.0.2
257
+
258
+ * Minor Code Cleanup
259
+ * Added cdiff.rb
260
+
261
+ ## 2002-06-12 v0.0.1
262
+
263
+ * Start
data/README.md CHANGED
@@ -44,4 +44,4 @@ Florian Frank mailto:flori@ping.de
44
44
 
45
45
  ## License
46
46
 
47
- Apache License, Version 2.0 See the COPYING file in the source archive.
47
+ This software is licensed under the Apache 2.0 license.
data/Rakefile CHANGED
@@ -17,14 +17,14 @@ GemHadar do
17
17
  ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage',
18
18
  'tags', '.bundle', '.byebug_history', 'errors.lst', 'cscope.out'
19
19
  package_ignore '.all_images.yml', '.tool-versions', '.gitignore', 'VERSION',
20
- '.utilsrc', '.rspec', 'TODO',
21
- *Dir.glob('.github/**/*', File::FNM_DOTMATCH)
20
+ '.utilsrc', '.rspec', 'TODO'
22
21
 
23
22
  readme 'README.md'
24
23
  executables.merge Dir['bin/*'].map { |x| File.basename(x) }
25
24
 
26
- dependency 'tins', '~>1.0'
25
+ dependency 'tins', '~>1'
27
26
  development_dependency 'simplecov'
28
27
  development_dependency 'test-unit'
29
- development_dependency 'utils'
28
+ development_dependency 'debug'
29
+ development_dependency 'all_images', '~> 0.8'
30
30
  end
@@ -1,6 +1,6 @@
1
1
  module Term::ANSIColor
2
2
  # Term::ANSIColor version
3
- VERSION = '1.11.2'
3
+ VERSION = '1.11.3'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
@@ -1,31 +1,32 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: term-ansicolor 1.11.2 ruby lib
2
+ # stub: term-ansicolor 1.11.3 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "term-ansicolor".freeze
6
- s.version = "1.11.2".freeze
6
+ s.version = "1.11.3".freeze
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
10
10
  s.authors = ["Florian Frank".freeze]
11
- s.date = "2024-08-04"
11
+ s.date = "1980-01-02"
12
12
  s.description = "This library uses ANSI escape sequences to control the attributes of terminal output".freeze
13
13
  s.email = "flori@ping.de".freeze
14
14
  s.executables = ["term_cdiff".freeze, "term_colortab".freeze, "term_decolor".freeze, "term_display".freeze, "term_mandel".freeze, "term_plasma".freeze, "term_snow".freeze]
15
15
  s.extra_rdoc_files = ["README.md".freeze, "lib/term/ansicolor.rb".freeze, "lib/term/ansicolor/attribute.rb".freeze, "lib/term/ansicolor/attribute/color256.rb".freeze, "lib/term/ansicolor/attribute/color8.rb".freeze, "lib/term/ansicolor/attribute/intense_color8.rb".freeze, "lib/term/ansicolor/attribute/text.rb".freeze, "lib/term/ansicolor/attribute/underline.rb".freeze, "lib/term/ansicolor/hsl_triple.rb".freeze, "lib/term/ansicolor/hyperlink.rb".freeze, "lib/term/ansicolor/movement.rb".freeze, "lib/term/ansicolor/ppm_reader.rb".freeze, "lib/term/ansicolor/rgb_color_metrics.rb".freeze, "lib/term/ansicolor/rgb_triple.rb".freeze, "lib/term/ansicolor/version.rb".freeze]
16
- s.files = ["CHANGES".freeze, "COPYING".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/term_cdiff".freeze, "bin/term_colortab".freeze, "bin/term_decolor".freeze, "bin/term_display".freeze, "bin/term_mandel".freeze, "bin/term_plasma".freeze, "bin/term_snow".freeze, "examples/example.rb".freeze, "examples/lambda-red-plain.ppm".freeze, "examples/lambda-red.png".freeze, "examples/lambda-red.ppm".freeze, "lib/term/ansicolor.rb".freeze, "lib/term/ansicolor/.keep".freeze, "lib/term/ansicolor/attribute.rb".freeze, "lib/term/ansicolor/attribute/color256.rb".freeze, "lib/term/ansicolor/attribute/color8.rb".freeze, "lib/term/ansicolor/attribute/intense_color8.rb".freeze, "lib/term/ansicolor/attribute/text.rb".freeze, "lib/term/ansicolor/attribute/underline.rb".freeze, "lib/term/ansicolor/hsl_triple.rb".freeze, "lib/term/ansicolor/hyperlink.rb".freeze, "lib/term/ansicolor/movement.rb".freeze, "lib/term/ansicolor/ppm_reader.rb".freeze, "lib/term/ansicolor/rgb_color_metrics.rb".freeze, "lib/term/ansicolor/rgb_triple.rb".freeze, "lib/term/ansicolor/version.rb".freeze, "term-ansicolor.gemspec".freeze, "tests/ansicolor_test.rb".freeze, "tests/attribute_test.rb".freeze, "tests/hsl_triple_test.rb".freeze, "tests/hyperlink_test.rb".freeze, "tests/ppm_reader_test.rb".freeze, "tests/rgb_color_metrics_test.rb".freeze, "tests/rgb_triple_test.rb".freeze, "tests/test_helper.rb".freeze]
16
+ s.files = ["CHANGES.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/term_cdiff".freeze, "bin/term_colortab".freeze, "bin/term_decolor".freeze, "bin/term_display".freeze, "bin/term_mandel".freeze, "bin/term_plasma".freeze, "bin/term_snow".freeze, "examples/example.rb".freeze, "examples/lambda-red-plain.ppm".freeze, "examples/lambda-red.png".freeze, "examples/lambda-red.ppm".freeze, "lib/term/ansicolor.rb".freeze, "lib/term/ansicolor/.keep".freeze, "lib/term/ansicolor/attribute.rb".freeze, "lib/term/ansicolor/attribute/color256.rb".freeze, "lib/term/ansicolor/attribute/color8.rb".freeze, "lib/term/ansicolor/attribute/intense_color8.rb".freeze, "lib/term/ansicolor/attribute/text.rb".freeze, "lib/term/ansicolor/attribute/underline.rb".freeze, "lib/term/ansicolor/hsl_triple.rb".freeze, "lib/term/ansicolor/hyperlink.rb".freeze, "lib/term/ansicolor/movement.rb".freeze, "lib/term/ansicolor/ppm_reader.rb".freeze, "lib/term/ansicolor/rgb_color_metrics.rb".freeze, "lib/term/ansicolor/rgb_triple.rb".freeze, "lib/term/ansicolor/version.rb".freeze, "term-ansicolor.gemspec".freeze, "tests/ansicolor_test.rb".freeze, "tests/attribute_test.rb".freeze, "tests/hsl_triple_test.rb".freeze, "tests/hyperlink_test.rb".freeze, "tests/ppm_reader_test.rb".freeze, "tests/rgb_color_metrics_test.rb".freeze, "tests/rgb_triple_test.rb".freeze, "tests/test_helper.rb".freeze]
17
17
  s.homepage = "https://github.com/flori/term-ansicolor".freeze
18
18
  s.licenses = ["Apache-2.0".freeze]
19
19
  s.rdoc_options = ["--title".freeze, "Term-ansicolor - Ruby library that colors strings using ANSI escape sequences".freeze, "--main".freeze, "README.md".freeze]
20
- s.rubygems_version = "3.5.16".freeze
20
+ s.rubygems_version = "3.6.9".freeze
21
21
  s.summary = "Ruby library that colors strings using ANSI escape sequences".freeze
22
22
  s.test_files = ["tests/ansicolor_test.rb".freeze, "tests/attribute_test.rb".freeze, "tests/hsl_triple_test.rb".freeze, "tests/hyperlink_test.rb".freeze, "tests/ppm_reader_test.rb".freeze, "tests/rgb_color_metrics_test.rb".freeze, "tests/rgb_triple_test.rb".freeze, "tests/test_helper.rb".freeze]
23
23
 
24
24
  s.specification_version = 4
25
25
 
26
- s.add_development_dependency(%q<gem_hadar>.freeze, ["~> 1.16.1".freeze])
26
+ s.add_development_dependency(%q<gem_hadar>.freeze, ["~> 2.4".freeze])
27
27
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
28
28
  s.add_development_dependency(%q<test-unit>.freeze, [">= 0".freeze])
29
- s.add_development_dependency(%q<utils>.freeze, [">= 0".freeze])
30
- s.add_runtime_dependency(%q<tins>.freeze, ["~> 1.0".freeze])
29
+ s.add_development_dependency(%q<debug>.freeze, [">= 0".freeze])
30
+ s.add_development_dependency(%q<all_images>.freeze, ["~> 0.8".freeze])
31
+ s.add_runtime_dependency(%q<tins>.freeze, ["~> 1".freeze])
31
32
  end
data/tests/test_helper.rb CHANGED
@@ -1,8 +1,4 @@
1
- if ENV['START_SIMPLECOV'].to_i == 1
2
- require 'simplecov'
3
- SimpleCov.start do
4
- add_filter "#{File.basename(File.dirname(__FILE__))}/"
5
- end
6
- end
1
+ require 'gem_hadar/simplecov'
2
+ GemHadar::SimpleCov.start
7
3
  require 'test/unit'
8
4
  require 'term/ansicolor'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: term-ansicolor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.2
4
+ version: 1.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gem_hadar
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 1.16.1
18
+ version: '2.4'
20
19
  type: :development
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 1.16.1
25
+ version: '2.4'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: simplecov
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -53,7 +52,7 @@ dependencies:
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0'
55
54
  - !ruby/object:Gem::Dependency
56
- name: utils
55
+ name: debug
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - ">="
@@ -66,20 +65,34 @@ dependencies:
66
65
  - - ">="
67
66
  - !ruby/object:Gem::Version
68
67
  version: '0'
68
+ - !ruby/object:Gem::Dependency
69
+ name: all_images
70
+ requirement: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '0.8'
75
+ type: :development
76
+ prerelease: false
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '0.8'
69
82
  - !ruby/object:Gem::Dependency
70
83
  name: tins
71
84
  requirement: !ruby/object:Gem::Requirement
72
85
  requirements:
73
86
  - - "~>"
74
87
  - !ruby/object:Gem::Version
75
- version: '1.0'
88
+ version: '1'
76
89
  type: :runtime
77
90
  prerelease: false
78
91
  version_requirements: !ruby/object:Gem::Requirement
79
92
  requirements:
80
93
  - - "~>"
81
94
  - !ruby/object:Gem::Version
82
- version: '1.0'
95
+ version: '1'
83
96
  description: This library uses ANSI escape sequences to control the attributes of
84
97
  terminal output
85
98
  email: flori@ping.de
@@ -109,9 +122,9 @@ extra_rdoc_files:
109
122
  - lib/term/ansicolor/rgb_triple.rb
110
123
  - lib/term/ansicolor/version.rb
111
124
  files:
112
- - CHANGES
113
- - COPYING
125
+ - CHANGES.md
114
126
  - Gemfile
127
+ - LICENSE
115
128
  - README.md
116
129
  - Rakefile
117
130
  - bin/term_cdiff
@@ -153,7 +166,6 @@ homepage: https://github.com/flori/term-ansicolor
153
166
  licenses:
154
167
  - Apache-2.0
155
168
  metadata: {}
156
- post_install_message:
157
169
  rdoc_options:
158
170
  - "--title"
159
171
  - Term-ansicolor - Ruby library that colors strings using ANSI escape sequences
@@ -172,8 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
184
  - !ruby/object:Gem::Version
173
185
  version: '0'
174
186
  requirements: []
175
- rubygems_version: 3.5.16
176
- signing_key:
187
+ rubygems_version: 3.6.9
177
188
  specification_version: 4
178
189
  summary: Ruby library that colors strings using ANSI escape sequences
179
190
  test_files:
data/CHANGES DELETED
@@ -1,69 +0,0 @@
1
- 2019-01-18 - 1.7.1 * Fix term_display command for never tins
2
- 2018-11-02 - 1.7.0 * Add movement commands and term_snow executable
3
- 2017-03-24 - 1.6.0 * Implement HSL colors and methods based on that code
4
- 2017-04-13 - 1.5.0 * Change to Apache 2.0 license
5
- 2017-03-24 - 1.4.1 * Correct triple html color support
6
- 2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor
7
- 2015-06-23 - 1.3.2 * Fix release 1.3.1
8
- 2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
9
- 2014-02-06 - 1.3.0 * Support bright and faint color names.
10
- 2013-05-30 - 1.2.2 * No more fun and smileys, now you have to call term_display
11
- yourself.
12
- * term_display can now display image URLs directly.
13
- 2013-05-25 - 1.2.1 * Merge patch from Gavin Kistner <gavin@phrogz.net> to
14
- prevent warnings when running in -w mode.
15
- 2013-05-16 - 1.2.0 * Add term_mandel and term_display executables.
16
- * Implement configurable color metrics.
17
- * Add gradient functionality for color attributes.
18
- 2013-04-18 - 1.1.5 * Add colortab executable to rubygem binary config
19
- 2013-03-26 - 1.1.4 * Easier access to color attributes via color(123) or
20
- approximate html colors like color('#336caf').
21
- 2013-03-26 - 1.1.3 * Fix a bug where respond_to could overflow the stack.
22
- 2013-03-25 - 1.1.2 * Change the API: color0 - color255 to color(:color0) -
23
- color(:color255), and on_color0 to on_color(:color0) -
24
- on_color(:color255); the previous way caused some
25
- failures, sorry. On the plus side you can now do
26
- color('#4a6ab4') and get the nearest terminal color to
27
- this html color.
28
- * Add colortab executable to display the 255 colors and
29
- related HTML colors.
30
- 2013-03-08 - 1.1.1 * Avoid possible conflicts with other people's attributes
31
- methods.
32
- * Cache attributes globally, also fix caching for frozen
33
- strings.
34
- 2013-03-07 - 1.1.0 * Cleanup documentation.
35
- * Implement color0 - color255 and on_color0 - on_color255
36
- methods for xterm256 colors.
37
- 2011-10-13 - 1.0.7 * Merged patch by Mike Bethany <mikbe.tk@gmail.com> that
38
- adds high intensity colors and backgrounds.
39
- * Fix problem caused by Ruby 1.9 implementing String#clear
40
- * now, reported by Joe Fiorini <joe@joefiorini.com>.
41
- 2011-07-21 - 1.0.6 * Use gem_hadar for building.
42
- 2010-03-10 - 1.0.5 * Added cdiff example as an executable.
43
- * Disabled building of gemspec file.
44
- * Made an decolor executable, that removes colors from an io
45
- stream.
46
- * Match an additional way to clear the color in the
47
- COLORED_REGEXP for the uncolored method.
48
- 2009-07-23 - 1.0.4 * Some cleanup.
49
- * Build a gemspec file.
50
- 2007-10-05 - 1.0.3 * Better documentation + some code clean up.
51
- * Deleted autorequire from Rakefile.
52
- 2005-11-12 - 1.0.2 * Added DESTDIR in front of install path to make repackaging
53
- easier. Thanks to Tilman Sauerbeck <tilman@code-monkey.de>
54
- for giving the hint.
55
- 2005-09-05 - 1.0.1 * Fixed install bug in Rakefile, reported by
56
- Martin DeMello <martindemello@gmail.com>
57
- 2004-12-23 - 1.0.0 * Added Term::ANSIColor.coloring[?=]? methods.
58
- Thanks, Thomas Husterer for the contribution.
59
- * Minor cleanup of code.
60
- * Documented visible methods in the module.
61
- 2004-09-28 - 0.0.4 * First release on Rubyforge
62
- * Supports Rubygems now
63
- 2003-10-09 - 0.0.3 * Added uncolored method as suggested by
64
- Thomas Husterer <Thomas.Husterer@heidelberg.com>
65
- * Added attribute methods with string arguments
66
- * Deleted now unused files
67
- 2002-07-27 - 0.0.2 * Minor Code Cleanup
68
- * Added cdiff.rb
69
- 2002-06-12 - 0.0.1 * Initial Release
File without changes