dogwatch 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/bin/dogwatch +1 -1
- data/example/Dogfile +4 -2
- data/lib/dogwatch.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a91c38e399d274bcd1f95c773984637668324f41
|
|
4
|
+
data.tar.gz: 0dae98c1e78a66815796f26180a53771e403615a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 537413c4eede19b5eba12e4d7553c2e4008d1324b7d915e3bc8e2e0f82230bdbea33f2bfc0aaabd7aa822d1b5035b5ef19a572d995122908d6568662e99a6a7b
|
|
7
|
+
data.tar.gz: 334d62deef507cd68d3745f0f73073b46469c48c16623e33a10355b7ed1b655d6c266e4ccc5c9183f295cfea53e382ff74c452c3d315f14a316bd564d7d2f465
|
data/README.md
CHANGED
|
@@ -32,8 +32,6 @@ DogWatch is a thin DSL over the [DataDog ruby client](https://github.com/DataDog
|
|
|
32
32
|
|
|
33
33
|
The following is an example of a `Dogfile`:
|
|
34
34
|
```ruby
|
|
35
|
-
require 'dogwatch'
|
|
36
|
-
|
|
37
35
|
DogWatch.monitor do
|
|
38
36
|
## Create a new monitor - monitor name is REQUIRED
|
|
39
37
|
monitor 'MONITOR NAME' do
|
data/bin/dogwatch
CHANGED
data/example/Dogfile
CHANGED
data/lib/dogwatch.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dogwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Greene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dogapi
|