--- !ruby/object:Gem::Specification
name: outpost
version: !ruby/object:Gem::Version
  version: 0.2.1
  prerelease: 
platform: ruby
authors:
- Vinicius Baggio Fuentes
autorequire: 
bindir: bin
cert_chain: []
date: 2011-06-26 00:00:00.000000000 -03:00
default_executable: 
dependencies: []
description: Simple service monitoring with a clean DSL for configuration.
email: vinibaggio@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- CHANGELOG.rdoc
- Gemfile
- Gemfile.lock
- MIT-LICENSE
- README.markdown
- Rakefile
- TODO.md
- lib/outpost.rb
- lib/outpost/application.rb
- lib/outpost/expectations.rb
- lib/outpost/expectations/response_body.rb
- lib/outpost/expectations/response_code.rb
- lib/outpost/expectations/response_time.rb
- lib/outpost/notifiers.rb
- lib/outpost/notifiers/campfire.rb
- lib/outpost/notifiers/email.rb
- lib/outpost/report.rb
- lib/outpost/scout.rb
- lib/outpost/scout_config.rb
- lib/outpost/scouts.rb
- lib/outpost/scouts/http.rb
- lib/outpost/scouts/ping.rb
- lib/outpost/version.rb
- outpost.gemspec
- test/integration/basic_application_test.rb
- test/integration/more_complex_test.rb
- test/integration/no_subclassing_test.rb
- test/integration/notifiers_test.rb
- test/integration/reporting_test.rb
- test/outpost/application_test.rb
- test/outpost/expectations/response_body_test.rb
- test/outpost/expectations/response_code_test.rb
- test/outpost/expectations/response_time_test.rb
- test/outpost/notifiers/campfire_test.rb
- test/outpost/notifiers/email_test.rb
- test/outpost/report_test.rb
- test/outpost/scout_config_test.rb
- test/outpost/scout_test.rb
- test/outpost/scouts/http_test.rb
- test/outpost/scouts/ping_test.rb
- test/support/nothing_raised.rb
- test/support/server.rb
- test/support/stubs.rb
- test/support/test_app.rb
- test/test_helper.rb
has_rdoc: true
homepage: http://www.github.com/vinibaggio/outpost
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: outpost
rubygems_version: 1.6.2
signing_key: 
specification_version: 3
summary: Simple service monitoring with a clean DSL for configuration.
test_files:
- test/integration/basic_application_test.rb
- test/integration/more_complex_test.rb
- test/integration/no_subclassing_test.rb
- test/integration/notifiers_test.rb
- test/integration/reporting_test.rb
- test/outpost/application_test.rb
- test/outpost/expectations/response_body_test.rb
- test/outpost/expectations/response_code_test.rb
- test/outpost/expectations/response_time_test.rb
- test/outpost/notifiers/campfire_test.rb
- test/outpost/notifiers/email_test.rb
- test/outpost/report_test.rb
- test/outpost/scout_config_test.rb
- test/outpost/scout_test.rb
- test/outpost/scouts/http_test.rb
- test/outpost/scouts/ping_test.rb
- test/support/nothing_raised.rb
- test/support/server.rb
- test/support/stubs.rb
- test/support/test_app.rb
- test/test_helper.rb