# -*- encoding: utf-8 -*- # stub: monitr 0.0.1 ruby libext # stub: ext/monitr/extconf.rb Gem::Specification.new do |s| s.name = "monitr".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["onesupercoder".freeze] s.date = "2009-02-09" s.description = "Monitr is an easy to configure, easy to extend monitoring framework written in Ruby.".freeze s.email = "onesupercoder@gmail.com".freeze s.extensions = ["ext/monitr/extconf.rb".freeze] s.files = ["ext/monitr/extconf.rb".freeze, "test/test_behavior.rb".freeze, "test/test_campfire.rb".freeze, "test/test_condition.rb".freeze, "test/test_conditions_disk_usage.rb".freeze, "test/test_conditions_http_response_code.rb".freeze, "test/test_conditions_process_running.rb".freeze, "test/test_conditions_tries.rb".freeze, "test/test_contact.rb".freeze, "test/test_dependency_graph.rb".freeze, "test/test_driver.rb".freeze, "test/test_email.rb".freeze, "test/test_event_handler.rb".freeze, "test/test_handlers_kqueue_handler.rb".freeze, "test/test_logger.rb".freeze, "test/test_metric.rb".freeze, "test/test_monitr.rb".freeze, "test/test_process.rb".freeze, "test/test_registry.rb".freeze, "test/test_socket.rb".freeze, "test/test_sugar.rb".freeze, "test/test_system_portable_poller.rb".freeze, "test/test_system_process.rb".freeze, "test/test_task.rb".freeze, "test/test_timeline.rb".freeze, "test/test_trigger.rb".freeze, "test/test_watch.rb".freeze, "test/test_webhook.rb".freeze] s.homepage = "http://monitr.rubyforge.org/".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Like monit, only awesome".freeze s.test_files = ["test/test_behavior.rb".freeze, "test/test_campfire.rb".freeze, "test/test_condition.rb".freeze, "test/test_conditions_disk_usage.rb".freeze, "test/test_conditions_http_response_code.rb".freeze, "test/test_conditions_process_running.rb".freeze, "test/test_conditions_tries.rb".freeze, "test/test_contact.rb".freeze, "test/test_dependency_graph.rb".freeze, "test/test_driver.rb".freeze, "test/test_email.rb".freeze, "test/test_event_handler.rb".freeze, "test/test_handlers_kqueue_handler.rb".freeze, "test/test_logger.rb".freeze, "test/test_metric.rb".freeze, "test/test_monitr.rb".freeze, "test/test_process.rb".freeze, "test/test_registry.rb".freeze, "test/test_socket.rb".freeze, "test/test_sugar.rb".freeze, "test/test_system_portable_poller.rb".freeze, "test/test_system_process.rb".freeze, "test/test_task.rb".freeze, "test/test_timeline.rb".freeze, "test/test_trigger.rb".freeze, "test/test_watch.rb".freeze, "test/test_webhook.rb".freeze] s.specification_version = 2 s.add_development_dependency(%q.freeze, [">= 1.8.2".freeze]) end