colorls 1.1.2.pre.572 → 1.2.0
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/lib/colorls/version.rb +1 -1
- data/man/colorls.1 +1 -1
- 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: 1cab989924fdecee1a0d5e011b5792e7504f944b3a8b670ee0c267012a23a9a4
|
|
4
|
+
data.tar.gz: 571316b95d5fa9ed2c7982c77b81c273fae95162d9da48049fbd09535300cbec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59340285bb517bd1f0e850ccfd85a7dc1e43443ae792b8700361e1b1c0c06325ee18b7a39d08420963110ee397617edf212978d46c6af1071ee3a706cf0d49a5
|
|
7
|
+
data.tar.gz: d3ac723cb2390f7cf9fba7a5b01f8a0a43372ff3c845ebbec09e03ae64967aade8cfd4dd5f67dd57832cdcb5f3eec6afa2cde582ea9b7fd0a5d3c24b74d17a49
|
data/lib/colorls/version.rb
CHANGED
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" "March 2019" "colorls 1.
|
|
4
|
+
.TH "COLORLS" "1" "March 2019" "colorls 1.2.0" "colorls Manual"
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBcolorls\fR \- list directory contents with colors and icons
|
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.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
@@ -330,11 +330,12 @@ 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: '0'
|
|
336
336
|
requirements: []
|
|
337
|
-
|
|
337
|
+
rubyforge_project:
|
|
338
|
+
rubygems_version: 2.7.7
|
|
338
339
|
signing_key:
|
|
339
340
|
specification_version: 4
|
|
340
341
|
summary: A Ruby CLI gem that beautifies the terminal's ls command, with color and
|