lolitra 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,7 +73,6 @@ module Lolitra
73
73
  queue_name = generate_queue_name(handler_class)
74
74
  begin
75
75
  create_channel(self.connection) do |channel|
76
- Lolitra::logger.error(queue_name)
77
76
  queue = channel.queue(queue_name, SUBSCRIBE_OPTIONS) do |queue|
78
77
  begin
79
78
  queue.delete do
@@ -1,3 +1,3 @@
1
1
  module Lolitra
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Hugo Freire