Skip to content

Commit

Permalink
Locked PanZMQ gem
Browse files Browse the repository at this point in the history
  • Loading branch information
krakatoa committed Dec 4, 2012
1 parent 9a99015 commit 30bc421
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :cli do
end end


gem "ffi-rzmq" gem "ffi-rzmq"
#gem "ma-zmq", :path => "/home/krakatoa/workspace/al-nattahnam/ma-zmq" gem "pan-zmq", :path => "/home/krakatoa/workspace/al-nattahnam/pan-zmq"
gem "cucub-protocol", '0.0.1', :path => "/home/krakatoa/workspace/al-nattahnam/cucub/protocol", :require => 'cucub-protocol' gem "cucub-protocol", '0.0.1', :path => "/home/krakatoa/workspace/al-nattahnam/cucub/protocol", :require => 'cucub-protocol'


# Add dependencies to develop your gem here. # Add dependencies to develop your gem here.
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Expand Up @@ -5,12 +5,18 @@ PATH
inifile inifile
msgpack msgpack


PATH
remote: /home/krakatoa/workspace/al-nattahnam/pan-zmq
specs:
pan-zmq (0.0.1)
ffi-rzmq (~> 0.9.6)

GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
diff-lcs (1.1.3) diff-lcs (1.1.3)
ffi (1.1.5) ffi (1.2.0)
ffi-rzmq (0.9.3) ffi-rzmq (0.9.6)
ffi ffi
git (1.2.5) git (1.2.5)
inifile (2.0.2) inifile (2.0.2)
Expand Down Expand Up @@ -48,6 +54,7 @@ DEPENDENCIES
cucub-protocol (= 0.0.1)! cucub-protocol (= 0.0.1)!
ffi-rzmq ffi-rzmq
jeweler (~> 1.8.4) jeweler (~> 1.8.4)
pan-zmq!
rspec rspec
servolux servolux
simplecov simplecov
Expand Down

0 comments on commit 30bc421

Please sign in to comment.