estorm-message-processor 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile.lock +1 -1
- data/lib/estorm-message-processor/base.rb +2 -2
- data/test/coverage/index.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
M2EzMDFiYjllMTYwNzc0NGIyN2M1MzQ2MWI5NGYxOWY1OTI1NjNiYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjE4ZmZhOGQyNTQyZDJmMDc0Y2E0NWZjMDVhMjNjMjA1ZGUzZjM5Yw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWVhYzI5ZjU3MWUyNTAzZGZiNTJmZTcyYjI2MDQ2NzE3NzU4MWNhOGZjZDFk
|
10
|
+
NmQxYTk3YmZkNTdlMjc4YmM2MGU5MTM4MzhkNjIzYjNhNjlkOTI3ODZmZDRh
|
11
|
+
OWU3ODY0ODA4N2E4YmQ5Mjc1Yjc4NjMyZjJmYTRmYTBiNTllNWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTNkYzk4Y2M2NGQxNTExNjZjNWU5NTFiZTZkZGUxNDg0MDFlMGExMTBhMGEz
|
14
|
+
NDM1YzdkNzhhN2EyMGY4NmJlZGYxMjQ4YzIzMzZiZjVjOGJlMjlhNDQxNjc3
|
15
|
+
N2MzMmJlMmJkZmI4M2M5ZmMwNDZmN2VjZDYwZjA0ZjgzNGE3YTY=
|
data/Gemfile.lock
CHANGED
@@ -21,11 +21,11 @@ module EstormMessageProcessor
|
|
21
21
|
|
22
22
|
def process_messages(delivery_info,properties,body)
|
23
23
|
begin
|
24
|
-
msg = "-----> [bunny_contact_processor] Received from App #{body} "
|
25
|
-
logger.info msg
|
26
24
|
cmdhash=YAML.load(body)
|
27
25
|
delegatestring="delegate_#{cmdhash['command']}"
|
28
26
|
# create procedures named delegate_command accepting cmdhash
|
27
|
+
msg = "-----> [gem estorm message processor] Received from App #{body} calling delegate #{delegatestring} "
|
28
|
+
logger.info msg
|
29
29
|
self.send(delegatestring,cmdhash)
|
30
30
|
#load the promotion and process through data
|
31
31
|
|
data/test/coverage/index.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
<img src="./assets/0.7.1/loading.gif" alt="loading"/>
|
15
15
|
</div>
|
16
16
|
<div id="wrapper" style="display:none;">
|
17
|
-
<div class="timestamp">Generated <abbr class="timeago" title="2013-10-12T12:
|
17
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2013-10-12T12:36:00+08:00">2013-10-12T12:36:00+08:00</abbr></div>
|
18
18
|
<ul class="group_tabs"></ul>
|
19
19
|
|
20
20
|
<div id="content">
|