Skip to content

Commit

Permalink
Use the bunny-ext gem for the timeout monkey patching stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paukul committed Nov 19, 2010
1 parent 84a2983 commit cf6bf36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
3 changes: 2 additions & 1 deletion amqp_logging.gemspec
Expand Up @@ -36,7 +36,8 @@ Gem::Specification.new do |s|
INFO

s.specification_version = 3
s.add_runtime_dependency("bunny", [">= 0.6.0"])
s.add_runtime_dependency("bunny", ["= 0.6.0"])
s.add_runtime_dependency("bunny-ext", ["= 0.6.0"])
s.add_runtime_dependency("activesupport", [">= 2.3.0"])
s.add_runtime_dependency("json", [">= 1.4.0"])
s.add_development_dependency("mocha", [">= 0"])
Expand Down
3 changes: 2 additions & 1 deletion lib/amqp_logging.rb
@@ -1,4 +1,5 @@
require 'bunny'
require 'bunny-ext'

begin
# ActiveSupport 3.x
Expand All @@ -22,4 +23,4 @@ def self.iso_time_with_microseconds(t = Time.now)
require 'logger'
require 'amqp_logging/logger'
require 'amqp_logging/log_device'
require 'amqp_logging/ext/qrack/client'

44 changes: 0 additions & 44 deletions lib/amqp_logging/ext/qrack/client.rb

This file was deleted.

0 comments on commit cf6bf36

Please sign in to comment.