Skip to content

Commit

Permalink
Moving fmq_client out to a separate gem
Browse files Browse the repository at this point in the history
  • Loading branch information
wishdev committed Aug 9, 2010
1 parent a9b5c67 commit b8f868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fmq.rb
Expand Up @@ -33,5 +33,5 @@
# load all parts in right order
require File.dirname(__FILE__) + "/fmq/boot"
require File.dirname(__FILE__) + "/fmq/admin"
require File.dirname(__FILE__) + "/fmq_client"
require "fmq_client"
require File.dirname(__FILE__) + "/fmq/server"

0 comments on commit b8f868d

Please sign in to comment.