colorls 1.2.0 → 1.2.1.pre.573
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 +4 -4
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0eca174a5fb40f216954c4f318661fc2812b56c094fce17150f17b291fbc7ad
|
|
4
|
+
data.tar.gz: 429ace7c48dc6f57883522e7af5a72a5f500da05c21eaa0cedf27b6f9e79226f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fbefb0cb1387461e6cad8b1c1b4d12a3f8acc1bd099f82481b05e0df1996a0005435f3dd4b755d18b551057d88b7846d10e92b6a3aacec88cf11370e76d661c
|
|
7
|
+
data.tar.gz: 5263ad7b64c9b295a416703ba965b8c365d4dc64e1cebade5149d2068167b714b85cdbd04466f3acd9c0b06e2bf090e6d03582b2822fddc0561a1997026e3436
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colorls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1.pre.573
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
@@ -330,12 +330,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
330
330
|
version: 2.3.0
|
|
331
331
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
332
332
|
requirements:
|
|
333
|
-
- - "
|
|
333
|
+
- - ">"
|
|
334
334
|
- !ruby/object:Gem::Version
|
|
335
|
-
version:
|
|
335
|
+
version: 1.3.1
|
|
336
336
|
requirements: []
|
|
337
|
-
|
|
338
|
-
rubygems_version: 2.7.7
|
|
337
|
+
rubygems_version: 3.0.3
|
|
339
338
|
signing_key:
|
|
340
339
|
specification_version: 4
|
|
341
340
|
summary: A Ruby CLI gem that beautifies the terminal's ls command, with color and
|