durable_rules 0.34.38 → 0.34.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/src/rules/net.c +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f1c80c635df9e55e5bedb264ae24598a94fe462
|
4
|
+
data.tar.gz: 374070d1fcab9dd992f278473f451df338628270
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 135429b2272c95ecda7988e5375dabe34b40428b98573d4ad0fac98a9ad54a166f41309dfe9a9a088a245c1070ee4be8eadb839cbfbde41c807e673d42336b27
|
7
|
+
data.tar.gz: 33a0d2a769113530b4e15712af9a8bcd495bb79847233e6a87f155a17e7a9c05fb6b5e8006be4c7a22cd98e7b5a353692fd03b83fa39578922f03dd2c451d83d
|
data/src/rules/net.c
CHANGED
@@ -290,7 +290,7 @@ static unsigned int createTest(ruleset *tree, expression *expr, char **test, cha
|
|
290
290
|
" if not message[\"%s\"] then\n"
|
291
291
|
" return \"\"\n"
|
292
292
|
" else\n"
|
293
|
-
" result = result .. message[\"%s\"]\n"
|
293
|
+
" result = result .. tostring(message[\"%s\"])\n"
|
294
294
|
" end\n",
|
295
295
|
leftProperty,
|
296
296
|
leftProperty) == -1) {
|
@@ -301,7 +301,7 @@ static unsigned int createTest(ruleset *tree, expression *expr, char **test, cha
|
|
301
301
|
" if not %s then\n"
|
302
302
|
" return \"\"\n"
|
303
303
|
" else\n"
|
304
|
-
" result = result .. %s\n"
|
304
|
+
" result = result .. tostring(%s)\n"
|
305
305
|
" end\n",
|
306
306
|
idiomString,
|
307
307
|
idiomString) == -1) {
|
@@ -314,7 +314,7 @@ static unsigned int createTest(ruleset *tree, expression *expr, char **test, cha
|
|
314
314
|
"%s if not message[\"%s\"] then\n"
|
315
315
|
" return \"\"\n"
|
316
316
|
" else\n"
|
317
|
-
" result = result .. message[\"%s\"]\n"
|
317
|
+
" result = result .. tostring(message[\"%s\"])\n"
|
318
318
|
" end\n",
|
319
319
|
*primaryKey,
|
320
320
|
leftProperty,
|
@@ -327,7 +327,7 @@ static unsigned int createTest(ruleset *tree, expression *expr, char **test, cha
|
|
327
327
|
"%s if not %s then\n"
|
328
328
|
" return \"\"\n"
|
329
329
|
" else\n"
|
330
|
-
" result = result .. %s\n"
|
330
|
+
" result = result .. tostring(%s)\n"
|
331
331
|
" end\n",
|
332
332
|
*primaryFrameKey,
|
333
333
|
idiomString,
|
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: 0.34.
|
4
|
+
version: 0.34.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesus Ruiz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|