colorls 1.2.1.pre.603 → 1.2.1.pre.604
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/.travis.yml +0 -1
- data/README.md +1 -1
- data/colorls.gemspec +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: 128792892ca95f2fec680d40a9d729989f696d16a97831642763522936c67d5c
|
4
|
+
data.tar.gz: 19a4b86faf2fd1e8414a4a8fcc266ad554d339a24a28e18f1186ee4ba0a9045d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: debd9d31fc0b8d26e89ad346bb466ea8623617b3f73214e7f7b2a8fa65f187b54c82ae6a962f9c10b049ccb565113f14ea9449027b2dffa982cd4bcab002ed67
|
7
|
+
data.tar.gz: b987fc80bb4254529c1c3b2e9b22edd40388487df4fe3f3cae67ac944dd6ebce6593c189cf1db985aac84f60b9a58b3065b9021d948c9a8a709a945026b6a840
|
data/.rubocop.yml
CHANGED
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -117,7 +117,7 @@ Man pages have been added. Checkout `man colorls`.
|
|
117
117
|
|
118
118
|
[(Back to top)](#table-of-contents)
|
119
119
|
|
120
|
-
1. Install Ruby (preferably, version > 2.
|
120
|
+
1. Install Ruby (preferably, version > 2.3)
|
121
121
|
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.
|
122
122
|
|
123
123
|
*Note for `iTerm2` users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.*
|
data/colorls.gemspec
CHANGED
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
|
|
45
45
|
spec.homepage = 'https://github.com/athityakumar/colorls'
|
46
46
|
spec.license = 'MIT'
|
47
47
|
|
48
|
-
spec.required_ruby_version = '>= 2.
|
48
|
+
spec.required_ruby_version = '>= 2.4.0'
|
49
49
|
|
50
50
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
51
51
|
f.match(%r{^(test|spec|features)/})
|
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.1.pre.
|
4
|
+
version: 1.2.1.pre.604
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Athitya Kumar
|
@@ -328,7 +328,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
328
328
|
requirements:
|
329
329
|
- - ">="
|
330
330
|
- !ruby/object:Gem::Version
|
331
|
-
version: 2.
|
331
|
+
version: 2.4.0
|
332
332
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
333
333
|
requirements:
|
334
334
|
- - ">"
|