# -*- encoding: utf-8 -*- # stub: outpost 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "outpost".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vinicius Baggio Fuentes".freeze] s.date = "2011-02-12" s.description = "Simple service monitoring with a clean DSL for configuration.".freeze s.email = "vinibaggio@gmail.com".freeze s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "TODO.md".freeze, "lib/outpost.rb".freeze, "lib/outpost/application.rb".freeze, "lib/outpost/expectations.rb".freeze, "lib/outpost/expectations/response_body.rb".freeze, "lib/outpost/expectations/response_code.rb".freeze, "lib/outpost/expectations/response_time.rb".freeze, "lib/outpost/notifiers.rb".freeze, "lib/outpost/notifiers/campfire.rb".freeze, "lib/outpost/notifiers/email.rb".freeze, "lib/outpost/report.rb".freeze, "lib/outpost/scout.rb".freeze, "lib/outpost/scout_config.rb".freeze, "lib/outpost/scouts.rb".freeze, "lib/outpost/scouts/http.rb".freeze, "lib/outpost/scouts/ping.rb".freeze, "lib/outpost/version.rb".freeze, "outpost.gemspec".freeze, "test/integration/basic_application_test.rb".freeze, "test/integration/more_complex_test.rb".freeze, "test/integration/notifiers_test.rb".freeze, "test/outpost/dsl_test.rb".freeze, "test/outpost/expectations/response_body_test.rb".freeze, "test/outpost/expectations/response_code_test.rb".freeze, "test/outpost/expectations/response_time_test.rb".freeze, "test/outpost/notifiers/campfire_test.rb".freeze, "test/outpost/notifiers/email_test.rb".freeze, "test/outpost/report_test.rb".freeze, "test/outpost/scout_config_test.rb".freeze, "test/outpost/scout_test.rb".freeze, "test/outpost/scouts/http_test.rb".freeze, "test/outpost/scouts/ping_test.rb".freeze, "test/support/nothing_raised.rb".freeze, "test/support/server.rb".freeze, "test/support/stubs.rb".freeze, "test/support/test_app.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://www.github.com/vinibaggio/outpost".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple service monitoring with a clean DSL for configuration.".freeze s.test_files = ["test/integration/basic_application_test.rb".freeze, "test/integration/more_complex_test.rb".freeze, "test/integration/notifiers_test.rb".freeze, "test/outpost/dsl_test.rb".freeze, "test/outpost/expectations/response_body_test.rb".freeze, "test/outpost/expectations/response_code_test.rb".freeze, "test/outpost/expectations/response_time_test.rb".freeze, "test/outpost/notifiers/campfire_test.rb".freeze, "test/outpost/notifiers/email_test.rb".freeze, "test/outpost/report_test.rb".freeze, "test/outpost/scout_config_test.rb".freeze, "test/outpost/scout_test.rb".freeze, "test/outpost/scouts/http_test.rb".freeze, "test/outpost/scouts/ping_test.rb".freeze, "test/support/nothing_raised.rb".freeze, "test/support/server.rb".freeze, "test/support/stubs.rb".freeze, "test/support/test_app.rb".freeze, "test/test_helper.rb".freeze] end