fauxhai-chef 9.3.5 → 9.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6382d7b7e8677afe941299068fad6fbf971974e619c0f8c86d65a30dbc920663
4
- data.tar.gz: 2050afa507997c8e56ee4fe7343b7d8492ce832f01d8b016bc2a593ceb8b05df
3
+ metadata.gz: c1a051adcadf3c1276f6157180e7a10f51b27ed8d9cbd37f084d8f293b2190e3
4
+ data.tar.gz: f9838e8ba34c69d9337bd37d7a36637b359db2fb830116839cb75a165272e59c
5
5
  SHA512:
6
- metadata.gz: 3ad4d7ecf5fe5bf7a621f579210a190d1579540bd69549f255e66094ff927de5e88dadfbaf021d6c97e597ae5c767b17293c7b8ac3db2b4d04c015becf27ed6c
7
- data.tar.gz: 80f36bafa4b4b5f0164b1f7cc68efc5df6b60c00be3a9e054150616dd45a8b8da8bbad033345cfa94b7985791bea270cf8272a362b5a0a71d4c4ecc7745cc6ca
6
+ metadata.gz: 88d8603280f0549e9119a8fd1e956942dc14534c685937f9a972e0aceb5db17f4d7a689c6cc884f212771268a35cffd27b57b8fa0c3e01866297e78a498cd746
7
+ data.tar.gz: 4fd6db6f7f3add041f5a958a4407cc2ad6ef207dd8d2f3d97106e6b4ab7c3b11bb2222a7c58091b489940acadff37587066802b7988f0a3a185f4d02d03a076c
@@ -4,10 +4,10 @@ require "pathname" unless defined?(Pathname)
4
4
  module Fauxhai
5
5
  class Mocker
6
6
  # The base URL for the GitHub project (raw)
7
- RAW_BASE = "https://raw.githubusercontent.com/chefspec/fauxhai/master".freeze
7
+ RAW_BASE = "https://raw.githubusercontent.com/chef/fauxhai/main".freeze
8
8
 
9
9
  # A message about where to find a list of platforms
10
- PLATFORM_LIST_MESSAGE = "A list of available platforms is available at https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md".freeze
10
+ PLATFORM_LIST_MESSAGE = "A list of available platforms is available at https://github.com/chef/fauxhai/blob/main/PLATFORMS.md".freeze
11
11
 
12
12
  # Create a new Ohai Mock with fauxhai.
13
13
  #