compat_resource 12.5.20 → 12.5.21

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
  SHA1:
3
- metadata.gz: dcc44231613d35471cb0378bd77c57cdcf7f788b
4
- data.tar.gz: 67886e5fff8f5c789dbdefb320966dd0a0534d32
3
+ metadata.gz: eff5ddf88ce177c1c9067a498e69aefd56d37cf6
4
+ data.tar.gz: d2f1236fa122a2b037b564abe7eafa54ad5f1603
5
5
  SHA512:
6
- metadata.gz: 620e7fb90243c24c3ec80cfe532e8d67634a93253e27e8724a0fa48c0246203783864034857195fa6eb2cb99bd87dc48e204d7a99ede6c64a42116279d2c92db
7
- data.tar.gz: e6e2986f4ffe22a66fa138718d19f030145d0baf2070a4ab5403d297164942c015eceb9b0fbe0d9b875ef2c585745bca682d1d677a3742cc26baa1dece0edf71
6
+ metadata.gz: bc5171040ed184cf6128a0b8e0e40ef74cc097d77512913176780e0f4aefab901e941e18215a79295ac5274682f2a769a4949afca8f2f1400aaf1ff773059bcb
7
+ data.tar.gz: 1fc2f3a86268a9cad816397082f112497f669d99a36a2a44d293c8d455bfaee1efa3b5a3f3944a538f14d54fc4b40d9162895caba78086d214c1ca36e90cf323
data/Rakefile CHANGED
@@ -51,7 +51,7 @@ KEEP_FUNCTIONS = {
51
51
  self.lazy
52
52
 
53
53
  action allowed_actions self.allowed_actions self.default_action
54
- self.action self.declare_action_class self.action_class
54
+ currently_running_action self.action self.declare_action_class self.action_class
55
55
 
56
56
  load_current_value current_value_does_not_exist
57
57
  self.load_current_value
@@ -73,6 +73,7 @@ super if defined?(::Chef::Resource)
73
73
  return result.values.first if identity_properties.size == 1
74
74
  result
75
75
  end
76
+ attr_reader :currently_running_action
76
77
  def to_hash
77
78
  # Grab all current state, then any other ivars (backcompat)
78
79
  result = {}
@@ -1,3 +1,3 @@
1
1
  module CompatResource
2
- VERSION = '12.5.20'
2
+ VERSION = '12.5.21'
3
3
  end
@@ -1,10 +1,8 @@
1
- GIT
2
- remote: git://github.com/chef/chef.git
3
- revision: ac73c07e4183a083b5ca9a6fbe0ec5a9f9177219
4
- branch: master
1
+ GEM
5
2
  specs:
6
- chef (12.6.0)
7
- chef-config (= 12.6.0)
3
+ builder (3.2.2)
4
+ chef (12.5.1)
5
+ chef-config (= 12.5.1)
8
6
  chef-zero (~> 4.2, >= 4.2.2)
9
7
  diff-lcs (~> 1.2, >= 1.2.4)
10
8
  erubis (~> 2.7)
@@ -18,23 +16,18 @@ GIT
18
16
  net-ssh-multi (~> 1.1)
19
17
  ohai (>= 8.6.0.alpha.1, < 9)
20
18
  plist (~> 3.1.0)
21
- proxifier (~> 1.0)
22
19
  pry (~> 0.9)
23
- rspec-core (~> 3.4)
24
- rspec-expectations (~> 3.4)
25
- rspec-mocks (~> 3.4)
20
+ rspec-core (~> 3.2)
21
+ rspec-expectations (~> 3.2)
22
+ rspec-mocks (~> 3.2)
26
23
  rspec_junit_formatter (~> 0.2.0)
27
24
  serverspec (~> 2.7)
28
25
  specinfra (~> 2.10)
29
26
  syslog-logger (~> 1.6)
30
- chef-config (12.6.0)
27
+ chef-config (12.5.1)
31
28
  mixlib-config (~> 2.0)
32
29
  mixlib-shellout (~> 2.0)
33
-
34
- GEM
35
- specs:
36
- builder (3.2.2)
37
- chef-zero (4.3.2)
30
+ chef-zero (4.4.0)
38
31
  ffi-yajl (~> 2.2)
39
32
  hashie (>= 2.0, < 4.0)
40
33
  mixlib-log (~> 1.3)
@@ -80,7 +73,6 @@ GEM
80
73
  systemu (~> 2.6.4)
81
74
  wmi-lite (~> 1.0)
82
75
  plist (3.1.0)
83
- proxifier (1.0.3)
84
76
  pry (0.10.3)
85
77
  coderay (~> 1.1.0)
86
78
  method_source (~> 0.8.1)
@@ -113,9 +105,9 @@ GEM
113
105
  specinfra (~> 2.43)
114
106
  sfl (2.2)
115
107
  slop (3.6.0)
116
- specinfra (2.44.7)
108
+ specinfra (2.45.0)
117
109
  net-scp
118
- net-ssh (~> 2.7)
110
+ net-ssh (>= 2.7, < 3.1)
119
111
  net-telnet
120
112
  sfl
121
113
  syslog-logger (1.6.8)
@@ -127,7 +119,7 @@ PLATFORMS
127
119
  ruby
128
120
 
129
121
  DEPENDENCIES
130
- chef!
122
+ chef (= 12.5.1)
131
123
 
132
124
  BUNDLED WITH
133
125
  1.10.6
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compat_resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.5.20
4
+ version: 12.5.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Keiser