directory_paradise 1.4.6 → 1.4.7

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: 9de1c871c7ae3a931631cec20714bdb1a4a9596aa0315a20f07050fe56088a5c
4
- data.tar.gz: 1f3459eba6a305f936708488c955b2148ed80ade2fcf392254e9873637c579d7
3
+ metadata.gz: 7a205e5526d80523af53664668e5b543cf60804e61add6563e052f51d6cfe372
4
+ data.tar.gz: b4d52aa754765b6091abe0be842d889f7ce54ba313678972702ce6b1855af4af
5
5
  SHA512:
6
- metadata.gz: 97946fee54b5b09d32088603cb1749493e7f997f4ec1acaece6334f9c06a5d2d5600641903da9ad95fc189f910fb95a9930006fed39a8165402d89505dab045a
7
- data.tar.gz: ae3f3a939732987b0a673c4a743911d5d79bb7fe70f1ef49fde084a3aa0368c74d81a8e16a337959ada5ff4184b1e7ea06a1f477eb4dca53772435fbd561888d
6
+ metadata.gz: 73d4ff42c6dae72c7d8f2232fe2423ecd4df9b6376e6474b862309604349d6ecec14f883f63c63ec884253aae9c8593f08021329f4438556aa762d6d8f5f5c51
7
+ data.tar.gz: fc26df9f3a07fc6dd016db2e4e1accbd333c5971169930b2a4631f638e1187c8398656b94066657ac58f66eb436ed80065be47b613535b8e3e335d820c1a251a
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">08.11.2023</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">23:22:08</span> o'clock.
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
- )+' and '+
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.6'
12
+ VERSION = '1.4.7'
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.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler