lib/amqp.rb in amqp-0.5.1 vs lib/amqp.rb in amqp-0.5.2

- old
+ new

@@ -1,9 +1,11 @@ module AMQP DIR = File.expand_path(File.dirname(File.expand_path(__FILE__))) $:.unshift DIR + require 'ext/em' + %w[ buffer spec protocol frame client ].each do |file| require "amqp/#{file}" end class << self \ No newline at end of file