chef-utils 16.1.16 → 16.2.44

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: 34db2a53fc03eccff93242061306b81528cf323099f5af6e8d8246e3134adb46
4
- data.tar.gz: b0da71e4d65b0c4ead8132c6edfb3473e246473555b39e48c20ba953f5206b9b
3
+ metadata.gz: 84f5bab5f8173d73b968d3507722bf821284165ea28917943f103e51df07faf3
4
+ data.tar.gz: afacbad10ab74ef0b0a86fbd33cbde43fa60be61189e20c5ae2e525bf85286d5
5
5
  SHA512:
6
- metadata.gz: f983bba52a73d0adc54ec8ed44b2bb08fb9d758a47696fe581b7175e59fc5d572e67aabbbcd504439c035aaddbaceb1473941682a035596225007ccd83174a05
7
- data.tar.gz: 55f688eb6b8be05ca6b09643504bb8ead66992732db2c50b6804f5456c34b94f8c13d96ba2315d86f87362459ccae6ce6a1b086422983fc42c472681bda98535
6
+ metadata.gz: a841f55701977da9193c26e50c16be0bf2584cf8709ce72edc5f4b9bad4baf9916ff7efa62aba535c87b4691a7dbb84865e37fc0a1c66fad03b15f5a1e3a2ed5
7
+ data.tar.gz: 831abe3332fe910500065e24cfc9219adaee0313107c0118f239483393a7a3eca0db4e19cf5b31f0037b9e33871a1dd0d5fd9352d45eadc3e21d86c937696f65
@@ -15,5 +15,5 @@
15
15
 
16
16
  module ChefUtils
17
17
  CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
18
- VERSION = "16.1.16".freeze
18
+ VERSION = "16.2.44".freeze
19
19
  end
@@ -209,7 +209,7 @@ RSpec.describe ChefUtils::DSL::PlatformFamily do
209
209
  end
210
210
 
211
211
  context "node-independent windows APIs" do
212
- if RUBY_PLATFORM =~ /mswin|mingw32|windows/
212
+ if RUBY_PLATFORM.match?(/mswin|mingw32|windows/)
213
213
  it "reports true for :windows_ruby?" do
214
214
  expect(described_class.windows_ruby?).to be true
215
215
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.1.16
4
+ version: 16.2.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-27 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: