chef-config 14.14.14 → 14.14.25

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abbb939662336abbddf5c7f4ab77b216979a26730690d802868793655ad84aa2
4
- data.tar.gz: 7ba6d78a08b70b5982ee1212ef3a0fdf8292270b464af54a1134f9d93696adcf
3
+ metadata.gz: a30a7dd003a2fe3f41d3e252a4c0dc797566fbb992a0b08db67d7743f98179a4
4
+ data.tar.gz: 8c150e326462a33ed5f6b29e27ceb88d72bdbd2baa33cd6c89ca612ba03657bc
5
5
  SHA512:
6
- metadata.gz: 9a0aa365b78a3701b60623f42fe11da530ecb1ca906e3da53b3de59806957527e90c12c2be74143b0ed7b2861e695ca2831ed060391f343faed2a8a53cdaaa45
7
- data.tar.gz: 87c633753af3d312fc43c99eeafe2e3fdb4d6cb6ab5a34d453d4196e996ff3bd6f116aca31bec8a2fdf2d364423f63a0e5c9ffbfdfe4a0ad88e4b10a3096e412
6
+ metadata.gz: 1fd0f676307c513c11194b347d1595c05c6f773c87315f7e69553f380d3985aa52ca823c40ed9aa2a90a56e54a74523acadbbae2a2dd51cc7752a6926da76755
7
+ data.tar.gz: ba5cada2e59371a824d0aebc2dc91b405635dbd49dc3e30893689f573a15d50c48690c2bd28d1ba11b7f94cfccda0167315ad3c23347c3ccd2018a9edd344368
@@ -89,7 +89,8 @@ module ChefConfig
89
89
  # Unknown profile name. For "default" just silently ignore, otherwise
90
90
  # raise an error.
91
91
  return if profile == "default"
92
- raise ChefConfig::ConfigurationError, "Profile #{profile} doesn't exist. Please add it to #{credentials_file}."
92
+
93
+ raise ChefConfig::ConfigurationError, "Profile #{profile} doesn't exist. Please add it to #{credentials_file_path}."
93
94
  end
94
95
  apply_credentials(config[profile], profile)
95
96
  end
@@ -21,7 +21,7 @@
21
21
 
22
22
  module ChefConfig
23
23
  CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
24
- VERSION = "14.14.14".freeze
24
+ VERSION = "14.14.25".freeze
25
25
  end
26
26
 
27
27
  #
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: 14.14.14
4
+ version: 14.14.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-08 00:00:00.000000000 Z
11
+ date: 2019-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout
@@ -158,9 +158,7 @@ files:
158
158
  - LICENSE
159
159
  - Rakefile
160
160
  - chef-config.gemspec
161
- - lib/.DS_Store
162
161
  - lib/chef-config.rb
163
- - lib/chef-config/.DS_Store
164
162
  - lib/chef-config/config.rb
165
163
  - lib/chef-config/exceptions.rb
166
164
  - lib/chef-config/fips.rb
@@ -172,7 +170,6 @@ files:
172
170
  - lib/chef-config/version.rb
173
171
  - lib/chef-config/windows.rb
174
172
  - lib/chef-config/workstation_config_loader.rb
175
- - spec/.DS_Store
176
173
  - spec/spec_helper.rb
177
174
  - spec/unit/config_spec.rb
178
175
  - spec/unit/fips_spec.rb
@@ -197,7 +194,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
194
  - !ruby/object:Gem::Version
198
195
  version: '0'
199
196
  requirements: []
200
- rubygems_version: 3.0.3
197
+ rubyforge_project:
198
+ rubygems_version: 2.7.9
201
199
  signing_key:
202
200
  specification_version: 4
203
201
  summary: Chef's default configuration and config loading
Binary file
Binary file
Binary file