file-digests 0.0.29 → 0.0.30
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/lib/file-digests.rb +5 -6
- 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: 99b58aede8267994cc69da0ac1fd2e35d6661fd666257e9f3dfcde5054b3b6f8
|
4
|
+
data.tar.gz: 4b733dcf4be1f14b4a08931d15d0531c18e161f3d6d3af3e3025b36266f67e9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf4c3df2b8f206b54689f2506de474ca3b021c572869765caf6e1424dac73a7c6dca3b67918ba5cb88f712353febe9aebe5fc40f7da24f6dd4019300b052436
|
7
|
+
data.tar.gz: cb0904f141e8861c9923647214c92bb8ce022952c53e8a96cee9819a43f4192bf550b47c927cc0ea8f5a16f2c58c3013561555c2afde9c093dd6cd7997f25c94
|
data/lib/file-digests.rb
CHANGED
@@ -263,14 +263,13 @@ class FileDigests
|
|
263
263
|
|
264
264
|
set_metadata(@options[:test_only] ? "latest_test_only_check_time" : "latest_complete_check_time", time_to_database(Time.now))
|
265
265
|
|
266
|
-
execute "PRAGMA optimize"
|
267
|
-
execute "VACUUM"
|
268
|
-
execute "PRAGMA wal_checkpoint(TRUNCATE)"
|
269
|
-
|
270
|
-
hide_database_files
|
271
|
-
|
272
266
|
print_counters
|
273
267
|
end
|
268
|
+
execute "PRAGMA optimize"
|
269
|
+
execute "VACUUM"
|
270
|
+
execute "PRAGMA wal_checkpoint(TRUNCATE)"
|
271
|
+
|
272
|
+
hide_database_files
|
274
273
|
end
|
275
274
|
|
276
275
|
def show_duplicates
|