rbbt-util 5.13.17 → 5.13.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rbbt/workflow/accessor.rb +1 -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: 468bb74218bd754474c86120f4322048a844d6cb
|
4
|
+
data.tar.gz: e2f81d8ae83485413bbf0ef009282312af0c56af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef623e67afb2edf24e1762261b7ad70defda036bbdd14410ed259d3adf83ae1d06fcdc28213c16919f479579831bdce885f847fafa7b2ba145ea7a4a475a1dc8
|
7
|
+
data.tar.gz: 0f10eb307be2106eea7ab3720398c72f739c144982573e84fe86633c3739182a3f37525bc7f9e969374ce7ec2d9779c34dbc29fc26f2e287b8f9f21123d73b70
|
@@ -44,7 +44,7 @@ class Step
|
|
44
44
|
begin
|
45
45
|
@info_mutex.synchronize do
|
46
46
|
begin
|
47
|
-
return @info_cache if @info_cache and File.mtime(info_file)
|
47
|
+
return @info_cache if @info_cache and File.mtime(info_file) < @info_cache_time
|
48
48
|
rescue Exception
|
49
49
|
raise $!
|
50
50
|
end
|