chef-utils 15.12.22 → 15.16.4

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: 81e15a504ddee5f21a0250e393016604fc3ac087d115419b735ef1e1c19e7398
4
- data.tar.gz: 51c6a77d8e0cd0d32ec38cfa85480c12cb5232092bab07fecb64b2a5d4fac045
3
+ metadata.gz: 32e03f5c2d2a7b10c3a2c7af39d9e5255b461a92eb9371cc0ca9c53bfc4595c3
4
+ data.tar.gz: f27d5a17d093235dfdc0c50c5e7044a087d03b7c876bc8b0a83ab9bb15c32a9e
5
5
  SHA512:
6
- metadata.gz: 0e9c35ab5596a7dbeb9510a6747da5a4a1ed333bd07c99bfbcba73db6c00672e9a06cd04d7a84bed8a09b6dc26aac0bb2dfc6b29f827856269e3474921ee5a88
7
- data.tar.gz: 2ef4f147c4e13bbfa051f09938bf0cea58ccd52fa2cfb011a710b96e515838a05c3fff3c00efeb7a09bf75c3cc42857b915b9e423a40ba3df60cf25c69bf08f6
6
+ metadata.gz: 53435212716801aff0448e6dc19550411cf7f157990be289e784e3fbaa8ab17742a2743d9c2e98b8a937ac6302f7f78a59c0d5fa8b0387e5d0605df79ca749cd
7
+ data.tar.gz: 7fb23ee945587ab8d3cd0804e7bc967e14b84abf4abb8977aee9b8999146b02dc7457cca099fd963a3d37efa2e5e7c96514013a8affbe138c50d6575e08dccd2
data/chef-utils.gemspec CHANGED
@@ -1,5 +1,4 @@
1
- # coding: utf-8
2
- lib = File.expand_path("../lib", __FILE__)
1
+ lib = File.expand_path("lib", __dir__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require "chef-utils/version"
5
4
 
@@ -14,6 +14,6 @@
14
14
  # limitations under the License.
15
15
 
16
16
  module ChefUtils
17
- CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
18
- VERSION = "15.12.22".freeze
17
+ CHEFUTILS_ROOT = File.expand_path("..", __dir__)
18
+ VERSION = "15.16.4".freeze
19
19
  end
@@ -21,6 +21,7 @@ RSpec.describe ChefUtils::DSL::Introspection do
21
21
  class IntrospectionTestClass
22
22
  include ChefUtils::DSL::Introspection
23
23
  attr_accessor :node
24
+
24
25
  def initialize(node)
25
26
  @node = node
26
27
  end
@@ -58,6 +58,7 @@ RSpec.describe ChefUtils::DSL::Platform do
58
58
  class ThingWithANode
59
59
  include ChefUtils::DSL::Platform
60
60
  attr_accessor :node
61
+
61
62
  def initialize(node)
62
63
  @node = node
63
64
  end
@@ -69,6 +70,7 @@ RSpec.describe ChefUtils::DSL::Platform do
69
70
  attr_accessor :node
70
71
  end
71
72
  attr_accessor :run_context
73
+
72
74
  def initialize(node)
73
75
  @run_context = RunContext.new
74
76
  run_context.node = node
@@ -78,6 +80,7 @@ RSpec.describe ChefUtils::DSL::Platform do
78
80
  class ThingWithTheDSL
79
81
  include ChefUtils
80
82
  attr_accessor :node
83
+
81
84
  def initialize(node)
82
85
  @node = node
83
86
  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: 15.12.22
4
+ version: 15.16.4
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-06-26 00:00:00.000000000 Z
11
+ date: 2021-03-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: