kennel 1.23.2 → 1.24.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c7dd37d912fc6dabb9acece3785676b7bf387390e1902b17e01da5ef9c8f0fe
4
- data.tar.gz: 661116fe95873613a347d13a855cca9d3d5aad5b5f1929b8d07cc19fcb1116b8
3
+ metadata.gz: fc0e165b94919fa57bee6f74db80803a7ad13bdb987eb236e75ae7cacb6b76b0
4
+ data.tar.gz: 13b1a80354a6a40fb9ac9af6cefb9cf647326f91b440f64d7fbe022b758605ab
5
5
  SHA512:
6
- metadata.gz: d024367b4a62a262fe02e94c7dc09e3a407d4e51672ef2a6cd0017f24e9e24c3b7fb5db8432ef5a6504343d86151bcdb21c616522abdc4d3dbd69ee49ec14c94
7
- data.tar.gz: d5c44f3c45771a546c2d51571d6fd2ab150cb1ccdc5e0673050082970f840320c89bfb94e4c6e1f625db9567f61c5c4121025f08427b4828875660782bf605f7
6
+ metadata.gz: e542c763c3a7b7a8820d0260ae17b6e630cf86d65a36a07d1b77ae2e8c13755d933b1df711b352b6b23dfd27bf0cfc32a19ec3f21459b50c4dfc2f9223edd748
7
+ data.tar.gz: a64aabfcaa572f2edfdd620dd5a593d99f5b8ba1bae1411ee0458ba1d1cbafbb692487ab2ffb8bd5a28d6a1984003c0872499f6d3a6c0af1554535c341c6ec0a
data/Readme.md CHANGED
@@ -40,7 +40,8 @@ Keep datadog monitors/dashboards/etc in version control, avoid chaotic managemen
40
40
  ### Setup
41
41
  - clone the repo
42
42
  - `gem install bundler && bundle install`
43
- - go to [Datadog API Settings](https://app.datadoghq.com/account/settings#api)
43
+ - `cp .env.example .env`
44
+ - open [Datadog API Settings](https://app.datadoghq.com/account/settings#api)
44
45
  - find or create your personal "Application Key" and add it to `.env` as `DATADOG_APP_KEY=` (will be on the last page if new)
45
46
  - copy any `API Key` and add it to `.env` as `DATADOG_API_KEY`
46
47
  -->
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.23.2"
3
+ VERSION = "1.24.0"
4
4
  end
@@ -23,7 +23,8 @@ Keep datadog monitors/dashboards/etc in version control, avoid chaotic managemen
23
23
  ### Setup
24
24
  - clone the repo
25
25
  - `gem install bundler && bundle install`
26
- - go to [Datadog API Settings](https://app.datadoghq.com/account/settings#api)
26
+ - `cp .env.example .env`
27
+ - open [Datadog API Settings](https://app.datadoghq.com/account/settings#api)
27
28
  - find or create your personal "Application Key" and add it to `.env` as `DATADOG_APP_KEY=` (will be on the last page if new)
28
29
  - copy any `API Key` and add it to `.env` as `DATADOG_API_KEY`
29
30
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kennel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.2
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-26 00:00:00.000000000 Z
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday