rookout 0.1.32 → 0.1.33
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rookout/com_ws/output.rb +2 -1
- data/lib/rookout/commit.rb +1 -1
- data/lib/rookout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44bfee39e23252d8f32aec49169aef41a7a5bc75aa1b297546d41a8c4c1043ce
|
4
|
+
data.tar.gz: 6d4208c55a9e45c96a2a59e2d3bbf50ecd468f2a18f7d4b832fe60888e53e36b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0fcb676742f9dab45aaabe1da3db6d20e8bc17892b6b63917db99fe8c6563d44cff49f58c8fe0c650a05a4b67eaeb7b346a979987b1bb4001c2ca9a76651544
|
7
|
+
data.tar.gz: 0ee2ab75597be3d32d37bb8eec698a0ecb196cc0c3eeaf14e7fe868b9c4a807b6db25ecc5c34f9c8adb6f2dc2aae1e0870d8d9042431a5dfa7bec8a42391ee54
|
@@ -66,11 +66,12 @@ module Rookout
|
|
66
66
|
rule_id: rule_id,
|
67
67
|
active: active
|
68
68
|
|
69
|
-
envelope_wrapper = EnvelopeWrapper.new status
|
70
69
|
if error
|
71
70
|
status.error = error.dumps
|
72
71
|
end
|
73
72
|
|
73
|
+
envelope_wrapper = EnvelopeWrapper.new status
|
74
|
+
|
74
75
|
@agent_com.add envelope_wrapper
|
75
76
|
end
|
76
77
|
end
|
data/lib/rookout/commit.rb
CHANGED
data/lib/rookout/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rookout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Liran Haimovitch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: binding_of_caller
|