--- !ruby/object:Gem::Specification name: dogwatch version: !ruby/object:Gem::Version version: 1.0.3 platform: ruby authors: - David Greene autorequire: bindir: bin cert_chain: [] date: 2015-12-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: dogapi requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.21' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.21' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.19' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.19' description: DogWatch provides a simple method for creating DataDog monitors in Ruby. email: - David_Greene@rapid7.com executables: - dogwatch extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rubocop.yml" - ".rubocop_todo.yml" - ".ruby-version" - Gemfile - LICENSE - README.md - Rakefile - Thorfile - bin/dogwatch - dogwatch.gemspec - example/Dogfile - example/Gemfile - example/credentials.example - lib/dogwatch.rb - lib/dogwatch/dogfile.rb - lib/dogwatch/model/client.rb - lib/dogwatch/model/config.rb - lib/dogwatch/model/mixin/colorize.rb - lib/dogwatch/model/monitor.rb - lib/dogwatch/model/options.rb - lib/dogwatch/model/response.rb - lib/dogwatch/monitor.rb - lib/dogwatch/version.rb - test/data/monitors.json - test/data/responses.rb - test/dogwatch/test_client.rb - test/dogwatch/test_colorize.rb - test/dogwatch/test_config.rb - test/dogwatch/test_dogwatch.rb - test/dogwatch/test_monitor_model.rb - test/dogwatch/test_options.rb - test/dogwatch/test_response.rb - test/test_helper.rb homepage: https://github.com/rapid7/dogwatch licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.3 signing_key: specification_version: 4 summary: A DSL to create DataDog Monitors test_files: - test/data/monitors.json - test/data/responses.rb - test/dogwatch/test_client.rb - test/dogwatch/test_colorize.rb - test/dogwatch/test_config.rb - test/dogwatch/test_dogwatch.rb - test/dogwatch/test_monitor_model.rb - test/dogwatch/test_options.rb - test/dogwatch/test_response.rb - test/test_helper.rb