# -*- encoding: utf-8 -*- # stub: orchestrator 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "orchestrator".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stephen von Takach".freeze] s.date = "2014-11-28" s.description = "A building and Internet of Things automation system".freeze s.email = ["steve@advancedcontrol.com.au".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/orchestrator/api/dependencies_controller.rb".freeze, "app/controllers/orchestrator/api/modules_controller.rb".freeze, "app/controllers/orchestrator/api/systems_controller.rb".freeze, "app/controllers/orchestrator/api/zones_controller.rb".freeze, "app/controllers/orchestrator/api_controller.rb".freeze, "app/controllers/orchestrator/base.rb".freeze, "app/controllers/orchestrator/persistence_controller.rb".freeze, "app/models/orchestrator/access_log.rb".freeze, "app/models/orchestrator/control_system.rb".freeze, "app/models/orchestrator/dependency.rb".freeze, "app/models/orchestrator/mod/by_dependency/map.js".freeze, "app/models/orchestrator/mod/by_module_type/map.js".freeze, "app/models/orchestrator/module.rb".freeze, "app/models/orchestrator/sys/by_modules/map.js".freeze, "app/models/orchestrator/sys/by_zones/map.js".freeze, "app/models/orchestrator/zone.rb".freeze, "app/models/orchestrator/zone/all/map.js".freeze, "config/routes.rb".freeze, "lib/generators/module/USAGE".freeze, "lib/generators/module/module_generator.rb".freeze, "lib/orchestrator.rb".freeze, "lib/orchestrator/control.rb".freeze, "lib/orchestrator/core/mixin.rb".freeze, "lib/orchestrator/core/module_manager.rb".freeze, "lib/orchestrator/core/request_proxy.rb".freeze, "lib/orchestrator/core/requests_proxy.rb".freeze, "lib/orchestrator/core/schedule_proxy.rb".freeze, "lib/orchestrator/core/system_proxy.rb".freeze, "lib/orchestrator/datagram_server.rb".freeze, "lib/orchestrator/dependency_manager.rb".freeze, "lib/orchestrator/device/command_queue.rb".freeze, "lib/orchestrator/device/manager.rb".freeze, "lib/orchestrator/device/mixin.rb".freeze, "lib/orchestrator/device/processor.rb".freeze, "lib/orchestrator/device/transport_makebreak.rb".freeze, "lib/orchestrator/device/transport_tcp.rb".freeze, "lib/orchestrator/device/transport_udp.rb".freeze, "lib/orchestrator/engine.rb".freeze, "lib/orchestrator/errors.rb".freeze, "lib/orchestrator/logger.rb".freeze, "lib/orchestrator/logic/manager.rb".freeze, "lib/orchestrator/logic/mixin.rb".freeze, "lib/orchestrator/service/manager.rb".freeze, "lib/orchestrator/service/mixin.rb".freeze, "lib/orchestrator/service/transport_http.rb".freeze, "lib/orchestrator/status.rb".freeze, "lib/orchestrator/system.rb".freeze, "lib/orchestrator/utilities/constants.rb".freeze, "lib/orchestrator/utilities/transcoder.rb".freeze, "lib/orchestrator/version.rb".freeze, "lib/orchestrator/websocket_manager.rb".freeze, "orchestrator.gemspec".freeze, "spec/orchestrator/queue_spec.rb".freeze] s.homepage = "https://github.com/advancedcontrol/engine".freeze s.licenses = ["CC BY-NC-SA".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A distributed system for building automation".freeze s.test_files = ["spec/orchestrator/queue_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end