changes to gemfile and gemspec

This commit is contained in:
Nicholas Padilla 2012-05-10 09:00:32 -06:00
parent 473fa4541a
commit e90a893554
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ gem "onstomp" # for stomp protocol, Apache 2.0 License
gem "json" # Ruby license
#gem "awesome_print" # MIT License
gem "jruby-openssl", :platforms => :jruby # For enabling SSL support, CPL/GPL 2.0
gem "mail" #outputs/email, # License: MIT License
gem "minitest" # License: Ruby
gem "rack" # License: MIT

View file

@ -48,6 +48,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "stomp" # for stomp protocol, Apache 2.0 License
spec.add_dependency "uuidtools" # for naming amqp queues, License ???
spec.add_dependency "xmpp4r", "~> 0.5" # outputs/xmpp, # License: As-Is
spec.add_dependency "mail" #outputs/email, # License: MIT License
spec.add_dependency("ffi-rzmq")
spec.add_development_dependency 'mocha'