mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
Added nokogiri and jrzmq'
This commit is contained in:
parent
11348fec99
commit
8ea44fe781
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'gxg-framework'
|
||||
s.version = '0.0.55'
|
||||
s.version = '0.0.56'
|
||||
s.licenses = ['UNLICENSED']
|
||||
s.summary = "GxG Framework"
|
||||
s.description = "GxG Framework"
|
||||
|
|
@ -23,7 +23,8 @@ Gem::Specification.new do |s|
|
|||
# FIX : big hassle with windows - exclude for now
|
||||
# s.add_runtime_dependency 'ffi-rzmq'
|
||||
# s.add_runtime_dependency 'ezmq'
|
||||
# s.add_runtime_dependency 'nokogiri'
|
||||
s.add_runtime_dependency 'jrzmq'
|
||||
s.add_runtime_dependency 'nokogiri'
|
||||
s.add_runtime_dependency 'mimemagic'
|
||||
s.add_runtime_dependency 'rubysl-securerandom'
|
||||
s.add_runtime_dependency 'net-ssh'
|
||||
|
|
|
|||
Loading…
Reference in a new issue