jack_rabbit 0.3.0-java → 0.3.1-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,10 +8,10 @@ module JackRabbit
8
8
  include Backoff
9
9
  include Logging
10
10
 
11
- DEFAULT_OPTIONS = { connection_timeout: 5, heartbeat_interval: 5 }
11
+ DEFAULT_OPTIONS = { heartbeat_interval: 5 }
12
12
 
13
13
  def initialize(uri, options)
14
- @uri, @options = uri, options.merge(connection_options(uri))
14
+ @uri, @options = uri, connection_options(uri).merge!(options)
15
15
  @channels = []
16
16
  end
17
17
 
@@ -1,3 +1,3 @@
1
1
  module JackRabbit
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: jack_rabbit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 0.3.1
6
6
  platform: java
7
7
  authors:
8
8
  - Sebastian Ohm
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-22 00:00:00.000000000 Z
12
+ date: 2013-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hot_bunnies