Skip to content

Commit

Permalink
factor out the ffi-rzmq changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sundbp committed Oct 10, 2011
1 parent d9ef1a0 commit 2f5bb51
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 701 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source :rubygems

gemspec

gem 'ffi-rzmq', '~> 0.9.0'
gem 'ffi-rzmq', :path => "~/dev/_mine/ffi-rzmq"
#gem 'ffi-rzmq', :git => 'https://github.com/sundbp/ffi-rzmq.git'

group :development, :test do
Expand Down
1 change: 0 additions & 1 deletion lib/mdp/async_client_session.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'ffi-rzmq'
require 'my-ffi-rzmq/string_multipart_message' # until merged into gem
require 'mdp'

module MDP
Expand Down
1 change: 0 additions & 1 deletion lib/mdp/broker.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'ffi-rzmq'
require 'my-ffi-rzmq/string_multipart_message' # until merged into gem
require 'mdp'

module MDP
Expand Down
1 change: 0 additions & 1 deletion lib/mdp/client_session.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'ffi-rzmq'
require 'my-ffi-rzmq/string_multipart_message' # until merged into gem
require 'mdp'

module MDP
Expand Down
1 change: 0 additions & 1 deletion lib/mdp/worker_session.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'ffi-rzmq'
require 'my-ffi-rzmq/string_multipart_message' # until merged into gem
require 'mdp'

module MDP
Expand Down
40 changes: 0 additions & 40 deletions lib/my-ffi-rzmq/message.rb

This file was deleted.

132 changes: 0 additions & 132 deletions lib/my-ffi-rzmq/multipart_message.rb

This file was deleted.

88 changes: 0 additions & 88 deletions lib/my-ffi-rzmq/raw_multipart_message.rb

This file was deleted.

73 changes: 0 additions & 73 deletions lib/my-ffi-rzmq/string_multipart_message.rb

This file was deleted.

21 changes: 0 additions & 21 deletions lib/my-ffi-rzmq/util.rb

This file was deleted.

Loading

0 comments on commit 2f5bb51

Please sign in to comment.