promiscuous 0.21.0 → 0.21.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -23,7 +23,7 @@ Promiscuous to the rescue
23
23
  Compatibility
24
24
  -------------
25
25
 
26
- Promiscuous is tested against MRI 1.9.2 and 1.9.3.
26
+ Promiscuous is tested against MRI 1.9.3.
27
27
 
28
28
  ActiveRecord, Mongoid 2.4.x and Mongoid 3.0.x are supported.
29
29
 
@@ -21,7 +21,7 @@ module Promiscuous
21
21
  end
22
22
 
23
23
  connection = ::AMQP.connect(amqp_options)
24
- self.channel = ::AMQP::Channel.new(connection, :auto_recovery => true)
24
+ self.channel = ::AMQP::Channel.new(connection, :auto_recovery => true, :prefetch => 100)
25
25
 
26
26
  connection.on_tcp_connection_loss do |conn|
27
27
  unless conn.reconnecting?
@@ -1,3 +1,3 @@
1
1
  module Promiscuous
2
- VERSION = '0.21.0'
2
+ VERSION = '0.21.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promiscuous
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.21.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -118,8 +118,8 @@ extensions: []
118
118
  extra_rdoc_files: []
119
119
  files:
120
120
  - lib/promiscuous/amqp/null.rb
121
- - lib/promiscuous/amqp/rubyamqp.rb
122
121
  - lib/promiscuous/amqp/bunny.rb
122
+ - lib/promiscuous/amqp/rubyamqp.rb
123
123
  - lib/promiscuous/common/lint.rb
124
124
  - lib/promiscuous/common/lint/base.rb
125
125
  - lib/promiscuous/common/class_helpers.rb