estorm-message-processor 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/estorm-message-processor/client.rb +1 -1
- 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: 392877eff7948a27263bf17619db22d0cce428a3
|
4
|
+
data.tar.gz: 87c466b88580f805e6fb86af43bb8cd9514cbd1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f37cc998849a75bb98f3616d4b79b1af63119ea5481b32ba7a9d39c49c3d6f4d82a8e6b0344b255676647b3f4462dfcb20c2bb0cf2add0f306328287dd14ec3
|
7
|
+
data.tar.gz: 5fb3d28956ece6110bb673709cf764e083bcd4f9aa687be454d0bf23e0a7abcff4e4ea62ef69285b3555191f2026623ea1df87fa0f91f5607bd0e4c5c26614db
|
data/Gemfile.lock
CHANGED
@@ -11,7 +11,7 @@ module EstormMessageProcessor
|
|
11
11
|
@conn = Bunny.new if !flag
|
12
12
|
@conn.start
|
13
13
|
rescue Bunny::PossibleAuthenticationFailureError => e
|
14
|
-
puts "Could not authenticate as #{conn.username}"
|
14
|
+
puts "Could not authenticate as #{@conn.username}"
|
15
15
|
end
|
16
16
|
@channel = @conn.create_channel
|
17
17
|
#puts "connected: #{conn.inspect}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: estorm-message-processor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Sproule
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: a gem to help rails app process AMQP queues for background jobs
|
14
14
|
email: scott.sproule@ficonab.com
|