tiny_color 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +7 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 510d8091d98cc59e1361f4eecb7fc25200050fcccbaa5faf2fc16a8c634aa503
4
- data.tar.gz: '08141f81b589184c473caa50cfd71979c76d8f71885114b8cf91b1cff4502f88'
3
+ metadata.gz: 908d107f088ebaa9a9137a5f289ca786b49814528e4b2cc389960bccf74f6996
4
+ data.tar.gz: 194ed3750f2a3def972c3bdfce7029cb65120be57ce87ced5ea3fe6142b7bf4e
5
5
  SHA512:
6
- metadata.gz: 13e3e121d88898938aef4adf7b793cfc2941da51d54705fa2f83d78dae6a4feb915e2d28ec5be1241b97d4a0adaf879fe0a91a728aa05e28cd49f78a438deada
7
- data.tar.gz: 3dc4101e2adecd423225797c4afcc7b14b0f90d3c3ae60586a22fea2a4a2998e0e734864cc9a5feb5f21b471350bde62346d34fbfc12ddf6d2f8d6b3f8d8a344
6
+ metadata.gz: ef70374c102a17abd5fbbf5fb17e62d747f7cb499f33147dec491088bb8dbb1902a7c55c5b0b9de1f42ed415c51e4a20dd2b113440bd1e629111fc89df5ed8da
7
+ data.tar.gz: 13408aee3adb1de7b401bfa8c3892e2187e64f5c199b4c4e9866d5b8c972eb884de5917f8fc3ba720646d633e463de0302449020a760238c79a7fe74f1795559
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_color
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Lunt
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-08-27 00:00:00.000000000 Z
10
+ date: 2025-09-05 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description: a tiny library for String colorization
12
+ description: a tiny library for command-line String colorization and formatting (bold,
13
+ underline, etc.)
14
14
  email: jefflunt@gmail.com
15
15
  executables: []
16
16
  extensions: []
@@ -21,7 +21,6 @@ homepage: https://github.com/jefflunt/tiny_color
21
21
  licenses:
22
22
  - MIT
23
23
  metadata: {}
24
- post_install_message:
25
24
  rdoc_options: []
26
25
  require_paths:
27
26
  - lib
@@ -36,9 +35,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
36
35
  - !ruby/object:Gem::Version
37
36
  version: '0'
38
37
  requirements: []
39
- rubygems_version: 3.4.1
40
- signing_key:
38
+ rubygems_version: 3.6.3
41
39
  specification_version: 4
42
- summary: this is a minimalist library for adding color to Strings by extending the
43
- String class
40
+ summary: a tiny library for command-line String colorization and formatting (bold,
41
+ underline, etc.)
44
42
  test_files: []