colorls 1.4.5 → 1.4.6.pre.97
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
- data/man/colorls.1 +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dcce526b2ddb10511c63206dbd8c2c9cadf1f463c33e23d07e277f34bf281d67
|
|
4
|
+
data.tar.gz: 49216d0d980aa3881321a6dd1e7bbe4b42bec61b302a117a33453aa08d9859fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f53b57496f7b183ee0f002bb86a4e3f6a8a958214dc1d7e85001abfa78dc955c790775db74289c9749067f44706dce00a04a00a225a9eb8f6a7060e065126b
|
|
7
|
+
data.tar.gz: 55c0801e38961adb48694fd0c5c633a2235a6ac0e32af74ced7d4d458f2f24885ab0054e3b5be01db1df6ed1816cb729820db731fe61524dc75429c7132d7041
|
data/man/colorls.1
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "COLORLS" "1" "
|
|
4
|
+
.TH "COLORLS" "1" "April 2022" "colorls 1.4.5" "colorls Manual"
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBcolorls\fR \- list directory contents with colors and icons
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colorls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.6.pre.97
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2022-04-04 00:00:00.000000000 Z
|
|
@@ -302,7 +302,7 @@ dependencies:
|
|
|
302
302
|
- - "~>"
|
|
303
303
|
- !ruby/object:Gem::Version
|
|
304
304
|
version: 0.21.2
|
|
305
|
-
description:
|
|
305
|
+
description:
|
|
306
306
|
email:
|
|
307
307
|
- athityakumar@gmail.com
|
|
308
308
|
executables:
|
|
@@ -378,12 +378,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
378
378
|
version: 2.6.0
|
|
379
379
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
380
380
|
requirements:
|
|
381
|
-
- - "
|
|
381
|
+
- - ">"
|
|
382
382
|
- !ruby/object:Gem::Version
|
|
383
|
-
version:
|
|
383
|
+
version: 1.3.1
|
|
384
384
|
requirements: []
|
|
385
|
-
rubygems_version: 3.
|
|
386
|
-
signing_key:
|
|
385
|
+
rubygems_version: 3.3.7
|
|
386
|
+
signing_key:
|
|
387
387
|
specification_version: 4
|
|
388
388
|
summary: A Ruby CLI gem that beautifies the terminal's ls command, with color and
|
|
389
389
|
font-awesome icons.
|