durable_rules 2.0.27 → 2.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/librb/engine.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 718b325b66f1671880337e82b9c0733e69d86710
4
- data.tar.gz: 8b76eef7e27b274415db71c511ceab15b982b7ad
3
+ metadata.gz: fd4b836b5afc54646b8214078c55d46acb9086fa
4
+ data.tar.gz: f1f76182fd9edad82893c4aeca5bc197cde019d7
5
5
  SHA512:
6
- metadata.gz: ee85bce7113af542f36608b2bec47e3f00397f8c5bff5b6ed123b55512d5504f40a151df58b04d7f2970ae9a814c0625c8831e41194fe1433a7b7e8292638b28
7
- data.tar.gz: f4cee04af0c0b941831cdc9fbf0ef2df5403c39c05fc522bd440653ab322b96fad08b051aa4047972a9f3cd77ff3d9ea2f0a4dc8a0c69ba69f96389e46a0ccde
6
+ metadata.gz: 6db4753a711a5f409fcab98c1b8f28be7e38e457814c70c6328d7797aa27ddf7f8a4b8386adfb54a764b5cda17b35189f18d5363bb430bec6062903b9ccc2669
7
+ data.tar.gz: 43ca66890ebe866a3a7e3071191633951f22b83cfe9912e22aac6373e56538af22f30c0daeecc4340c5f8668d08e36b2e2fafdd9bfabad8e5efc07fdf8dc4148
@@ -1083,7 +1083,7 @@ module Engine
1083
1083
 
1084
1084
  timer = Timers::Group.new
1085
1085
 
1086
- thread_lambda = -> c {
1086
+ thread_lambda = -> c, _t {
1087
1087
  if @ruleset_list.empty?
1088
1088
  timer.after 0.5, &thread_lambda
1089
1089
  else
@@ -1116,7 +1116,7 @@ module Engine
1116
1116
 
1117
1117
  timer = Timers::Group.new
1118
1118
 
1119
- thread_lambda = -> c {
1119
+ thread_lambda = -> c, _t {
1120
1120
  if @ruleset_list.empty?
1121
1121
  timer.after 0.5, &thread_lambda
1122
1122
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: durable_rules
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.27
4
+ version: 2.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesus Ruiz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-07 00:00:00.000000000 Z
11
+ date: 2020-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake