kennel 1.78.2 → 1.78.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 404c565dc87a8ffd30f1c0293228cc5270bedd3c6e5eaae1d191ba6cdae60ce7
4
- data.tar.gz: 274f807772d6077c625a503aeb3d98edeef795bf0d7c40845db56d7b2e2e2ff0
3
+ metadata.gz: 1606ccb73f8c7b4e4a0ac2d6c4cf7473d320ece51d38bab7d7b574366086476d
4
+ data.tar.gz: 1ce0a1b1edd186c0acaf392ca5dd668419ccf891388e197cdbb40b611ec6cfc4
5
5
  SHA512:
6
- metadata.gz: b165262ab6d8f6e8efadff786d3829a75e96d6893e4235eed961ef5203c66d0f250488e7911964a77c2862df0e196e08619582ce9cda51fed851141785a0a9c4
7
- data.tar.gz: ab59bfdd4ca2d73526fb28126fd1f18765ce92703d7bad71c05d7f321f54fa39192db87ad4a7ae65c12441e38eb794264bceae8aad57be84e30a2c06ac65b3f5
6
+ metadata.gz: f39e476825364d1d6eca54cefab1173008894c02bcb749457c2c2b3d8a0995553b6bfbc44f281e61f9e031f316d1a8c06bf81f2bfaefea618258bf536bfcb555
7
+ data.tar.gz: 8588a48b7a5886b04d4ba9030e1cd6b27fc7ba3271150edab3447d7aae977e3b47100218b5c1ac2597d4176f969194c326a28434d825311b69710ec14bcb8ef5
data/Readme.md CHANGED
@@ -83,7 +83,7 @@ end
83
83
  - `gem install bundler && bundle install`
84
84
  - `cp .env.example .env`
85
85
  - open [Datadog API Settings](https://app.datadoghq.com/account/settings#api)
86
- - copy any `API Key` and add it to `.env` as `DATADOG_API_KEY`
86
+ - create a `API Key` or get an existing one from an admin, then add it to `.env` as `DATADOG_API_KEY`
87
87
  - find or create (check last page) your personal "Application Key" and add it to `.env` as `DATADOG_APP_KEY=`
88
88
  - change the `DATADOG_SUBDOMAIN=app` in `.env` to your companies subdomain if you have one
89
89
  - verify it works by running `rake plan`, it might show some diff, but should not crash
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.78.2"
3
+ VERSION = "1.78.3"
4
4
  end
@@ -66,7 +66,7 @@ end
66
66
  - `gem install bundler && bundle install`
67
67
  - `cp .env.example .env`
68
68
  - open [Datadog API Settings](https://app.datadoghq.com/account/settings#api)
69
- - copy any `API Key` and add it to `.env` as `DATADOG_API_KEY`
69
+ - create a `API Key` or get an existing one from an admin, then add it to `.env` as `DATADOG_API_KEY`
70
70
  - find or create (check last page) your personal "Application Key" and add it to `.env` as `DATADOG_APP_KEY=`
71
71
  - change the `DATADOG_SUBDOMAIN=app` in `.env` to your companies subdomain if you have one
72
72
  - verify it works by running `rake plan`, it might show some diff, but should not crash
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.78.2
4
+ version: 1.78.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-01 00:00:00.000000000 Z
11
+ date: 2020-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday