From 9a9e9ad5517b5aae125da82561abc59b80e5e2ac Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 15 Mar 2012 08:02:39 -0400 Subject: [PATCH] starting to play with zeromq --- zeromq/with-ruby/Gemfile | 3 +++ zeromq/with-ruby/Gemfile.lock | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 zeromq/with-ruby/Gemfile create mode 100644 zeromq/with-ruby/Gemfile.lock diff --git a/zeromq/with-ruby/Gemfile b/zeromq/with-ruby/Gemfile new file mode 100644 index 0000000..4bd982c --- /dev/null +++ b/zeromq/with-ruby/Gemfile @@ -0,0 +1,3 @@ +source :rubygems + +gem 'zmq' diff --git a/zeromq/with-ruby/Gemfile.lock b/zeromq/with-ruby/Gemfile.lock new file mode 100644 index 0000000..c257b6d --- /dev/null +++ b/zeromq/with-ruby/Gemfile.lock @@ -0,0 +1,10 @@ +GEM + remote: http://rubygems.org/ + specs: + zmq (2.1.4) + +PLATFORMS + ruby + +DEPENDENCIES + zmq