colorls 1.2.1.pre.596 → 1.2.1.pre.598

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: bf8abc7a80e64a3cb25ddb03e2cc2702626325946c0c09cdf0e68c6188f2a0c0
4
- data.tar.gz: 6fbae678cc9f8b70cbfe0fa2311a6313d4464072475b647eabf8cacb17a4925a
3
+ metadata.gz: f791b5b1272ebedaa236767c69c8711b55ebb867e5ae5bc091f049e07892537d
4
+ data.tar.gz: f8e4cd333aee378279bf500c981523aaa5db675e19c3b33402f90e8a1da702fa
5
5
  SHA512:
6
- metadata.gz: 2fc5a26024245dc30a25813e2413dd60bba741532b11a6ce74bd193ce46760424979c42b57513a7f50a74c57c84fa1f18bde92b5949fd2e2b439ee712b7fd5da
7
- data.tar.gz: 975f0ae8390014035eb48812f46db0f544b573e263d6143f2acadb0138a21ca73a7c85691465f3c675f77c0deff4dc91832c0c67831bf86a9bd8ac32206d439f
6
+ metadata.gz: f816d42fbbcad3d147db9cd8349dd56b5652b2c9165b4f1771b90ada78b1975949a66ce991b0a8287d582010e004c170bc768a6fea4a92b8e3f949847dc8a442
7
+ data.tar.gz: dcc023d6829ab75f81364144b32c75f6313aaa0c6732cc647f2a09d063c2a9d5db0d8f46dd028c99f59fc1610c41f2496f5fb6999cec2f755bc45e763743c42c
data/lib/colorls/core.rb CHANGED
@@ -269,7 +269,7 @@ module ColorLS
269
269
  def long_info(content)
270
270
  return '' unless @long
271
271
 
272
- [mode_info(content.stats), user_info(content), group_info(content.group),
272
+ [mode_info(content.stats), content.nlink, user_info(content), group_info(content.group),
273
273
  size_info(content.size), mtime_info(content.mtime)].join(' ')
274
274
  end
275
275
 
@@ -57,6 +57,6 @@ module ColorLS
57
57
  name
58
58
  end
59
59
 
60
- def_delegators :@stats, :directory?, :socket?, :chardev?, :symlink?, :blockdev?, :mtime, :size, :owned?
60
+ def_delegators :@stats, :directory?, :socket?, :chardev?, :symlink?, :blockdev?, :mtime, :nlink, :size, :owned?
61
61
  end
62
62
  end
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.596
4
+ version: 1.2.1.pre.598
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-06-26 00:00:00.000000000 Z
11
+ date: 2019-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clocale