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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbb7f4f4123aa809327372636d3def2506fd78446e4177d8b2ba401aa93a6cc7
4
- data.tar.gz: f24be4a1bf2306e84b2dd247eb4dba5b6a8a227c65b525cc9ddae4d4272da3d2
3
+ metadata.gz: 128792892ca95f2fec680d40a9d729989f696d16a97831642763522936c67d5c
4
+ data.tar.gz: 19a4b86faf2fd1e8414a4a8fcc266ad554d339a24a28e18f1186ee4ba0a9045d
5
5
  SHA512:
6
- metadata.gz: 1ab762d41a7d746ffe9e992c7cf432577f8901d50fae7080446654eba5ad9c2a694158f4f3c3b63d073c2aa87c94f923024239f7ac6f13c47563f793da5a83cf
7
- data.tar.gz: fb3563bb2a6da81520b6775518302a73ffcc46c1bbe36fa7b047431f64365a05ba9b032d8d27627257173a23f3cdb70bb30044335736ac38c1f1d4ea6f2143ab
6
+ metadata.gz: debd9d31fc0b8d26e89ad346bb466ea8623617b3f73214e7f7b2a8fa65f187b54c82ae6a962f9c10b049ccb565113f14ea9449027b2dffa982cd4bcab002ed67
7
+ data.tar.gz: b987fc80bb4254529c1c3b2e9b22edd40388487df4fe3f3cae67ac944dd6ebce6593c189cf1db985aac84f60b9a58b3065b9021d948c9a8a709a945026b6a840
@@ -10,7 +10,7 @@ AllCops:
10
10
  - 'lib/yaml/*'
11
11
  - 'lib/**/*.sh'
12
12
  DisplayCopNames: true
13
- TargetRubyVersion: 2.3
13
+ TargetRubyVersion: 2.4
14
14
 
15
15
  # Preferred codebase style ---------------------------------------------
16
16
 
@@ -9,7 +9,6 @@ cache:
9
9
  bundler
10
10
 
11
11
  rvm:
12
- - '2.3'
13
12
  - '2.4'
14
13
  - '2.5'
15
14
  - '2.6'
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.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.*
@@ -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.3.0'
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.603
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.3.0
331
+ version: 2.4.0
332
332
  required_rubygems_version: !ruby/object:Gem::Requirement
333
333
  requirements:
334
334
  - - ">"