chef-config 18.9.4 → 18.10.17
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-config/config.rb +1 -1
- data/lib/chef-config/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f25d6c5f5a6ed06c65ffd04ce45e7c086fc4efa2ed7dbfb970e6941ab09bb4a
|
|
4
|
+
data.tar.gz: 8e3af92f55a0cd3d345dcf5137cca5cfc5ea2493c85efbe68510421aca98793b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 823eb67bb06058cf1bd535f20cb01917dcc2e16b0bc52a77895c4bb2c0fd38a21a25638f09921042e8287a7a56101409fba407fe2549c539b9c5679abd16377d
|
|
7
|
+
data.tar.gz: fba1c92cb4db7c997707d11871b744dd79b73d37d63640dd3b1c3fc1907e3e8f6f871b3e47a276a99b16522e225a5c5538002c47c5f23feae3a870f43ef5e6d5
|
data/lib/chef-config/config.rb
CHANGED
|
@@ -1201,7 +1201,7 @@ module ChefConfig
|
|
|
1201
1201
|
end
|
|
1202
1202
|
end
|
|
1203
1203
|
|
|
1204
|
-
|
|
1204
|
+
proxy unless fuzzy_hostname_match_any?(host, ENV["no_proxy"])
|
|
1205
1205
|
end
|
|
1206
1206
|
|
|
1207
1207
|
# Chef requires an English-language UTF-8 locale to function properly. We attempt
|
data/lib/chef-config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.
|
|
4
|
+
version: 18.10.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef-utils
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 18.
|
|
19
|
+
version: 18.10.17
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 18.
|
|
26
|
+
version: 18.10.17
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-shellout
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|