directory_paradise 1.4.10 → 1.4.11

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: '0994bf52caed433dc043c4cf5612e182aa0e9a8e27850fa7b393417bca87b885'
4
- data.tar.gz: ab2ef36bdfcc49c643e9f17625aed82633fe91ac5e41a40bf44ad4c1adf48994
3
+ metadata.gz: 7a425b70590aab384c807d5d7dc07b0bf8a6c4b73631e088804c3bb41c5bda51
4
+ data.tar.gz: 6d46d1448df480e338e5946c833fd2cbffca9f58a6c02933c7db0467ef8e7c1c
5
5
  SHA512:
6
- metadata.gz: '092923e12bdbd31a4824958fb22ce0b2f562d9c727b4b1d26ce673debf2f07bf3a86327df1a47073b68fc007d756bf71dfbf6989e5554115a84c0d58b67b9696'
7
- data.tar.gz: 9f467313dff258289c003e35708bdd3f689682efd5aace8545c0b071579668ad7f16ac4216bb0bcd65256ccdb4d30dd1b94211ad1aa6e1c926cec0dd10e33c7c
6
+ metadata.gz: 1673c463a7b643205f6ed19b7af3d79809d0fc7a6506df1d128e136624f4fb26b0242d19890fa5620f8e066b512aa2ce6f90f79597789f7bc365b02c7197a578
7
+ data.tar.gz: d36ba2ac2723d7a553235171b83d9496c1a63e938ee9488ec1fe99cd634c1c13649970984ccd20d21317126f2ec68feea75003911c080639405850065299d4c2
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://www.ruby-lang.org/en/)
6
6
  [![Gem Version](https://badge.fury.io/rb/directory_paradise.svg)](https://badge.fury.io/rb/directory_paradise)
7
7
 
8
- This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">10.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">15:58:02</span> o'clock.
8
+ This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">10.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">15:59:10</span> o'clock.
9
9
 
10
10
  <img src="https://i.imgur.com/hbGDM7i.jpg">
11
11
 
@@ -1613,9 +1613,9 @@ class Report < Base # === DirectoryParadise::Report
1613
1613
  inner_hash[:ascii_representation]
1614
1614
  ).ljust(11)
1615
1615
  )
1616
- line << rev+return_file_permission_of(
1616
+ line << "#{rev}#{return_file_permission_of(
1617
1617
  inner_hash[:ascii_representation]
1618
- ).ljust(11)
1618
+ ).ljust(11)}"
1619
1619
  end
1620
1620
  end
1621
1621
  # ===================================================================== #
@@ -9,7 +9,7 @@ class DirectoryParadise
9
9
  # ========================================================================= #
10
10
  # === VERSION
11
11
  # ========================================================================= #
12
- VERSION = '1.4.10'
12
+ VERSION = '1.4.11'
13
13
 
14
14
  # ========================================================================= #
15
15
  # === LAST_UPDATE
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: directory_paradise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler