directory_paradise 1.4.8 → 1.4.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1aede3b1e223960690850c8c7977f8336ee764b26925810438abbd63f10b3efa
4
- data.tar.gz: f55c5a3618a5f7f8986eb378b414f518c6cd655e30b30c5f90b0a6fe1f9dfd24
3
+ metadata.gz: 48c8977a944754af73f8ebf9edac3dfd45633fe4bdcbe8a113bb4a6d21871dcd
4
+ data.tar.gz: efae5303eefbb97cc341b691f56219f056b00324a661214d4fa63c21553615c8
5
5
  SHA512:
6
- metadata.gz: 75fd29fd36ca8d2d54cf8bd6f6cf4fef80f57fbffde6185fe0aae0a37960d27e9881dc41e51e7222768abbdee96b0bc5701f174b5313c9d7fea85855354aa290
7
- data.tar.gz: 20366da7abf0f1dcad5fe832f1336189202d9edfa4c6b8aa0c2d5d9ff44d7c50ac234d4026d5617fa0063394ca46b9b0653ad1b01b207da580ce28d39d5973dc
6
+ metadata.gz: 8c1cf0fd45f89e91916a9713d4a11424f36cdf4b6ca4324adf53c7fa55ff6d123a55131f00670883343f56ad87625e544894e382984d9e1f848a3186e4f7a178
7
+ data.tar.gz: 5992f6e554986097c1ce99e8268a8b17a5108b1c4db1b4b070a8107614b73fcefe084d1b0991138f9b9cdf6b9608932e188c9d13280fb67ef85b386f609e56fe
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">09.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">15:21:59</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:42:26</span> o'clock.
9
9
 
10
10
  <img src="https://i.imgur.com/hbGDM7i.jpg">
11
11
 
@@ -1467,17 +1467,13 @@ class Report < Base # === DirectoryParadise::Report
1467
1467
  cmd = "#{rev}contains "+
1468
1468
  sfile(
1469
1469
  n_files.to_s+' file'+file_string
1470
- )+rev+', '+
1470
+ )+"#{rev}, "+
1471
1471
  sdir(
1472
1472
  n_directories.to_s+' director'+directory_string
1473
- )+
1474
- rev+
1475
- ' and '+
1473
+ )+"#{rev} and "+
1476
1474
  ssymlink(
1477
1475
  n_symlinks.to_s+' symlink'+symlink_string
1478
- )+
1479
- rev+
1480
- '.'
1476
+ )+"#{rev}."
1481
1477
  append("#{rev}contains "+
1482
1478
  n_files.to_s+' file'+file_string+
1483
1479
  ', '+
@@ -9,11 +9,11 @@ class DirectoryParadise
9
9
  # ========================================================================= #
10
10
  # === VERSION
11
11
  # ========================================================================= #
12
- VERSION = '1.4.8'
12
+ VERSION = '1.4.9'
13
13
 
14
14
  # ========================================================================= #
15
15
  # === LAST_UPDATE
16
16
  # ========================================================================= #
17
- LAST_UPDATE = '09.11.2023'
17
+ LAST_UPDATE = '10.11.2023'
18
18
 
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: directory_paradise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.8
4
+ version: 1.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-09 00:00:00.000000000 Z
11
+ date: 2023-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colours