# -*- encoding: utf-8 -*-
# stub: omf_common 6.0.0.pre.11 ruby lib

Gem::Specification.new do |s|
  s.name = "omf_common".freeze
  s.version = "6.0.0.pre.11".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["NICTA".freeze]
  s.date = "2013-03-18"
  s.description = "Common library of OMF, a generic framework for controlling and managing networking testbeds.".freeze
  s.email = ["omf-user@lists.nicta.com.au".freeze]
  s.executables = ["monitor_topic.rb".freeze, "send_create.rb".freeze, "send_request.rb".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "Rakefile".freeze, "bin/monitor_topic.rb".freeze, "bin/send_create.rb".freeze, "bin/send_request.rb".freeze, "example/engine_alt.rb".freeze, "example/vm_alt.rb".freeze, "lib/omf_common.rb".freeze, "lib/omf_common/comm.rb".freeze, "lib/omf_common/comm/amqp/amqp_communicator.rb".freeze, "lib/omf_common/comm/amqp/amqp_topic.rb".freeze, "lib/omf_common/comm/local/local_communicator.rb".freeze, "lib/omf_common/comm/local/local_topic.rb".freeze, "lib/omf_common/comm/topic.rb".freeze, "lib/omf_common/comm/xmpp/communicator.rb".freeze, "lib/omf_common/comm/xmpp/topic.rb".freeze, "lib/omf_common/comm/xmpp/xmpp_mp.rb".freeze, "lib/omf_common/command.rb".freeze, "lib/omf_common/core_ext/string.rb".freeze, "lib/omf_common/default_logging.rb".freeze, "lib/omf_common/eventloop.rb".freeze, "lib/omf_common/eventloop/em.rb".freeze, "lib/omf_common/eventloop/local_evl.rb".freeze, "lib/omf_common/exec_app.rb".freeze, "lib/omf_common/key.rb".freeze, "lib/omf_common/measure.rb".freeze, "lib/omf_common/message.rb".freeze, "lib/omf_common/message/json/json_message.rb".freeze, "lib/omf_common/message/xml/message.rb".freeze, "lib/omf_common/message/xml/relaxng_schema.rb".freeze, "lib/omf_common/message/xml/topic_message.rb".freeze, "lib/omf_common/protocol/6.0.rnc".freeze, "lib/omf_common/protocol/6.0.rng".freeze, "lib/omf_common/version.rb".freeze, "omf_common.gemspec".freeze, "test/fixture/pubsub.rb".freeze, "test/omf_common/comm/xmpp/communicator_spec.rb".freeze, "test/omf_common/comm/xmpp/topic_spec.rb".freeze, "test/omf_common/comm_spec.rb".freeze, "test/omf_common/command_spec.rb".freeze, "test/omf_common/core_ext/string_spec.rb".freeze, "test/omf_common/message/xml/message_spec.rb".freeze, "test/omf_common/message_spec.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://omf.mytestbed.net".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Common library of OMF".freeze

  s.specification_version = 3

  s.add_development_dependency(%q<minitest>.freeze, ["~> 3.2".freeze])
  s.add_development_dependency(%q<em-minitest-spec>.freeze, ["~> 1.1.1".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<eventmachine>.freeze, ["~> 0.12.10".freeze])
  s.add_runtime_dependency(%q<blather>.freeze, ["= 0.8.1".freeze])
  s.add_runtime_dependency(%q<logging>.freeze, ["~> 1.7.1".freeze])
  s.add_runtime_dependency(%q<hashie>.freeze, ["~> 1.2.0".freeze])
  s.add_runtime_dependency(%q<oml4r>.freeze, ["~> 2.8.0".freeze])
end