colorls 1.3.2 → 1.3.3.pre.645
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 +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 975101533d04145aa85fb3553b1525a866c3a04cb043b94d68b7740dd79b0e3b
|
|
4
|
+
data.tar.gz: 2e22b3eebf8a00fa37dea65d7ec7459cee456cacbbf3f1b3ad64cff19ec65c4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 956bdcc12d4a45ab90f6c3bcfb1f0019aa0aec9f1000c4bd5566dc287f8f1c7e55ce028a47be7c1ed4732d4127fc4f31bd9f7a48701374e517f0b6e0e6cf13b0
|
|
7
|
+
data.tar.gz: fa052fcee639826e7cd505b76d96dc0b02fdf874fe57a47cd91884439a76bf74ca79fc8b05d747a816dbb63333a3c9b4c662756cab9a3a8cab190dfc67981db5
|
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.3.
|
|
4
|
+
version: 1.3.3.pre.645
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
@@ -331,11 +331,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
331
331
|
version: 2.4.0
|
|
332
332
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
333
333
|
requirements:
|
|
334
|
-
- - "
|
|
334
|
+
- - ">"
|
|
335
335
|
- !ruby/object:Gem::Version
|
|
336
|
-
version:
|
|
336
|
+
version: 1.3.1
|
|
337
337
|
requirements: []
|
|
338
|
-
|
|
338
|
+
rubyforge_project:
|
|
339
|
+
rubygems_version: 2.7.7
|
|
339
340
|
signing_key:
|
|
340
341
|
specification_version: 4
|
|
341
342
|
summary: A Ruby CLI gem that beautifies the terminal's ls command, with color and
|