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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f4fcf267318b0b13f7e73b3f0fe742187c9fc38
4
- data.tar.gz: fd93f6f378fd7f0bb1e7b278bb4ce714f7b6ab7f
3
+ metadata.gz: 392877eff7948a27263bf17619db22d0cce428a3
4
+ data.tar.gz: 87c466b88580f805e6fb86af43bb8cd9514cbd1c
5
5
  SHA512:
6
- metadata.gz: 2eaffe6631ba5e6c3e2ef75822e4a38e5b55359b06236162c8a9bbf468db51411d229c37f8c1cc4becc403651cc68ef79bde5ff59ce3ad297741be60150ac7c7
7
- data.tar.gz: 26d54239561ba4154fac37f6a673fd2dcd4d2e5382959a1f4e9cd510ab55b7586d39c9806fb8f280f78a2f552883057f54965e82a59c5fbd93fca72921c463ff
6
+ metadata.gz: 3f37cc998849a75bb98f3616d4b79b1af63119ea5481b32ba7a9d39c49c3d6f4d82a8e6b0344b255676647b3f4462dfcb20c2bb0cf2add0f306328287dd14ec3
7
+ data.tar.gz: 5fb3d28956ece6110bb673709cf764e083bcd4f9aa687be454d0bf23e0a7abcff4e4ea62ef69285b3555191f2026623ea1df87fa0f91f5607bd0e4c5c26614db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- estorm-message-processor (0.2.4)
4
+ estorm-message-processor (0.2.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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.5
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: 2013-11-06 00:00:00.000000000 Z
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