rbbt-util 5.19.5 → 5.19.6
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/rbbt/persist.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02cf2c0ca93a77afe893682ad6c757970462a050
|
|
4
|
+
data.tar.gz: 7b29e97eeeab36943a7ee7892f600f1255edcd54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e5d474d7748a9ccf11a088157f165f41ddb6d230169bb977c7f9f2fab0238284c3c37eb3b35653c523efd3c3681f3a1f442f6f7eaa3dffdec891cb8b885b40e
|
|
7
|
+
data.tar.gz: f128cb729e0fb74cf088d5bc6ce3722ebba619b63e957091f8b91c29bf14cfddf564725dd3d8680821ba0475728c7a4849e5291a038ae39242beeddf8d8b14b1
|
data/lib/rbbt/persist.rb
CHANGED
|
@@ -288,7 +288,6 @@ module Persist
|
|
|
288
288
|
lock_options = Misc.pull_keys persist_options, :lock
|
|
289
289
|
lock_options = lock_options[:lock] if Hash === lock_options[:lock]
|
|
290
290
|
Misc.lock lock_filename, lock_options do |lockfile|
|
|
291
|
-
iii lockfile
|
|
292
291
|
Misc.insist do
|
|
293
292
|
if is_persisted?(path, persist_options)
|
|
294
293
|
Log.low "Persist up-to-date (suddenly): #{ path } - #{Misc.fingerprint persist_options}"
|