test-kitchen 2.11.0 → 2.11.1

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: 36e340a7aefc9e4512f05ded9b43003298a3466de705d7c6c6050dd07f433175
4
- data.tar.gz: 310ae63b637cbd62a88cd5beef8effa437f0d1b2dec6bf9098ba3112e621c8ed
3
+ metadata.gz: 42e12936f14dc051e00302c3da2d199ec7b17ef5610a51e0cccbc1bd1dc2c9de
4
+ data.tar.gz: 935202057c42bcd2ee9b729f0d13d99767fa9c280b1f5511b1364d173d0c4719
5
5
  SHA512:
6
- metadata.gz: cc3e9bf0e55d519d757e4339b4e643f038216dedb573225aed9cc1ce2972ad121e7819db643e26e4038ebe5fc05e2bc0a57435588d462bf2d2a4a198cbd0b9b1
7
- data.tar.gz: 48c9bc01e69691e4096f5ae219638b0d996f069852c3ac14ec143ce583c3f6f610263000e5b24256b3b969314c9903e95b570372c1d3a8d3298d3ba4c65885bd
6
+ metadata.gz: 2f8ed93cccb5f7cd8558874c5b86bce33aedcfa93abf146e8748dcb7dc0aae3d8f42a0f220c3b9f6753e90843d3c6a974934d6d467840b7a722a133b87d58024
7
+ data.tar.gz: 4b3977b0657b7832d9f47fcd34c4e27cc5bd6f50596382e87b4e3214442ee13d23f3f6ec0f066776c103d067d28afd8aaa771df27ea98ec7495d8df21ffd6965
@@ -16,5 +16,5 @@
16
16
  # limitations under the License.
17
17
 
18
18
  module Kitchen
19
- VERSION = "2.11.0".freeze
19
+ VERSION = "2.11.1".freeze
20
20
  end
data/lib/kitchen/which.rb CHANGED
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
 
18
18
  require "chef-utils/dsl/which" unless defined?(ChefUtils::DSL::Which)
19
- require_relative "chef_utils_wiring" unless defined?(Ohai::Mixin::ChefUtilsWiring)
19
+ require_relative "chef_utils_wiring" unless defined?(Kitchen::ChefUtilsWiring)
20
20
 
21
21
  module Kitchen
22
22
  module Which
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-kitchen
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fletcher Nichol
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-01 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout