compat_resource 12.10.5 → 12.10.6

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
  SHA1:
3
- metadata.gz: ab9e3ef9dbc6697131f98e1369ae6209eba39c7b
4
- data.tar.gz: fe8dc25d19100903fc99a29ba8814b42c0d4a1c2
3
+ metadata.gz: 0c9c7fdf70351d93a46032adf4599cec50c4ebb3
4
+ data.tar.gz: b111872ab5cb8de05ee1bddb643f759349b5a609
5
5
  SHA512:
6
- metadata.gz: 2a0041a4035563c7b0f0e15f8ef4bec6e97db78a655098f3d73a4d86c489d07303de16e8178fa46dd048f6ed89a1ebe29b3104c6b3ea3aba27102579074a1f45
7
- data.tar.gz: fa4153f2085dbf13e0e015542f6cc84f7400ecb0ceb50edacc1c70f6164584b3ab4363e5c935796941b9d3560835002d8f1bb07ff5ba1d4535878a3389608de5
6
+ metadata.gz: 735157db3d0fa2345c7fec6ede932852c5a225c58fe211ca2ab41267f56606840551defdff7e023df94c385e11ecb8ef2d8cdb12acf9e9cb311863cb1948a413
7
+ data.tar.gz: fd977a453ba06f3d84d6f0b96e474005d94a494ac10833f8ccfc8fa29bb1e8d55ceb4070625b54d90b20b75e07a22bd9e1dcc033d471d7ff0b1c7517e2cb3bde
@@ -1,3 +1,5 @@
1
+ require "chef/version"
2
+
1
3
  if Gem::Requirement.new(">= 12.0").satisfied_by?(Gem::Version.new(Chef::VERSION))
2
4
 
3
5
  require 'compat_resource/version'
@@ -1,5 +1,5 @@
1
1
  if defined?(CompatResource::GEMSPEC)
2
- raise "Already loaded ChefCompat from #{CompatResource::GEMSPEC.require_path}/compat_resource/gemspec.rb. Cannot load a second time from #{__FILE__}"
2
+ raise "Already loaded CompatResource from #{CompatResource::GEMSPEC.require_path}/compat_resource/gemspec.rb. Cannot load a second time from #{__FILE__}"
3
3
  end
4
4
 
5
5
  require_relative 'version'
@@ -1,3 +1,3 @@
1
1
  module CompatResource
2
- VERSION = '12.10.5'
2
+ VERSION = '12.10.6'
3
3
  end
@@ -0,0 +1,126 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ builder (3.2.2)
5
+ chef (12.3.0)
6
+ chef-zero (~> 4.1)
7
+ diff-lcs (~> 1.2, >= 1.2.4)
8
+ erubis (~> 2.7)
9
+ ffi-yajl (>= 1.2, < 3.0)
10
+ highline (~> 1.6, >= 1.6.9)
11
+ mixlib-authentication (~> 1.3)
12
+ mixlib-cli (~> 1.4)
13
+ mixlib-config (~> 2.0)
14
+ mixlib-log (~> 1.3)
15
+ mixlib-shellout (>= 2.0.0.rc.0, < 3.0)
16
+ net-ssh (~> 2.6)
17
+ net-ssh-multi (~> 1.1)
18
+ ohai (~> 8.0)
19
+ plist (~> 3.1.0)
20
+ pry (~> 0.9)
21
+ rspec-core (~> 3.2)
22
+ rspec-expectations (~> 3.2)
23
+ rspec-mocks (~> 3.2)
24
+ rspec_junit_formatter (~> 0.2.0)
25
+ serverspec (~> 2.7)
26
+ specinfra (~> 2.10)
27
+ chef-config (12.8.1)
28
+ mixlib-config (~> 2.0)
29
+ mixlib-shellout (~> 2.0)
30
+ chef-zero (4.5.0)
31
+ ffi-yajl (~> 2.2)
32
+ hashie (>= 2.0, < 4.0)
33
+ mixlib-log (~> 1.3)
34
+ rack
35
+ uuidtools (~> 2.1)
36
+ coderay (1.1.1)
37
+ diff-lcs (1.2.5)
38
+ erubis (2.7.0)
39
+ ffi (1.9.10)
40
+ ffi-yajl (2.2.3)
41
+ libyajl2 (~> 1.2)
42
+ hashie (3.4.3)
43
+ highline (1.7.8)
44
+ ipaddress (0.8.3)
45
+ libyajl2 (1.2.0)
46
+ method_source (0.8.2)
47
+ mixlib-authentication (1.4.0)
48
+ mixlib-log
49
+ rspec-core (~> 3.2)
50
+ rspec-expectations (~> 3.2)
51
+ rspec-mocks (~> 3.2)
52
+ mixlib-cli (1.5.0)
53
+ mixlib-config (2.2.1)
54
+ mixlib-log (1.6.0)
55
+ mixlib-shellout (2.2.6)
56
+ multi_json (1.11.2)
57
+ net-scp (1.2.1)
58
+ net-ssh (>= 2.6.5)
59
+ net-ssh (2.9.4)
60
+ net-ssh-gateway (1.2.0)
61
+ net-ssh (>= 2.6.5)
62
+ net-ssh-multi (1.2.1)
63
+ net-ssh (>= 2.6.5)
64
+ net-ssh-gateway (>= 1.2.0)
65
+ net-telnet (0.1.1)
66
+ ohai (8.12.1)
67
+ chef-config (>= 12.5.0.alpha.1, < 13)
68
+ ffi (~> 1.9)
69
+ ffi-yajl (~> 2.2)
70
+ ipaddress
71
+ mixlib-cli
72
+ mixlib-config (~> 2.0)
73
+ mixlib-log
74
+ mixlib-shellout (~> 2.0)
75
+ plist
76
+ systemu (~> 2.6.4)
77
+ wmi-lite (~> 1.0)
78
+ plist (3.1.0)
79
+ pry (0.10.3)
80
+ coderay (~> 1.1.0)
81
+ method_source (~> 0.8.1)
82
+ slop (~> 3.4)
83
+ rack (1.6.4)
84
+ rspec (3.4.0)
85
+ rspec-core (~> 3.4.0)
86
+ rspec-expectations (~> 3.4.0)
87
+ rspec-mocks (~> 3.4.0)
88
+ rspec-core (3.4.4)
89
+ rspec-support (~> 3.4.0)
90
+ rspec-expectations (3.4.0)
91
+ diff-lcs (>= 1.2.0, < 2.0)
92
+ rspec-support (~> 3.4.0)
93
+ rspec-its (1.2.0)
94
+ rspec-core (>= 3.0.0)
95
+ rspec-expectations (>= 3.0.0)
96
+ rspec-mocks (3.4.1)
97
+ diff-lcs (>= 1.2.0, < 2.0)
98
+ rspec-support (~> 3.4.0)
99
+ rspec-support (3.4.1)
100
+ rspec_junit_formatter (0.2.3)
101
+ builder (< 4)
102
+ rspec-core (>= 2, < 4, != 2.12.0)
103
+ serverspec (2.31.0)
104
+ multi_json
105
+ rspec (~> 3.0)
106
+ rspec-its
107
+ specinfra (~> 2.53)
108
+ sfl (2.2)
109
+ slop (3.6.0)
110
+ specinfra (2.54.1)
111
+ net-scp
112
+ net-ssh (>= 2.7, < 3.1)
113
+ net-telnet
114
+ sfl
115
+ systemu (2.6.5)
116
+ uuidtools (2.1.5)
117
+ wmi-lite (1.0.0)
118
+
119
+ PLATFORMS
120
+ ruby
121
+
122
+ DEPENDENCIES
123
+ chef (~> 12.3, < 12.4)
124
+
125
+ BUNDLED WITH
126
+ 1.11.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compat_resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.10.5
4
+ version: 12.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Keiser
8
8
  autorequire:
9
9
  bindir: files/bin
10
10
  cert_chain: []
11
- date: 2016-06-03 00:00:00.000000000 Z
11
+ date: 2016-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -120,6 +120,7 @@ files:
120
120
  - files/lib/compat_resource/version.rb
121
121
  - files/spec/cookbook_spec.rb
122
122
  - files/spec/data/Gemfile
123
+ - files/spec/data/Gemfile.lock
123
124
  - files/spec/data/config.rb
124
125
  - files/spec/data/cookbooks/cloning/metadata.rb
125
126
  - files/spec/data/cookbooks/cloning/providers/resource.rb
@@ -168,8 +169,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
169
  version: '0'
169
170
  requirements: []
170
171
  rubyforge_project:
171
- rubygems_version: 2.4.5.1
172
+ rubygems_version: 2.6.4
172
173
  signing_key:
173
174
  specification_version: 4
174
175
  summary: Bring some new features of Chef 12.5 to previous 12.X releases
175
176
  test_files: []
177
+ has_rdoc: