# -*- encoding: utf-8 -*- # stub: rubix 0.5.8 ruby lib Gem::Specification.new do |s| s.name = "rubix".freeze s.version = "0.5.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dhruv Bansal".freeze, "Infochimps".freeze] s.date = "2012-08-13" s.description = "Rubix provides abstractions for connecting to Zabbix's API, an ORM for wrapping Zabbix resources, a set of scripts for writing data to Zabbix, and a collection of Monitor classes for building periodic monitors.".freeze s.email = ["dhruv@infochimps.com".freeze, "coders@infochimps.org".freeze] s.executables = ["zabbix_api".freeze, "zabbix_pipe".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/zabbix_api".freeze, "bin/zabbix_pipe".freeze, "lib/rubix.rb".freeze, "lib/rubix/associations.rb".freeze, "lib/rubix/associations/belongs_to_action.rb".freeze, "lib/rubix/associations/belongs_to_host.rb".freeze, "lib/rubix/associations/belongs_to_item.rb".freeze, "lib/rubix/associations/belongs_to_media_type.rb".freeze, "lib/rubix/associations/belongs_to_template.rb".freeze, "lib/rubix/associations/belongs_to_user.rb".freeze, "lib/rubix/associations/belongs_to_user_group.rb".freeze, "lib/rubix/associations/has_many_applications.rb".freeze, "lib/rubix/associations/has_many_conditions.rb".freeze, "lib/rubix/associations/has_many_host_groups.rb".freeze, "lib/rubix/associations/has_many_hosts.rb".freeze, "lib/rubix/associations/has_many_items.rb".freeze, "lib/rubix/associations/has_many_templates.rb".freeze, "lib/rubix/associations/has_many_user_groups.rb".freeze, "lib/rubix/associations/has_many_user_macros.rb".freeze, "lib/rubix/associations/has_many_users.rb".freeze, "lib/rubix/auto_sender.rb".freeze, "lib/rubix/connection.rb".freeze, "lib/rubix/examples/simple_chef_monitor.rb".freeze, "lib/rubix/examples/simple_cluster_monitor.rb".freeze, "lib/rubix/examples/simple_uptime_monitor.rb".freeze, "lib/rubix/examples/simple_zabbix_monitor.rb".freeze, "lib/rubix/log.rb".freeze, "lib/rubix/models.rb".freeze, "lib/rubix/models/action.rb".freeze, "lib/rubix/models/application.rb".freeze, "lib/rubix/models/condition.rb".freeze, "lib/rubix/models/host.rb".freeze, "lib/rubix/models/host_group.rb".freeze, "lib/rubix/models/item.rb".freeze, "lib/rubix/models/media_type.rb".freeze, "lib/rubix/models/medium.rb".freeze, "lib/rubix/models/model.rb".freeze, "lib/rubix/models/operation.rb".freeze, "lib/rubix/models/script.rb".freeze, "lib/rubix/models/template.rb".freeze, "lib/rubix/models/time_series.rb".freeze, "lib/rubix/models/trigger.rb".freeze, "lib/rubix/models/user.rb".freeze, "lib/rubix/models/user_group.rb".freeze, "lib/rubix/models/user_macro.rb".freeze, "lib/rubix/monitors.rb".freeze, "lib/rubix/monitors/chef_monitor.rb".freeze, "lib/rubix/monitors/cluster_monitor.rb".freeze, "lib/rubix/monitors/monitor.rb".freeze, "lib/rubix/monitors/zabbix_monitor.rb".freeze, "lib/rubix/response.rb".freeze, "lib/rubix/sender.rb".freeze, "spec/data/test_template.xml".freeze, "spec/requests/action_request_spec.rb".freeze, "spec/requests/application_request_spec.rb".freeze, "spec/requests/connection_request_spec.rb".freeze, "spec/requests/host_group_request_spec.rb".freeze, "spec/requests/host_request_spec.rb".freeze, "spec/requests/item_request_spec.rb".freeze, "spec/requests/media_type_request_spec.rb".freeze, "spec/requests/script_request_spec.rb".freeze, "spec/requests/template_request_spec.rb".freeze, "spec/requests/time_series_request_spec.rb".freeze, "spec/requests/trigger_request_spec.rb".freeze, "spec/requests/user_group_request_spec.rb".freeze, "spec/requests/user_macro_request_spec.rb".freeze, "spec/requests/user_request_spec.rb".freeze, "spec/rubix/auto_sender_spec.rb".freeze, "spec/rubix/connection_spec.rb".freeze, "spec/rubix/model_spec.rb".freeze, "spec/rubix/monitors/chef_monitor_spec.rb".freeze, "spec/rubix/monitors/cluster_monitor_spec.rb".freeze, "spec/rubix/monitors/monitor_spec.rb".freeze, "spec/rubix/monitors/zabbix_monitor_spec.rb".freeze, "spec/rubix/response_spec.rb".freeze, "spec/rubix/sender_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/configliere_helper.rb".freeze, "spec/support/integration_helper.rb".freeze, "spec/support/response_helper.rb".freeze, "spec/test.yml".freeze] s.homepage = "http://github.com/dhruvbansal/rubix".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby client for configuring and writing data to Zabbix".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_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.4.16".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end