kennel 1.98.1 → 1.98.2

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: 4d0b70ee90aae5a476b1e9a324e02346856e9d76881082d46a2b219efcfe2267
4
- data.tar.gz: 86bc3f4777ec06a9b8c171e93ea95b50e9117a74283e3e6c1785d81e87889a4d
3
+ metadata.gz: 94cb1a40566de5e275526cfb3c28b8c36394ca22edab465493ace5107037f728
4
+ data.tar.gz: d1adb172f9d04b610e76538eb1ce1fc68bc7a4615554819eb98bb5def0d9cc8f
5
5
  SHA512:
6
- metadata.gz: d0c6f38a11af7b0876a5637648fe16168aa4c5f6a16bba06f51322c240b02d520bd3abf566bf04b547df7431453d500f97be06b3a03da850ca5395b6ccf04bed
7
- data.tar.gz: 45a77a1b2995f12da465a5b2ed64c6f21c93dba68b154367cf06c2a88202b648e223f0f1f80da7052e536b64f66a3cdc72a607fabfb913db3c7657f9e4000051
6
+ metadata.gz: 34d0f7967089bbc6bc7e9fdd8321ce6264c40d637f1e5e3bfd8be46ea3a69aad1e8894818b4f2af814d290456248dcd7d646a141fc27011eca472638cfed73f6
7
+ data.tar.gz: b48cc148859210b9af80e6ecfcfc8d3fbbbe3895bd28ae071cc3459eee353b5e0976df0e9ea0927ed196cb52be83f68e9e0d02b21503e8523101101a263fb61d
data/Readme.md CHANGED
@@ -202,7 +202,7 @@ When manually creating to import, it is best to remove the `id` and delete the m
202
202
  When an `id` is set and the original resource is deleted, kennel will fail to update,
203
203
  removing the `id` will cause kennel to create a new resource in datadog.
204
204
 
205
- ### Organizing large sub-projects / large organiations
205
+ ### Organizing many projects
206
206
  Having many projects (and their sub-resources) can quickly get out of hand.
207
207
 
208
208
  Use this class structure to keep things organized:
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.98.1"
3
+ VERSION = "1.98.2"
4
4
  end
data/template/Readme.md CHANGED
@@ -185,7 +185,7 @@ When manually creating to import, it is best to remove the `id` and delete the m
185
185
  When an `id` is set and the original resource is deleted, kennel will fail to update,
186
186
  removing the `id` will cause kennel to create a new resource in datadog.
187
187
 
188
- ### Organizing large sub-projects / large organiations
188
+ ### Organizing many projects
189
189
  Having many projects (and their sub-resources) can quickly get out of hand.
190
190
 
191
191
  Use this class structure to keep things organized:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kennel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.1
4
+ version: 1.98.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser