colorls 1.2.1.pre.586 → 1.2.1.pre.588
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/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5d8ab182f6fb956a44b0f3392f6f07ec36d9b90f78742dffa2b3314f959ebb5
|
|
4
|
+
data.tar.gz: d7ade983b284bee9091e947369e329f7813f83354f36a06544ce17ca0f43d53a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f96356a6d6fde49bc956f41628626b1e94ec9fd4bf715406d002eefc8ef19d385ce9d8e2e22a32ac6fadbb5bac9a2214f53652370219d9a389545fc764cb1331
|
|
7
|
+
data.tar.gz: 47bf2c2fcb4abcb432a1958a4c5af439ac3a1d67f2f8580e52e86855a2a01ff37e909e4bba1e8cabcbae539926c116e45b12bdc5b099eebc9c92810b3c8b03e0
|
data/README.md
CHANGED
|
@@ -118,7 +118,7 @@ Man pages have been added. Checkout `man colorls`.
|
|
|
118
118
|
|
|
119
119
|
[(Back to top)](#table-of-contents)
|
|
120
120
|
|
|
121
|
-
1. Install Ruby (preferably, version > 2.
|
|
121
|
+
1. Install Ruby (preferably, version > 2.2)
|
|
122
122
|
2. Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for more installation instructions.
|
|
123
123
|
|
|
124
124
|
*Note for `iTerm2` users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.*
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colorls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.1.pre.
|
|
4
|
+
version: 1.2.1.pre.588
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clocale
|