file-digests 0.0.44 → 0.0.45
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 +2 -4
- 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: 724ceeb18b2bd197f9ea5b01b19ffee3b710c8aa044b169290240522d877fb98
|
|
4
|
+
data.tar.gz: 53b693c580c5426a8925bc3dfef43b8b2ff5ca92635f8e132020d3615fb7fdd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfbe437ff9443012f236a58f4ea1a5af6782452437e764d8848a86422dce763c01b18c463788003b62c2249117aef02cd2759bb20be58eacd93bc0ab06e619d7
|
|
7
|
+
data.tar.gz: b98e15d44a163fc2732ef581006655ea3dc1339668bf908c409dd9d5ca3c60a8558b1ddd9e5032c813781ac55e49bf4073b4a5301c5376d2d70c1ddc3ca874e6
|
data/lib/file-digests.rb
CHANGED
|
@@ -247,10 +247,8 @@ class FileDigests
|
|
|
247
247
|
@missing_files_path
|
|
248
248
|
]
|
|
249
249
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
puts "Database location: #{@digest_database_path}"
|
|
253
|
-
end
|
|
250
|
+
puts "Checking file digests in: #{@files_path}" unless @options[:quiet]
|
|
251
|
+
puts "Database location: #{@digest_database_path}" if @options[:verbose]
|
|
254
252
|
end
|
|
255
253
|
|
|
256
254
|
def initialize_database
|