bunny-ext 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile CHANGED
@@ -2,3 +2,4 @@ source "http://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in bunny-ext.gemspec
4
4
  gemspec
5
+ gem "SystemTimer", "1.2"
@@ -7,7 +7,7 @@ module Qrack
7
7
 
8
8
  alias initialize_without_timeout_opts initialize
9
9
  def initialize_with_timeout_opts(opts = {})
10
- initialize_without_timeout_opts
10
+ initialize_without_timeout_opts(opts)
11
11
  @socket_timeout = opts[:socket_timeout] || SOCKET_TIMEOUT
12
12
  @use_timeout = RUBY_VERSION >= "1.9"
13
13
  end
@@ -1,5 +1,5 @@
1
1
  module Bunny
2
2
  module Ext
3
- VERSION = "0.6.1"
3
+ VERSION = "0.6.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunny-ext
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stefan Kaes
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-19 00:00:00 +01:00
19
+ date: 2010-11-30 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency