kennel 1.98.1 → 1.98.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 +1 -1
- data/lib/kennel/version.rb +1 -1
- data/template/Readme.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94cb1a40566de5e275526cfb3c28b8c36394ca22edab465493ace5107037f728
|
|
4
|
+
data.tar.gz: d1adb172f9d04b610e76538eb1ce1fc68bc7a4615554819eb98bb5def0d9cc8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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:
|
data/lib/kennel/version.rb
CHANGED
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
|
|
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:
|