chef-utils 16.17.51 → 16.18.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 +4 -4
- data/lib/chef-utils/mash.rb +8 -0
- data/lib/chef-utils/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: c4524e07ecea48ece3b12acd259f84d62ba88623e6666ecae04098498e668ec6
|
|
4
|
+
data.tar.gz: '083c6e20e1c4ba0c338ad70a96cf76e1676fc2b9f1918f582647f518b077644b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4ff54b542ac1b5c6c587d5b2c359dc316aa0ede83dfc4f548de87eba28945b50d54742c2ca489764789ae0ddb2b7b552182f852ae72ab9a358b515de833712d
|
|
7
|
+
data.tar.gz: 5f7d7dc5298a8df5e0c3f68a9a374da04a25815e42e0055795a874ae225b84dca4c5d6646cb4170b40de4f321282c45ad42517f90489297d8d074771220604b1
|
data/lib/chef-utils/mash.rb
CHANGED
|
@@ -102,6 +102,14 @@ module ChefUtils
|
|
|
102
102
|
alias_method :regular_update, :update
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
+
unless method_defined?(:regular_clear)
|
|
106
|
+
alias_method :regular_clear, :clear
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
unless method_defined?(:regular_delete)
|
|
110
|
+
alias_method :regular_delete, :delete
|
|
111
|
+
end
|
|
112
|
+
|
|
105
113
|
# @param key<Object> The key to set.
|
|
106
114
|
# @param value<Object>
|
|
107
115
|
# The value to set the key to.
|
data/lib/chef-utils/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.
|
|
4
|
+
version: 16.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chef Software, Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|