directory_paradise 1.4.6 → 1.4.7
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 +4 -4
- data/README.md +1 -1
- data/lib/directory_paradise/report/report.rb +7 -3
- data/lib/directory_paradise/version/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a205e5526d80523af53664668e5b543cf60804e61add6563e052f51d6cfe372
|
|
4
|
+
data.tar.gz: b4d52aa754765b6091abe0be842d889f7ce54ba313678972702ce6b1855af4af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73d4ff42c6dae72c7d8f2232fe2423ecd4df9b6376e6474b862309604349d6ecec14f883f63c63ec884253aae9c8593f08021329f4438556aa762d6d8f5f5c51
|
|
7
|
+
data.tar.gz: fc26df9f3a07fc6dd016db2e4e1accbd333c5971169930b2a4631f638e1187c8398656b94066657ac58f66eb436ed80065be47b613535b8e3e335d820c1a251a
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.ruby-lang.org/en/)
|
|
6
6
|
[](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">08.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">23:
|
|
8
|
+
This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">08.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">23:23:10</span> o'clock.
|
|
9
9
|
|
|
10
10
|
<img src="https://i.imgur.com/hbGDM7i.jpg">
|
|
11
11
|
|
|
@@ -1467,13 +1467,17 @@ class Report < Base # === DirectoryParadise::Report
|
|
|
1467
1467
|
cmd = "#{rev}contains "+
|
|
1468
1468
|
sfile(
|
|
1469
1469
|
n_files.to_s+' file'+file_string
|
|
1470
|
-
)+', '+
|
|
1470
|
+
)+rev+', '+
|
|
1471
1471
|
sdir(
|
|
1472
1472
|
n_directories.to_s+' director'+directory_string
|
|
1473
|
-
)+
|
|
1473
|
+
)+
|
|
1474
|
+
rev+
|
|
1475
|
+
' and '+
|
|
1474
1476
|
ssymlink(
|
|
1475
1477
|
n_symlinks.to_s+' symlink'+symlink_string
|
|
1476
|
-
)+
|
|
1478
|
+
)+
|
|
1479
|
+
rev+
|
|
1480
|
+
'.'
|
|
1477
1481
|
append("#{rev}contains "+
|
|
1478
1482
|
n_files.to_s+' file'+file_string+
|
|
1479
1483
|
', '+
|
|
@@ -9,7 +9,7 @@ class DirectoryParadise
|
|
|
9
9
|
# ========================================================================= #
|
|
10
10
|
# === VERSION
|
|
11
11
|
# ========================================================================= #
|
|
12
|
-
VERSION = '1.4.
|
|
12
|
+
VERSION = '1.4.7'
|
|
13
13
|
|
|
14
14
|
# ========================================================================= #
|
|
15
15
|
# === LAST_UPDATE
|