Skip to content

Commit

Permalink
commented out 0mq related library
Browse files Browse the repository at this point in the history
  • Loading branch information
fosdev committed Jun 6, 2014
1 parent ca501ae commit 0c48da7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
14 changes: 1 addition & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@ gem 'launchy'
gem 'sqlite3'
gem 'rack', '=1.4.1' # To silence deprecation warnings.


# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'nokogiri'

# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# Use unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano', group: :development
gem 'ffi-rzmq', '~> 2.0.1'
# gem 'ffi-rzmq', '~> 2.0.1' Uncomment to use zeromq
gem 'yajl-ruby', '~> 1.2.0'
gem 'faraday', '~> 0.9.0'

Expand Down
8 changes: 1 addition & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git@github.com:mdsol/crichton.git
revision: be8dada9e2f6def9e582da0fced21cb7f8a2ab68
revision: e47023872d53eee27738dcd5948fb09abbd8308c
branch: crichton-demo
specs:
crichton (0.0.1)
Expand Down Expand Up @@ -66,11 +66,6 @@ GEM
erubis (2.7.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.3)
ffi-rzmq (2.0.1)
ffi-rzmq-core (>= 1.0.1)
ffi-rzmq-core (1.0.3)
ffi (~> 1.9)
hike (1.2.3)
i18n (0.6.9)
journey (1.0.4)
Expand Down Expand Up @@ -153,7 +148,6 @@ DEPENDENCIES
debugger (~> 1.5.0)
equivalent-xml (~> 0.3.0)
faraday (~> 0.9.0)
ffi-rzmq (~> 2.0.1)
jquery-rails
launchy
nokogiri
Expand Down
6 changes: 4 additions & 2 deletions lib/tasks/zeromq.rake
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Note: You must install 0mq libraries separately for this rake task to work and uncomment associated gem
# declaration in Gemfile.

require 'yajl'
require 'ffi-rzmq'
#require 'ffi-rzmq' uncomment to use.
require 'faraday'
require 'socket'

# Note: You must install 0mq libraries separately for this rake task to work.

task :run_socket => :environment do
$stdout.sync = true
Expand Down

0 comments on commit 0c48da7

Please sign in to comment.