chef-sugar-ng 5.1.9 → 5.1.11
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/lib/chef/sugar/shell.rb +2 -2
- data/lib/chef/sugar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f3a0d73198f6a95304bffb888e71b8a1cd8624deda4b8d26d72fc8a471d5b0c
|
|
4
|
+
data.tar.gz: ab5ec28695feaeabb309a0512b8abc9ba2040373466a24f8bd586baa1afb9cb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f43ba45941a1656b841bc262593d62a42a8b9171de825b20fc299f2e03d5ecc358b7406ccb021bf00e60904704df264c5c1a9c750d0dc7411135aae1486f2ae
|
|
7
|
+
data.tar.gz: 1f5f043631164b7c7b68d30c0fa4b41a39281e8dcb75e44cd668af608245a2d8ad44f51e2401184dfb131f26d9572d34da512c140b02c71f5ceb44970856b52e
|
data/lib/chef/sugar/shell.rb
CHANGED
data/lib/chef/sugar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-sugar-ng
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.1.
|
|
4
|
+
version: 5.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Vargo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A series of helpful sugar of the Chef core and other resources to make
|
|
14
14
|
a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes
|