fauxhai-chef 9.3.2 → 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: 896ab0477428745f79a22d289f737627005f135db4ba96f3a6a76d0cfc35ae9f
4
- data.tar.gz: b871054d36602a4ac4f0b13f719bd7fedd2386524ca957622fa38d57e188494f
3
+ metadata.gz: c1a051adcadf3c1276f6157180e7a10f51b27ed8d9cbd37f084d8f293b2190e3
4
+ data.tar.gz: f9838e8ba34c69d9337bd37d7a36637b359db2fb830116839cb75a165272e59c
5
5
  SHA512:
6
- metadata.gz: bacb0390cf12ecb08c65229817560e2fa36dd89827f0db65b9df01649d827a5f9932f8db925f4f5108fdeb890a8f1accf3bc156af62944f4d125a5022cf33942
7
- data.tar.gz: 2b6764d05de53b65393c387165cf48d43e23fed98f75ba605c8720f4aad23e49de14f991689159a6e7366ee2c38132855dc472d4f3d230f89095c6505d8390b2
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
  #